Home
last modified time | relevance | path

Searched refs:push_headers (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/lib/
Dhttp2.c127 free(http->push_headers[http->push_headers_used - 1]); in http2_stream_free()
129 free(http->push_headers); in http2_stream_free()
130 http->push_headers = NULL; in http2_stream_free()
423 return stream->push_headers[num]; in curl_pushheader_bynum()
447 if(!strncmp(header, stream->push_headers[i], len)) { in curl_pushheader_byname()
449 if(stream->push_headers[i][len] != ':') in curl_pushheader_byname()
451 return &stream->push_headers[i][len + 1]; in curl_pushheader_byname()
600 free(stream->push_headers[i]); in push_promise()
601 free(stream->push_headers); in push_promise()
602 stream->push_headers = NULL; in push_promise()
[all …]
Dhttp.h211 char **push_headers; /* allocated array */ member
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c1268 goto push_headers; in gst_flac_parse_handle_headers()
1307 goto push_headers; in gst_flac_parse_handle_headers()
1355 push_headers: in gst_flac_parse_handle_headers()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacenc.c1114 goto push_headers; in gst_flac_enc_process_stream_headers()
1165 push_headers: in gst_flac_enc_process_stream_headers()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c504 gboolean push_headers) in gst_ogg_demux_chain_peer() argument
844 if (!packet->b_o_s || push_headers) { in gst_ogg_demux_chain_peer()