set_option        873 ext/mysqlnd/mysqlnd_net.c 	int was_blocked = net_stream->ops->set_option(net_stream, opt, 0, NULL);
set_option        886 ext/mysqlnd/mysqlnd_net.c 			net_stream->ops->set_option(net_stream, opt, 1, NULL);
set_option       2403 ext/openssl/xp_ssl.c 					php_stream_socket_ops.set_option(stream, option, value, ptrparam);
set_option       2432 ext/openssl/xp_ssl.c 	return php_stream_socket_ops.set_option(stream, option, value, ptrparam);
set_option        131 main/php_streams.h 	int (*set_option)(php_stream *stream, int option, int value, void *ptrparam);
set_option       1349 main/streams/streams.c 	if (stream->ops->set_option) {
set_option       1350 main/streams/streams.c 		ret = stream->ops->set_option(stream, option, value, ptrparam);