Searched refs:PROXY_REPLY_SIZE_DEFAULT (Results 1 – 2 of 2) sorted by relevance
63 #define PROXY_REPLY_SIZE_DEFAULT 32 // must be power of two macro
137 pContext->replySize = PROXY_REPLY_SIZE_DEFAULT; in EffectProxyCreate()138 pContext->replyData = (char *)malloc(PROXY_REPLY_SIZE_DEFAULT); in EffectProxyCreate()