Searched refs:PROXY_REPLY_SIZE_MAX (Results 1 – 2 of 2) sorted by relevance
62 #define PROXY_REPLY_SIZE_MAX (64 * 1024) // must be power of two macro
296 while (tmpSize < *replySize && tmpSize < PROXY_REPLY_SIZE_MAX) { in Effect_command()