Searched refs:Curl_splay (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dsplay.c40 struct Curl_tree *Curl_splay(struct timeval i, function
110 t = Curl_splay(i,t);
165 t = Curl_splay(i,t);
169 t=Curl_splay(t->smaller->key, t);
197 x = Curl_splay(i, t->smaller);
251 t = Curl_splay(removenode->key, t);
279 x = Curl_splay(removenode->key, t->smaller);
H A Dsplay.h34 struct Curl_tree *Curl_splay(struct timeval i,
H A Dmulti.c2301 multi->timetree = Curl_splay(tv_zero, multi->timetree);

Completed in 102 milliseconds