Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dsplay.c105 static const struct curltime KEY_NOTUSED = { in Curl_splayinsert() local
119 node->key = KEY_NOTUSED; /* we set the key in the sub node to NOTUSED in Curl_splayinsert()
215 static const struct curltime KEY_NOTUSED = { in Curl_splayremove() local
223 if(compare(KEY_NOTUSED, removenode->key) == 0) { in Curl_splayremove()
227 /* A non-subnode should never be set to KEY_NOTUSED */ in Curl_splayremove()
247 succession of a node with key != KEY_NOTUSED && same != NULL in Curl_splayremove()

Completed in 1 milliseconds