Searched refs:MAX_PULL_EVENT_PAYLOAD (Results 1 – 1 of 1) sorted by relevance
30 #define MAX_PULL_EVENT_PAYLOAD (50 * 1024) // 50 KB macro130 if (totalBytesNeeded > MAX_PULL_EVENT_PAYLOAD) { in overflows()136 if (event->bufSize < MAX_PULL_EVENT_PAYLOAD && totalBytesNeeded > event->bufSize) { in overflows()141 if (event->bufSize > MAX_PULL_EVENT_PAYLOAD) { in overflows()142 event->bufSize = MAX_PULL_EVENT_PAYLOAD; in overflows()193 size_t size = strnlen(buf, MAX_PULL_EVENT_PAYLOAD); in append_string()194 if (size == MAX_PULL_EVENT_PAYLOAD) { in append_string()