Searched refs:FETCH_LIST (Results 1 – 1 of 1) sorted by relevance
/curl/lib/ |
H A D | hash.c | 106 #define FETCH_LIST(x,y,z) &x->table[x->hash_func(y, z, x->slots)] macro 127 l = FETCH_LIST(h, key, key_len); in Curl_hash_add2() 174 struct Curl_llist *l = FETCH_LIST(h, key, key_len); in Curl_hash_delete() 201 l = FETCH_LIST(h, key, key_len); in Curl_hash_pick()
|
Completed in 14 milliseconds