PHP_STREAM_BUFFER_NONE 2351 ext/sockets/sockets.c 		PHP_STREAM_BUFFER_NONE, NULL);
PHP_STREAM_BUFFER_NONE 1430 ext/standard/streamsfuncs.c 		ret = php_stream_set_option(stream, PHP_STREAM_OPTION_WRITE_BUFFER, PHP_STREAM_BUFFER_NONE, NULL);
PHP_STREAM_BUFFER_NONE 1493 ext/standard/streamsfuncs.c 		ret = php_stream_set_option(stream, PHP_STREAM_OPTION_READ_BUFFER, PHP_STREAM_BUFFER_NONE, NULL);
PHP_STREAM_BUFFER_NONE  645 main/streams/plain_wrapper.c 				case PHP_STREAM_BUFFER_NONE:
PHP_STREAM_BUFFER_NONE 1363 main/streams/streams.c 				if (value == PHP_STREAM_BUFFER_NONE) {
PHP_STREAM_BUFFER_NONE  105 main/streams/userspace.c 	REGISTER_LONG_CONSTANT("STREAM_BUFFER_NONE",		PHP_STREAM_BUFFER_NONE,			CONST_CS|CONST_PERSISTENT);