Searched refs:KEY_NOTUSED (Results 1 – 1 of 1) sorted by relevance
104 static const struct timeval KEY_NOTUSED = {-1, -1}; /* will *NEVER* appear */ in Curl_splayinsert() local125 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() local232 if(compare(KEY_NOTUSED, removenode->key) == 0) { in Curl_splayremovebyaddr()