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

/external/curl/tests/unit/
H A Dunit1602.c63 nodep = Curl_hash_add(&hash_static, &key, klen, value);
73 nodep = Curl_hash_add(&hash_static, &key2, klen, value2);
H A Dunit1603.c70 nodep = Curl_hash_add(&hash_static, &key1, strlen(key1), &key1);
75 nodep = Curl_hash_add(&hash_static, &key2, strlen(key2), &key2);
80 nodep = Curl_hash_add(&hash_static, &key3, strlen(key3), &key3);
86 nodep = Curl_hash_add(&hash_static, &key4, strlen(key4), &key4);
110 nodep = Curl_hash_add(&hash_static, &key4, strlen(key4), &key4);
136 nodep = Curl_hash_add(&hash_static, &key1, strlen(key1), &notakey);
H A Dunit1305.c133 nodep = Curl_hash_add(&hp, data_key, key_len+1, data_node);
/external/curl/lib/
H A Dhash.h77 void *Curl_hash_add(struct curl_hash *h, void *key, size_t key_len, void *p);
H A Dconncache.c167 void *p = Curl_hash_add(&connc->hash, key, strlen(key), bundle);
H A Dhash.c134 Curl_hash_add(struct curl_hash *h, void *key, size_t key_len, void *p) function
H A Dhostip.c406 dns2 = Curl_hash_add(data->dns.hostcache, entry_id, entry_len+1,
H A Dmulti.c206 if(!Curl_hash_add(sh, (char *)&s, sizeof(curl_socket_t), check)) {

Completed in 128 milliseconds