Searched refs:Curl_hash_pick (Results 1 – 6 of 6) sorted by relevance
/external/curl/lib/ |
D | hash.h | 79 void *Curl_hash_pick(struct curl_hash *, void * key, size_t key_len);
|
D | http2.c | 227 data_s = Curl_hash_pick(&httpc->streamsh, &stream_id, in on_frame_recv() 363 data_s = Curl_hash_pick(&conn->proto.httpc.streamsh, &stream_id, in on_data_chunk_recv() 449 data_s = Curl_hash_pick(&conn->proto.httpc.streamsh, &stream_id, in on_stream_close() 534 data_s = Curl_hash_pick(&conn->proto.httpc.streamsh, &stream_id, in on_header() 604 data_s = Curl_hash_pick(&c->streamsh, &stream_id, sizeof(stream_id)); in data_source_read_callback()
|
D | multi.c | 170 Curl_hash_pick(sh, (char *)&s, sizeof(curl_socket_t)); in sh_addentry() 199 Curl_hash_pick(sh, (char *)&s, sizeof(curl_socket_t)); in sh_delentry() 1990 entry = Curl_hash_pick(&multi->sockhash, (char *)&s, sizeof(s)); in singlesocket() 2041 entry = Curl_hash_pick(&multi->sockhash, (char *)&s, sizeof(s)); in singlesocket() 2123 Curl_hash_pick(&multi->sockhash, (char *)&s, sizeof(s)); in Curl_multi_closed() 2225 Curl_hash_pick(&multi->sockhash, (char *)&s, sizeof(s)); in multi_socket() 2707 there = Curl_hash_pick(&multi->sockhash, (char *)&s, in curl_multi_assign() 2787 Curl_hash_pick(&multi->sockhash, (char *)&s, sizeof(s)); in Curl_multi_dump()
|
D | hostip.c | 307 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len+1); in fetch_addr() 847 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len+1); in Curl_loadhostpairs()
|
D | conncache.c | 149 bundle = Curl_hash_pick(&connc->hash, key, strlen(key)); in Curl_conncache_find_bundle()
|
D | hash.c | 177 Curl_hash_pick(struct curl_hash *h, void *key, size_t key_len) in Curl_hash_pick() function
|