Home
last modified time | relevance | path

Searched refs:Curl_hash_add (Results 1 – 8 of 8) sorted by relevance

/curl/tests/unit/
H A Dunit1603.c82 nodep = Curl_hash_add(&hash_static, &key1, strlen(key1), &key1);
87 nodep = Curl_hash_add(&hash_static, &key2, strlen(key2), &key2);
92 nodep = Curl_hash_add(&hash_static, &key3, strlen(key3), &key3);
98 nodep = Curl_hash_add(&hash_static, &key4, strlen(key4), &key4);
122 nodep = Curl_hash_add(&hash_static, &key4, strlen(key4), &key4);
148 nodep = Curl_hash_add(&hash_static, &key1, strlen(key1), &notakey);
H A Dunit1602.c65 nodep = Curl_hash_add(&hash_static, &key, klen, value);
75 nodep = Curl_hash_add(&hash_static, &key2, klen, value2);
H A Dunit1305.c125 nodep = Curl_hash_add(&hp, data_key, key_len + 1, data_node);
/curl/lib/
H A Dhash.h92 void *Curl_hash_add(struct Curl_hash *h, void *key, size_t key_len, void *p);
H A Dhash.c157 Curl_hash_add(struct Curl_hash *h, void *key, size_t key_len, void *p) in Curl_hash_add() function
392 return Curl_hash_add(h, &id, sizeof(id), elem); in Curl_hash_offt_set()
H A Dhostip.c515 dns2 = Curl_hash_add(data->dns.hostcache, entry_id, entry_len + 1, in Curl_cache_addr()
H A Dconncache.c261 if(!Curl_hash_add(&cpool->dest2bundle, in cpool_add_bundle()
H A Dmulti.c306 if(!Curl_hash_add(sh, (char *)&s, sizeof(curl_socket_t), check)) { in sh_addentry()
3274 if(!Curl_hash_add(&entry->transfers, (char *)&data, /* hash key */

Completed in 30 milliseconds