Home
last modified time | relevance | path

Searched refs:parse_header (Results 1 – 25 of 28) sorted by relevance

12

/third_party/nghttp2/src/
Dshrpx_config_test.cc43 auto p = parse_header(balloc, StringRef::from_lit("a: b")); in test_shrpx_config_parse_header()
47 p = parse_header(balloc, StringRef::from_lit("a: b")); in test_shrpx_config_parse_header()
51 p = parse_header(balloc, StringRef::from_lit(":a: b")); in test_shrpx_config_parse_header()
54 p = parse_header(balloc, StringRef::from_lit("a: :b")); in test_shrpx_config_parse_header()
58 p = parse_header(balloc, StringRef::from_lit(": b")); in test_shrpx_config_parse_header()
61 p = parse_header(balloc, StringRef::from_lit("alpha: bravo charlie")); in test_shrpx_config_parse_header()
65 p = parse_header(balloc, StringRef::from_lit("a,: b")); in test_shrpx_config_parse_header()
68 p = parse_header(balloc, StringRef::from_lit("a: b\x0a")); in test_shrpx_config_parse_header()
Dshrpx_config.h1228 HeaderRefs::value_type parse_header(BlockAllocator &balloc,
Dshrpx_config.cc287 HeaderRefs::value_type parse_header(BlockAllocator &balloc, in parse_header() function
3180 auto p = parse_header(config->balloc, optarg); in parse_config()
/third_party/python/Lib/test/
Dtest_cgi.py549 cgi.parse_header("text/plain"),
552 cgi.parse_header("text/vnd.just.made.this.up ; "),
555 cgi.parse_header("text/plain;charset=us-ascii"),
558 cgi.parse_header('text/plain ; charset="us-ascii"'),
561 cgi.parse_header('text/plain ; charset="us-ascii"; another=opt'),
564 cgi.parse_header('attachment; filename="silly.txt"'),
567 cgi.parse_header('attachment; filename="strange;name"'),
570 cgi.parse_header('attachment; filename="strange;name";size=123;'),
573 cgi.parse_header('form-data; name="files"; filename="fo\\"o;bar"'),
/third_party/iptables/extensions/
Dlibip6t_ipv6header.c145 parse_header(const char *flags) { in parse_header() function
166 if (!(info->matchflags = parse_header(cb->arg))) in ipv6header_parse()
/third_party/mesa3d/src/amd/registers/
Dparseheader.py80 def parse_header(self, filp): member in HeaderParser
186 parser.parse_header(sys.stdin)
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpst2022-1-fecenc.c45 parse_header (Rtp2DFecHeader * fec, guint8 * data, guint len) in parse_header() function
103 parse_header (&fec, gst_rtp_buffer_get_payload (&rtp), in pull_and_check()
/third_party/python/Lib/
Dcgi.py162 ctype, pdict = parse_header(environ['CONTENT_TYPE'])
230 def parse_header(line): function
429 cdisp, pdict = parse_header(self.headers['content-disposition'])
453 ctype, pdict = parse_header(self.headers['content-type'])
/third_party/ffmpeg/libavformat/
Difv.c89 static int parse_header(AVFormatContext *s) in parse_header() function
133 ret = parse_header(s); in ifv_read_header()
Dhdsenc.c79 static int parse_header(OutputStream *os, const uint8_t *buf, int buf_size) in parse_header() function
128 if ((ret = parse_header(os, buf, buf_size)) < 0) in hds_write()
/third_party/python/Lib/distutils/
Dconfig.py116 encoding = cgi.parse_header(content_type)[1].get('charset', 'ascii')
/third_party/mbedtls/tests/scripts/
Dtest_psa_constant_names.py44 inputs.parse_header(header)
Dgenerate_psa_tests.py128 constructors.parse_header(header_file_name)
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpst2022-1-fecdec.c289 parse_header (GstRTPBuffer * rtp, Rtp2DFecHeader * fec) in parse_header() function
565 parse_header (&rtp, &fec); in check_fec_item()
638 if (!parse_header (&rtp, &fec)) { in gst_rtpst_2022_1_fecdec_sink_chain_fec()
/third_party/flutter/skia/third_party/externals/spirv-tools/include/spirv-tools/
Dlibspirv.h523 spv_parsed_header_fn_t parse_header,
/third_party/ffmpeg/libavcodec/
Dvp56.h198 VP56ParseHeader parse_header; member
Dvp5.c294 s->parse_header = vp5_parse_header; in vp5_decode_init()
Dvp56.c588 res = s->parse_header(s, buf, alpha_offset); in ff_vp56_decode_frame()
632 res = s->alpha_context->parse_header(s->alpha_context, buf, remaining_buf_size); in ff_vp56_decode_frame()
Dvp6.c672 s->parse_header = vp6_parse_header; in vp6_decode_init_context()
/third_party/spirv-tools/include/spirv-tools/
Dlibspirv.h879 const size_t num_words, spv_parsed_header_fn_t parse_header,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dlibspirv.h891 const size_t num_words, spv_parsed_header_fn_t parse_header,
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/
Dlibspirv.h891 const size_t num_words, spv_parsed_header_fn_t parse_header,
/third_party/glib/gio/
Dgcontenttype.c987 parse_header (gchar *line) in parse_header() function
1139 match = parse_header (lines[i]); in read_tree_magic_from_directory()
/third_party/mbedtls/scripts/mbedtls_dev/
Dmacro_collector.py476 def parse_header(self, filename: str) -> None: member in InputsForTest
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c374 static boolean parse_header( struct translate_ctx *ctx ) in parse_header() function
1853 if (!parse_header( ctx )) in translate()

12