PHP_STREAM_OPTION_WRITE_BUFFER 1430 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 1432 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  633 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 1030 main/streams/userspace.c 	case PHP_STREAM_OPTION_WRITE_BUFFER:
PHP_STREAM_OPTION_WRITE_BUFFER 1042 main/streams/userspace.c 		case PHP_STREAM_OPTION_WRITE_BUFFER: