set_option        865 ext/mysqlnd/mysqlnd_net.c 	int was_blocked = net_stream->ops->set_option(net_stream, opt, 0, NULL TSRMLS_CC);
set_option        878 ext/mysqlnd/mysqlnd_net.c 			net_stream->ops->set_option(net_stream, opt, 1, NULL TSRMLS_CC);
set_option       2240 ext/openssl/xp_ssl.c 					php_stream_socket_ops.set_option(stream, option, value, ptrparam TSRMLS_CC);
set_option       2269 ext/openssl/xp_ssl.c 	return php_stream_socket_ops.set_option(stream, option, value, ptrparam TSRMLS_CC);
set_option        129 main/php_streams.h 	int (*set_option)(php_stream *stream, int option, int value, void *ptrparam TSRMLS_DC);
set_option       1356 main/streams/streams.c 	if (stream->ops->set_option) {
set_option       1357 main/streams/streams.c 		ret = stream->ops->set_option(stream, option, value, ptrparam TSRMLS_CC);