Home
last modified time | relevance | path

Searched refs:Curl_splayget (Results 1 – 4 of 4) sorted by relevance

/curl/tests/unit/
H A Dunit1309.c103 *(size_t *)Curl_splayget(&nodes[rem]));
136 *(size_t *)Curl_splayget(removed) / 10,
137 *(size_t *)Curl_splayget(removed) % 10);
/curl/lib/
H A Dsplay.h56 void *Curl_splayget(struct Curl_tree *node);
H A Dsplay.c293 void *Curl_splayget(struct Curl_tree *node) in Curl_splayget() function
H A Dmulti.c3038 struct Curl_easy *data = Curl_splayget(t);
3047 (void)add_next_timeout(now, multi, Curl_splayget(t));
3495 data = Curl_splayget(t); /* assign this for next loop */

Completed in 26 milliseconds