Searched refs:FETCH_LIST (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/ |
D | hash.c | 116 #define FETCH_LIST(x,y,z) x->table[x->hash_func(y, z, x->slots)] macro 128 struct curl_llist *l = FETCH_LIST (h, key, key_len); in Curl_hash_add() 163 struct curl_llist *l = FETCH_LIST(h, key, key_len); in Curl_hash_delete() 184 l = FETCH_LIST(h, key, key_len); in Curl_hash_pick()
|