Searched refs:IO_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | execnt.cpp | 127 #define IO_BUFFER_SIZE ( 64 * 1024 ) macro 516 &cmdtab[ slot ].pipe_out[ EXECCMD_PIPE_WRITE ], &sa, IO_BUFFER_SIZE ) ) in invoke_cmd() 523 &sa, IO_BUFFER_SIZE ) ) in invoke_cmd() 764 static char ioBuffer[ IO_BUFFER_SIZE + 1 ]; 784 if ( !PeekNamedPipe( in, NULL, IO_BUFFER_SIZE, NULL, in read_pipe() 789 if ( !ReadFile( in, ioBuffer, bytesAvailable <= IO_BUFFER_SIZE ? in read_pipe() 790 bytesAvailable : IO_BUFFER_SIZE, &bytesInBuffer, NULL ) || bytesInBuffer == 0 ) in read_pipe()
|
/third_party/ffmpeg/libavformat/ |
D | aviobuf.c | 36 #define IO_BUFFER_SIZE 32768 macro 538 s->max_packet_size : IO_BUFFER_SIZE; in fill_buffer() 930 buffer_size = IO_BUFFER_SIZE; in ffio_fdopen() 1002 s->max_packet_size : IO_BUFFER_SIZE; in ffio_ensure_seekback()
|