Home
last modified time | relevance | path

Searched refs:MAX_POST_LENGTH (Results 1 – 1 of 1) sorted by relevance

/third_party/libsoup/tests/
Dcontinue-test.c11 #define MAX_POST_LENGTH (sizeof (SHORT_BODY)) macro
400 if (length && atoi (length) > MAX_POST_LENGTH) { in server_got_headers()
445 } else if (msg->request_body->length > MAX_POST_LENGTH) { in server_callback()