Home
last modified time | relevance | path

Searched refs:num_headers (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddigestauth.c487 unsigned int num_headers; in check_argument_match() local
498 num_headers = 0; in check_argument_match()
512 num_headers++; in check_argument_match()
531 num_headers++; in check_argument_match()
540 num_headers--; in check_argument_match()
542 if (0 != num_headers) in check_argument_match()
/third_party/ffmpeg/libavformat/
Drtpdec_xiph.c230 unsigned num_packed, num_headers, length, length1, length2, extradata_alloc; in parse_packed_headers() local
244 num_headers = get_base128(&packed_headers, packed_headers_end); in parse_packed_headers()
248 if (num_packed != 1 || num_headers > 3) { in parse_packed_headers()
250 num_packed, num_headers); in parse_packed_headers()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtptheoradepay.c151 guint32 num_headers; in gst_rtp_theora_depay_parse_configuration() local
179 num_headers = GST_READ_UINT32_BE (data); in gst_rtp_theora_depay_parse_configuration()
183 GST_DEBUG_OBJECT (rtptheoradepay, "have %u headers", num_headers); in gst_rtp_theora_depay_parse_configuration()
209 for (i = 0; i < num_headers; i++) { in gst_rtp_theora_depay_parse_configuration()
Dgstrtpvorbisdepay.c162 guint32 num_headers; in gst_rtp_vorbis_depay_parse_configuration() local
191 num_headers = GST_READ_UINT32_BE (data); in gst_rtp_vorbis_depay_parse_configuration()
196 GST_DEBUG_OBJECT (rtpvorbisdepay, "have %u headers", num_headers); in gst_rtp_vorbis_depay_parse_configuration()
222 for (i = 0; i < num_headers; i++) { in gst_rtp_vorbis_depay_parse_configuration()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dprogram.cpp302 cl_uint num_headers, const cl_program *d_header_progs, in clCompileProgram() argument
316 if (bool(num_headers) != bool(header_names)) in clCompileProgram() local
330 range(header_names, num_headers), in clCompileProgram()
331 objs<allow_empty_tag>(d_header_progs, num_headers)); in clCompileProgram()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dkate.c231 const int num_headers = 9; in check_buffers() local
236 …fail_unless (num_buffers >= num_headers + expected); /* at least 9 headers, plus a variable numbe… in check_buffers()
243 if (i < num_headers) { in check_buffers()
/third_party/mesa3d/src/compiler/clc/
Dclc.h65 unsigned num_headers; member
Dclc_helpers.cpp903 if (args->num_headers) { in clc_compile_to_llvm_module()
912 for (size_t i = 0; i < args->num_headers; i++) { in clc_compile_to_llvm_module()