Home
last modified time | relevance | path

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

/curl/lib/
H A Dsplay.c106 static const struct curltime KEY_NOTUSED = { in Curl_splayinsert() local
120 node->key = KEY_NOTUSED; /* we set the key in the sub node to NOTUSED in Curl_splayinsert()
217 static const struct curltime KEY_NOTUSED = { in Curl_splayremove() local
227 if(compare(KEY_NOTUSED, removenode->key) == 0) { in Curl_splayremove()

Completed in 4 milliseconds