PHP_STREAM_OPTION_WRITE_BUFFER 1421 ext/standard/streamsfuncs.c 		ret = php_stream_set_option(stream, PHP_STREAM_OPTION_WRITE_BUFFER, PHP_STREAM_BUFFER_NONE, NULL);
PHP_STREAM_OPTION_WRITE_BUFFER 1423 ext/standard/streamsfuncs.c 		ret = php_stream_set_option(stream, PHP_STREAM_OPTION_WRITE_BUFFER, PHP_STREAM_BUFFER_FULL, &buff);
PHP_STREAM_OPTION_WRITE_BUFFER  608 main/streams/plain_wrapper.c 		case PHP_STREAM_OPTION_WRITE_BUFFER:
PHP_STREAM_OPTION_WRITE_BUFFER  103 main/streams/userspace.c 	REGISTER_LONG_CONSTANT("STREAM_OPTION_WRITE_BUFFER",	PHP_STREAM_OPTION_WRITE_BUFFER,		CONST_CS|CONST_PERSISTENT);
PHP_STREAM_OPTION_WRITE_BUFFER 1083 main/streams/userspace.c 	case PHP_STREAM_OPTION_WRITE_BUFFER:
PHP_STREAM_OPTION_WRITE_BUFFER 1103 main/streams/userspace.c 		case PHP_STREAM_OPTION_WRITE_BUFFER: