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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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.c2410 multi->timetree = Curl_splay(tv_zero, multi->timetree);

Completed in 111 milliseconds