Home
last modified time | relevance | path

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

/curl/lib/
H A Dhash.c80 h->comp_func = comparator; in Curl_hash_init()
131 if(h->comp_func(he->key, he->key_len, key, key_len)) { in Curl_hash_add2()
178 if(h->comp_func(he->key, he->key_len, key, key_len)) { in Curl_hash_delete()
204 if(h->comp_func(he->key, he->key_len, key, key_len)) { in Curl_hash_pick()
H A Dhash.h55 comp_function comp_func; member

Completed in 7 milliseconds