/third_party/nghttp2/src/ |
D | shrpx_config_test.cc | 43 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()
|
D | shrpx_config.h | 1409 HeaderRefs::value_type parse_header(BlockAllocator &balloc,
|
D | shrpx_config.cc | 358 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/ |
D | test_cgi.py | 549 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/ |
D | parseheader.py | 80 def parse_header(self, filp): member in HeaderParser 186 parser.parse_header(sys.stdin)
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpst2022-1-fecenc.c | 45 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/ |
D | cgi.py | 162 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/ |
D | ifv.c | 89 static int parse_header(AVFormatContext *s) in parse_header() function 133 ret = parse_header(s); in ifv_read_header()
|
D | hdsenc.c | 79 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/ |
D | config.py | 116 encoding = cgi.parse_header(content_type)[1].get('charset', 'ascii')
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpst2022-1-fecdec.c | 289 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/ |
D | test_psa_constant_names.py | 44 inputs.parse_header(header)
|
D | generate_psa_tests.py | 124 constructors.parse_header(header_file_name)
|
/third_party/ffmpeg/libavcodec/ |
D | vp56.h | 198 VP56ParseHeader parse_header; member
|
D | vp5.c | 294 s->parse_header = vp5_parse_header; in vp5_decode_init()
|
D | vp56.c | 588 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()
|
D | vp6.c | 672 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/ |
D | libspirv.h | 891 const size_t num_words, spv_parsed_header_fn_t parse_header,
|
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/ |
D | libspirv.h | 891 const size_t num_words, spv_parsed_header_fn_t parse_header,
|
/third_party/spirv-tools/include/spirv-tools/ |
D | libspirv.h | 900 const size_t num_words, spv_parsed_header_fn_t parse_header,
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
D | macro_collector.py | 495 def parse_header(self, filename: str) -> None: member in InputsForTest
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_text.c | 374 static boolean parse_header( struct translate_ctx *ctx ) in parse_header() function 1853 if (!parse_header( ctx )) in translate()
|
/third_party/astc-encoder/Source/ |
D | stb_image.h | 527 …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/ |
D | cgi.rst | 310 .. function:: parse_header(string)
|
/third_party/python/Misc/ |
D | HISTORY | 9118 - 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
|