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