Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.h118 #ifndef TINY_INITIAL_POST_SIZE
119 #define TINY_INITIAL_POST_SIZE 1024 macro
Dhttp.c2581 else if(postsize > TINY_INITIAL_POST_SIZE || postsize < 0) { in Curl_http()