Searched refs:dynhds_entry (Results 1 - 9 of 9) sorted by relevance
/third_party/curl/lib/ |
H A D | dynhds.c | 39 static struct dynhds_entry * 43 struct dynhds_entry *e; in entry_new() 62 static struct dynhds_entry * 63 entry_append(struct dynhds_entry *e, in entry_append() 66 struct dynhds_entry *e2; in entry_append() 86 static void entry_free(struct dynhds_entry *e) in entry_free() 141 struct dynhds_entry *Curl_dynhds_getn(struct dynhds *dynhds, size_t n) in Curl_dynhds_getn() 147 struct dynhds_entry *Curl_dynhds_get(struct dynhds *dynhds, const char *name, in Curl_dynhds_get() 160 struct dynhds_entry *Curl_dynhds_cget(struct dynhds *dynhds, const char *name) in Curl_dynhds_cget() 169 struct dynhds_entry *entr in Curl_dynhds_add() [all...] |
H A D | dynhds.h | 37 struct dynhds_entry { struct 45 struct dynhds_entry **hds; 89 struct dynhds_entry *Curl_dynhds_getn(struct dynhds *dynhds, size_t n); 94 struct dynhds_entry *Curl_dynhds_get(struct dynhds *dynhds, 96 struct dynhds_entry *Curl_dynhds_cget(struct dynhds *dynhds, const char *name);
|
H A D | cf-h2-proxy.c | 982 struct dynhds_entry *auth_reply = NULL; in inspect_response()
|
H A D | http2.c | 1725 struct dynhds_entry *e; in http2_handle_stream_close()
|
H A D | http.c | 4841 struct dynhds_entry *e; in Curl_http_req_to_h2()
|
/third_party/curl/lib/vquic/ |
H A D | curl_msh3.c | 616 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in cf_msh3_send()
|
H A D | curl_ngtcp2.c | 1354 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in h3_stream_open()
|
H A D | curl_osslq.c | 1693 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in h3_stream_open()
|
H A D | curl_quiche.c | 886 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in h3_open_stream()
|
Completed in 25 milliseconds