Lines Matching refs:table
75 h->table = malloc(slots * sizeof(struct curl_llist));
76 if(h->table) {
78 Curl_llist_init(&h->table[i], (curl_llist_dtor) hash_element_dtor);
100 #define FETCH_LIST(x,y,z) &x->table[x->hash_func(y, z, x->slots)]
190 for(le = (h->table[i])->head;
213 Curl_llist_destroy(&h->table[i], (void *) h);
216 Curl_safefree(h->table);
245 list = &h->table[i];
304 if(h->table[i].head) {
305 iter->current_element = h->table[i].head;