Searched refs:smaller (Results 1 – 9 of 9) sorted by relevance
56 if(!t->smaller) in Curl_splay()63 if(!t->smaller) in Curl_splay()68 t = t->smaller; in Curl_splay()76 y->smaller = t; in Curl_splay()91 t->smaller = N.larger; in Curl_splay()135 node->smaller = t->smaller; in Curl_splayinsert()137 t->smaller = NULL; in Curl_splayinsert()142 node->smaller = t; in Curl_splayinsert()186 x->smaller = t->smaller; in Curl_splaygetbest()266 x->smaller = t->smaller; in Curl_splayremove()[all …]
31 struct Curl_tree *smaller; /* smaller node */ member
26 ASCII part of the dump. It makes smaller output that might be easier to read
68 splayprint(t->smaller, d + 1, output); in splayprint()
41 CURLOPT_SERVER_RESPONSE_TIMEOUT(3) to a value smaller than
41 CURLOPT_SERVER_RESPONSE_TIMEOUT_MS(3) to a value smaller than
41 smaller CURLOPT_MAXCONNECTS(3) than before may cause open connections to get
33 called more often and with smaller chunks. Secondly, for some protocols, there
100 An alternative size of HTTP data to be sent at a time only if smaller than the105 An alternative size of socket data to be sent at a time only if smaller than
Completed in 18 milliseconds