Home
last modified time | relevance | path

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

/external/curl/lib/
Dsplay.c104 static const struct timeval KEY_NOTUSED = {-1, -1}; /* will *NEVER* appear */ in Curl_splayinsert() local
125 t->key = KEY_NOTUSED; /* and we set the key in the sub node to NOTUSED in Curl_splayinsert()
226 static const struct timeval KEY_NOTUSED = {-1, -1}; /* will *NEVER* appear */ in Curl_splayremovebyaddr() local
232 if(compare(KEY_NOTUSED, removenode->key) == 0) { in Curl_splayremovebyaddr()