Home
last modified time | relevance | path

Searched refs:pending_headers (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisdec.c175 if (vd->pending_headers) { in vorbis_dec_stop()
176 g_list_free_full (vd->pending_headers, (GDestroyNotify) gst_buffer_unref); in vorbis_dec_stop()
177 vd->pending_headers = NULL; in vorbis_dec_stop()
416 if (vd->pending_headers) { in vorbis_dec_handle_header_caps()
420 g_list_free_full (vd->pending_headers, (GDestroyNotify) gst_buffer_unref); in vorbis_dec_handle_header_caps()
421 vd->pending_headers = NULL; in vorbis_dec_handle_header_caps()
581 GList *tmp = vd->pending_headers; in check_pending_headers()
584 if (g_list_length (vd->pending_headers) < MIN_NUM_HEADERS) in check_pending_headers()
624 g_list_free (vd->pending_headers); in check_pending_headers()
625 vd->pending_headers = NULL; in check_pending_headers()
[all …]
Dgstvorbisdec.h69 GList *pending_headers; member
/third_party/cef/libcef/browser/net_service/
Dstream_reader_url_loader.cc676 auto pending_headers = pending_response->headers; in ContinueWithResponseHeaders() local
680 header_length_ = pending_headers->raw_headers().length(); in ContinueWithResponseHeaders()
686 if (has_redirect_url || pending_headers->IsRedirect(&location)) { in ContinueWithResponseHeaders()
693 MakeRedirectInfo(request_, pending_headers.get(), new_location, in ContinueWithResponseHeaders()
694 pending_headers->response_code()), in ContinueWithResponseHeaders()