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.c73 nodep = Curl_hash_add(&hash_static, &key1, strlen(key1), &key1);
78 nodep = Curl_hash_add(&hash_static, &key2, strlen(key2), &key2);
83 nodep = Curl_hash_add(&hash_static, &key3, strlen(key3), &key3);
89 nodep = Curl_hash_add(&hash_static, &key4, strlen(key4), &key4);
113 nodep = Curl_hash_add(&hash_static, &key4, strlen(key4), &key4);
139 nodep = Curl_hash_add(&hash_static, &key1, strlen(key1), &notakey);
H A Dunit1602.c66 nodep = Curl_hash_add(&hash_static, &key, klen, value);
76 nodep = Curl_hash_add(&hash_static, &key2, klen, value2);
H A Dunit1305.c126 nodep = Curl_hash_add(&hp, data_key, key_len + 1, data_node);
/curl/lib/
H A Dhash.h80 void *Curl_hash_add(struct Curl_hash *h, void *key, size_t key_len, void *p);
H A Dhash.c105 Curl_hash_add(struct Curl_hash *h, void *key, size_t key_len, void *p) in Curl_hash_add() function
381 return Curl_hash_add(h, &id, sizeof(id), elem); in Curl_hash_offt_set()
H A Dconncache.c187 return Curl_hash_add(&connc->hash, key, strlen(key), bundle); in conncache_add_bundle()
H A Dhostip.c509 dns2 = Curl_hash_add(data->dns.hostcache, entry_id, entry_len + 1, in Curl_cache_addr()
H A Dmulti.c303 if(!Curl_hash_add(sh, (char *)&s, sizeof(curl_socket_t), check)) { in sh_addentry()
2990 if(!Curl_hash_add(&entry->transfers, (char *)&data, /* hash key */

Completed in 33 milliseconds