Searched refs:g_proxyMaxByteBufSize (Results 1 – 2 of 2) sorted by relevance
40 static uint32_t g_proxyMaxByteBufSize; variable155 if (SoftbusGetConfig(SOFTBUS_INT_MAX_BYTES_NEW_LENGTH, (unsigned char *)&g_proxyMaxByteBufSize, in ClientTransProxyInit()156 sizeof(g_proxyMaxByteBufSize)) != SOFTBUS_OK) { in ClientTransProxyInit()164 g_proxyMaxByteBufSize, g_proxyMaxMessageBufSize); in ClientTransProxyInit()389 if (dataLen > g_proxyMaxByteBufSize) { in ClientTransProxySessionDataLenCheck()688 …ead->priority == PROXY_CHANNEL_PRORITY_MESSAGE) ? g_proxyMaxMessageBufSize : g_proxyMaxByteBufSize; in ClientGetActualDataLen()
288 g_proxyMaxByteBufSize = DEFAULT_NEW_BYTES_LEN;534 g_proxyMaxByteBufSize = DEFAULT_NEW_BYTES_LEN;