Searched refs:dynhds_entry (Results 1 – 9 of 9) sorted by relevance
/curl/lib/ |
H A D | dynhds.h | 37 struct dynhds_entry { struct 45 struct dynhds_entry **hds; argument 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 | 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() 169 struct dynhds_entry *entry = NULL; in Curl_dynhds_add() 184 struct dynhds_entry **nhds; in Curl_dynhds_add() 189 nhds = calloc(nallc, sizeof(struct dynhds_entry *)); in Curl_dynhds_add() 230 struct dynhds_entry *e, *e2; in Curl_dynhds_h1_add_line() [all …]
|
H A D | cf-h2-proxy.c | 989 struct dynhds_entry *auth_reply = NULL; in inspect_response()
|
H A D | http2.c | 1810 struct dynhds_entry *e; in http2_handle_stream_close()
|
H A D | http.c | 4301 struct dynhds_entry *e; in Curl_http_req_to_h2()
|
/curl/lib/vquic/ |
H A D | curl_msh3.c | 664 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in cf_msh3_send()
|
H A D | curl_quiche.c | 1023 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in h3_open_stream()
|
H A D | curl_ngtcp2.c | 1442 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in h3_stream_open()
|
H A D | curl_osslq.c | 1841 struct dynhds_entry *e = Curl_dynhds_getn(&h2_headers, i); in h3_stream_open()
|
Completed in 67 milliseconds