Home
last modified time | relevance | path

Searched refs:PHP_STREAM_BUFFER_NONE (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c1430 ret = php_stream_set_option(stream, PHP_STREAM_OPTION_WRITE_BUFFER, PHP_STREAM_BUFFER_NONE, NULL); in PHP_FUNCTION()
1493 ret = php_stream_set_option(stream, PHP_STREAM_OPTION_READ_BUFFER, PHP_STREAM_BUFFER_NONE, NULL); in PHP_FUNCTION()
/PHP-5.5/main/
H A Dphp_streams.h389 #define PHP_STREAM_BUFFER_NONE 0 /* unbuffered */ macro
/PHP-5.5/main/streams/
H A Dplain_wrapper.c626 case PHP_STREAM_BUFFER_NONE: in php_stdiop_set_option()
H A Duserspace.c105 REGISTER_LONG_CONSTANT("STREAM_BUFFER_NONE", PHP_STREAM_BUFFER_NONE, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
H A Dstreams.c1369 if (value == PHP_STREAM_BUFFER_NONE) { in _php_stream_set_option()
/PHP-5.5/ext/sockets/
H A Dsockets.c2305 PHP_STREAM_BUFFER_NONE, NULL);

Completed in 37 milliseconds