Searched refs:instream (Results 1 – 12 of 12) sorted by relevance
/third_party/python/Lib/ |
D | shlex.py | 21 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 …]
|
D | netrc.py | 48 lexer.instream.readline() 59 line = lexer.instream.readline()
|
/third_party/curl/lib/ |
D | mime.c | 62 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 …]
|
D | mime.h | 155 void *instream);
|
/third_party/node/test/parallel/ |
D | test-whatwg-transformstream.js | 115 const instream = new ReadableStream(new Source()); constant 117 const r = instream.pipeThrough(tstream);
|
/third_party/curl/src/ |
D | tool_formparse.h | 63 int tool_mime_stdin_seek(void *instream, curl_off_t offset, int whence);
|
D | tool_formparse.c | 216 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/ |
D | mk-lib1521.pl | 105 void *instream)
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | CodeMangler.java | 360 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/ |
D | shlex.rst | 110 .. 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/ |
D | curl.h | 382 typedef int (*curl_seek_callback)(void *instream, 403 void *instream);
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 51847 only instream headers are supported. Also msdk vc1 decoder 51848 expecting instream with Sequence header as per SMPTE 421M Annex L.
|