Home
last modified time | relevance | path

Searched refs:parse_header (Results 1 – 25 of 26) 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.h1409 HeaderRefs::value_type parse_header(BlockAllocator &balloc,
Dshrpx_config.cc358 HeaderRefs::value_type parse_header(BlockAllocator &balloc, in parse_header() function
3414 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/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/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/mbedtls/tests/scripts/
Dtest_psa_constant_names.py44 inputs.parse_header(header)
Dgenerate_psa_tests.py124 constructors.parse_header(header_file_name)
/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/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/spirv-tools/include/spirv-tools/
Dlibspirv.h900 const size_t num_words, spv_parsed_header_fn_t parse_header,
/third_party/mbedtls/scripts/mbedtls_dev/
Dmacro_collector.py495 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()
/third_party/astc-encoder/Source/
Dstb_image.h527 …guesssize_headerflag(const char *buffer, int len, int initial_size, int *outlen, int parse_header);
4397 static int stbi__parse_zlib(stbi__zbuf *a, int parse_header) in stbi__parse_zlib() argument
4400 if (parse_header) in stbi__parse_zlib()
4425 static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, int parse_header) in stbi__do_zlib() argument
4432 return stbi__parse_zlib(a, parse_header); in stbi__do_zlib()
4456 …_guesssize_headerflag(const char *buffer, int len, int initial_size, int *outlen, int parse_header) in stbi_zlib_decode_malloc_guesssize_headerflag() argument
4463 if (stbi__do_zlib(&a, p, initial_size, 1, parse_header)) { in stbi_zlib_decode_malloc_guesssize_headerflag()
/third_party/python/Doc/library/
Dcgi.rst310 .. function:: parse_header(string)
/third_party/python/Misc/
DHISTORY9118 - Issue #12529: fix cgi.parse_header issue on strings with double-quotes and
15838 - Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to
15866 - Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to

12