Home
last modified time | relevance | path

Searched refs:instream (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/
Dshlex.py21 def __init__(self, instream=None, infile=None, posix=False, argument
23 if isinstance(instream, str):
24 instream = StringIO(instream)
25 if instream is not None:
26 self.instream = instream
29 self.instream = sys.stdin
82 self.filestack.appendleft((self.infile, self.instream, self.lineno))
84 self.instream = newstream
90 print('shlex: pushing to stream %s' % (self.instream,))
94 self.instream.close()
[all …]
Dnetrc.py48 lexer.instream.readline()
59 line = lexer.instream.readline()
/third_party/curl/lib/
Dmime.c62 void *instream, bool *hasread);
660 void *instream) in mime_mem_read() argument
662 curl_mimepart *part = (curl_mimepart *) instream; in mime_mem_read()
678 static int mime_mem_seek(void *instream, curl_off_t offset, int whence) in mime_mem_seek() argument
680 curl_mimepart *part = (curl_mimepart *) instream; in mime_mem_seek()
717 void *instream) in mime_file_read() argument
719 curl_mimepart *part = (curl_mimepart *) instream; in mime_file_read()
730 static int mime_file_seek(void *instream, curl_off_t offset, int whence) in mime_file_seek() argument
732 curl_mimepart *part = (curl_mimepart *) instream; in mime_file_seek()
999 void *instream, bool *hasread) in mime_subparts_read() argument
[all …]
Dmime.h155 void *instream);
/third_party/node/test/parallel/
Dtest-whatwg-transformstream.js115 const instream = new ReadableStream(new Source()); constant
117 const r = instream.pipeThrough(tstream);
/third_party/curl/src/
Dtool_formparse.h63 int tool_mime_stdin_seek(void *instream, curl_off_t offset, int whence);
Dtool_formparse.c216 int tool_mime_stdin_seek(void *instream, curl_off_t offset, int whence) in tool_mime_stdin_seek() argument
218 struct tool_mime *sip = (struct tool_mime *) instream; in tool_mime_stdin_seek()
/third_party/curl/tests/libtest/
Dmk-lib1521.pl105 void *instream)
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java360 InputStream instream = new FileInputStream(infile); in processFile() local
362 BufferedReader reader = new BufferedReader(new InputStreamReader(instream)); in processFile()
583 instream.close(); in processFile()
/third_party/python/Doc/library/
Dshlex.rst110 .. class:: shlex(instream=None, infile=None, posix=False, punctuation_chars=False)
118 value of the :attr:`~shlex.infile` attribute. If the *instream*
297 .. attribute:: shlex.instream
/third_party/curl/include/curl/
Dcurl.h382 typedef int (*curl_seek_callback)(void *instream,
403 void *instream);
/third_party/gstreamer/gstplugins_bad/
DChangeLog51847 only instream headers are supported. Also msdk vc1 decoder
51848 expecting instream with Sequence header as per SMPTE 421M Annex L.