Home
last modified time | relevance | path

Searched refs:PHP_STREAM_OPTION_READ_BUFFER (Results 1 – 8 of 8) sorted by relevance

/php-src/main/streams/
H A Duserspace_arginfo.h16 …REGISTER_LONG_CONSTANT("STREAM_OPTION_READ_BUFFER", PHP_STREAM_OPTION_READ_BUFFER, CONST_PERSISTEN… in register_userspace_symbols()
H A Duserspace.c973 case PHP_STREAM_OPTION_READ_BUFFER: in php_userstreamop_set_option()
985 case PHP_STREAM_OPTION_READ_BUFFER: in php_userstreamop_set_option()
H A Dstreams.c1440 case PHP_STREAM_OPTION_READ_BUFFER: in _php_stream_set_option()
/php-src/ext/standard/
H A Dstreamsfuncs.c1544 ret = php_stream_set_option(stream, PHP_STREAM_OPTION_READ_BUFFER, PHP_STREAM_BUFFER_NONE, NULL); in PHP_FUNCTION()
1546 ret = php_stream_set_option(stream, PHP_STREAM_OPTION_READ_BUFFER, PHP_STREAM_BUFFER_FULL, &buff); in PHP_FUNCTION()
H A Dfile.c432 php_stream_set_option(stream, PHP_STREAM_OPTION_READ_BUFFER, PHP_STREAM_BUFFER_NONE, NULL); in PHP_FUNCTION()
/php-src/main/
H A Dphp_streams.h419 #define PHP_STREAM_OPTION_READ_BUFFER 2 macro
H A Dmain.c1586 php_stream_set_option(stream, PHP_STREAM_OPTION_READ_BUFFER, PHP_STREAM_BUFFER_NONE, NULL); in php_stream_open_for_zend_ex()
/php-src/ext/sockets/
H A Dsockets.c2230 php_stream_set_option(stream, PHP_STREAM_OPTION_READ_BUFFER, PHP_STREAM_BUFFER_NONE, NULL);

Completed in 45 milliseconds