Home
last modified time | relevance | path

Searched refs:MAX_INITIAL_POST_SIZE (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/
H A Dhttp.h165 /* MAX_INITIAL_POST_SIZE indicates the number of bytes that will make the POST
177 #ifndef MAX_INITIAL_POST_SIZE
178 #define MAX_INITIAL_POST_SIZE (64*1024) macro
H A Dhttp.c2636 (http->postsize < MAX_INITIAL_POST_SIZE)) { in Curl_http_bodysend()
2638 postsize is less than MAX_INITIAL_POST_SIZE in Curl_http_bodysend()

Completed in 8 milliseconds