Lines Matching defs:stream

628 #define VSTREAM_SAVE_STATE(stream, buffer, filedes) { \  argument
633 #define VSTREAM_RESTORE_STATE(stream, buffer, filedes) do { \ argument
639 #define VSTREAM_FORK_STATE(stream, buffer, filedes) { \ argument
650 #define VSTREAM_FFLUSH_SOME(stream) \ argument
698 VSTREAM *stream = VBUF_TO_APPL(bp, VSTREAM, buf); in vstream_buf_alloc() local
739 static int vstream_fflush_some(VSTREAM *stream, ssize_t to_flush) in vstream_fflush_some()
860 static int vstream_fflush_delayed(VSTREAM *stream) in vstream_fflush_delayed()
895 VSTREAM *stream = VBUF_TO_APPL(bp, VSTREAM, buf); in vstream_buf_get_ready() local
1029 VSTREAM *stream = VBUF_TO_APPL(bp, VSTREAM, buf); in vstream_buf_put_ready() local
1078 VSTREAM *stream = VBUF_TO_APPL(bp, VSTREAM, buf); in vstream_buf_space() local
1144 int vstream_fpurge(VSTREAM *stream, int direction) in vstream_fpurge()
1196 off_t vstream_fseek(VSTREAM *stream, off_t offset, int whence) in vstream_fseek()
1283 off_t vstream_ftell(VSTREAM *stream) in vstream_ftell()
1338 VSTREAM *stream; in vstream_subopen() local
1361 VSTREAM *stream; in vstream_fdopen() local
1388 VSTREAM *stream; in vstream_fopen() local
1402 int vstream_fflush(VSTREAM *stream) in vstream_fflush()
1434 int vstream_fclose(VSTREAM *stream) in vstream_fclose()
1480 int vstream_fdclose(VSTREAM *stream) in vstream_fdclose()
1508 VSTREAM *stream = VSTREAM_OUT; in vstream_printf() local
1519 VSTREAM *vstream_fprintf(VSTREAM *stream, const char *fmt,...) in vstream_fprintf()
1531 int vstream_fputs(const char *str, VSTREAM *stream) in vstream_fputs()
1570 void vstream_control(VSTREAM *stream, int name,...) in vstream_control()
1828 VSTREAM *vstream_memreopen(VSTREAM *stream, VSTRING *string, int flags) in vstream_memreopen()