Home
last modified time | relevance | path

Searched refs:decode_header (Results 1 – 25 of 29) sorted by relevance

12

/third_party/python/Lib/test/test_email/
Dtest_asian_codecs.py9 from email.header import Header, decode_header
42 eq(decode_header(h.encode()),
Dtest_email.py21 from email.header import Header, decode_header, make_header
2313 dh = decode_header(s)
2329 dh = decode_header(s)
2338 dh = decode_header(s)
2346 dh = decode_header(s)
2353 dh = decode_header(s)
2365 dh = decode_header(s % q)
2371 self.assertEqual(decode_header(s),
2377 self.assertEqual(decode_header(s),
2383 self.assertEqual(decode_header(s),
[all …]
/third_party/boost/doc/html/boost_asio/example/cpp03/chat/
Dchat_message.hpp66 bool decode_header() in decode_header() function in chat_message
Dchat_client.cpp63 if (!error && read_msg_.decode_header()) in handle_read_header()
Dposix_chat_client.cpp61 if (!error && read_msg_.decode_header()) in handle_read_header()
Dchat_server.cpp119 if (!error && read_msg_.decode_header()) in handle_read_header()
/third_party/boost/libs/asio/example/cpp03/chat/
Dchat_message.hpp66 bool decode_header() in decode_header() function in chat_message
Dchat_client.cpp63 if (!error && read_msg_.decode_header()) in handle_read_header()
Dposix_chat_client.cpp61 if (!error && read_msg_.decode_header()) in handle_read_header()
Dchat_server.cpp119 if (!error && read_msg_.decode_header()) in handle_read_header()
/third_party/boost/libs/asio/example/cpp11/chat/
Dchat_message.hpp66 bool decode_header() in decode_header() function in chat_message
Dchat_client.cpp71 if (!ec && read_msg_.decode_header()) in do_read_header()
Dchat_server.cpp108 if (!ec && read_msg_.decode_header()) in do_read_header()
/third_party/boost/doc/html/boost_asio/example/cpp11/chat/
Dchat_message.hpp66 bool decode_header() in decode_header() function in chat_message
Dchat_client.cpp71 if (!ec && read_msg_.decode_header()) in do_read_header()
Dchat_server.cpp108 if (!ec && read_msg_.decode_header()) in do_read_header()
/third_party/python/Doc/library/
Demail.header.rst176 .. function:: decode_header(header)
188 >>> from email.header import decode_header
189 >>> decode_header('=?iso-8859-1?q?p=F6stal?=')
196 :func:`decode_header`.
198 :func:`decode_header` takes a header value string and returns a sequence of
Dnntplib.rst29 ... print(id, nntplib.decode_header(over['subject']))
389 It is advisable to use the :func:`decode_header` function on header
401 >>> nntplib.decode_header(over['from'])
551 .. function:: decode_header(header_str)
558 >>> decode_header("Some subject")
560 >>> decode_header("=?ISO-8859-15?Q?D=E9buter_en_Python?=")
562 >>> decode_header("Re: =?UTF-8?B?cHJvYmzDqG1lIGRlIG1hdHJpY2U=?=")
/third_party/python/Lib/
Dnntplib.py79 from email.header import decode_header as _email_decode_header
167 def decode_header(header_str): function
1083 author = decode_header(over['from']).split('<', 1)[0]
1084 subject = decode_header(over['subject'])
/third_party/mesa3d/src/freedreno/decode/
Dpgmdump2.c199 decode_header(struct state *state, struct header *hdr) in decode_header() function
452 decode_header(state, hdr); in dump_program()
/third_party/ffmpeg/libavcodec/
Dpsd.c67 static int decode_header(PSDContext * s) in decode_header() function
312 if ((ret = decode_header(s)) < 0) in decode_frame()
Dsnowdec.c302 static int decode_header(SnowContext *s){ in decode_header() function
458 if ((res = decode_header(s)) < 0) in decode_frame()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
Dedid-parse.c51 decode_header (const uchar *edid) in decode_header() function
529 if (!decode_header (edid) || in decode_edid()
/third_party/python/Lib/email/
Dheader.py61 def decode_header(header): function
/third_party/flutter/skia/third_party/externals/wuffs/std/gif/
Ddecode_gif.wuffs257 this.decode_header?(src:args.src)
557 // decode_header reads either "GIF87a" or "GIF89a".
560 pri func decoder.decode_header?(src base.io_reader) {

12