php_stream_context_get_option 4502 ext/openssl/openssl.c #define GET_VER_OPT(name)               (stream->context && SUCCESS == php_stream_context_get_option(stream->context, "ssl", name, &val))
php_stream_context_get_option  390 ext/openssl/xp_ssl.c 		if (stream->context && SUCCESS == php_stream_context_get_option(
php_stream_context_get_option  402 ext/openssl/xp_ssl.c 		if (stream->context && SUCCESS == php_stream_context_get_option(
php_stream_context_get_option  545 ext/openssl/xp_ssl.c 					if (SUCCESS == php_stream_context_get_option(
php_stream_context_get_option  559 ext/openssl/xp_ssl.c 					if (SUCCESS == php_stream_context_get_option(
php_stream_context_get_option  863 ext/openssl/xp_ssl.c 		if (php_stream_context_get_option(ctx, "ssl", "SNI_enabled", &val) == SUCCESS && !zend_is_true(*val)) {
php_stream_context_get_option  866 ext/openssl/xp_ssl.c 		if (php_stream_context_get_option(ctx, "ssl", "SNI_server_name", &val) == SUCCESS) {
php_stream_context_get_option   99 ext/soap/php_http.c 		php_stream_context_get_option(context, "http", "header", &tmp) == SUCCESS &&
php_stream_context_get_option  434 ext/soap/php_http.c 		php_stream_context_get_option(context, "http", "max_redirects", &tmp) == SUCCESS) {
php_stream_context_get_option  532 ext/soap/php_http.c 		    php_stream_context_get_option(context, "http", "protocol_version", &tmp) == SUCCESS &&
php_stream_context_get_option  589 ext/soap/php_http.c 		           php_stream_context_get_option(context, "http", "user_agent", &tmp) == SUCCESS &&
php_stream_context_get_option  287 ext/soap/php_sdl.c 			    php_stream_context_get_option(ctx->context, "http", "header", &header) == SUCCESS) {
php_stream_context_get_option 3311 ext/soap/php_sdl.c 	if (php_stream_context_get_option(context, "http", "protocol_version", &tmp) == FAILURE) {
php_stream_context_get_option  453 ext/standard/ftp_fopen_wrapper.c 		php_stream_context_get_option(context, "ftp", "proxy", &tmpzval) == SUCCESS) {
php_stream_context_get_option  498 ext/standard/ftp_fopen_wrapper.c 		if (context && php_stream_context_get_option(context, "ftp", "overwrite", &tmpzval) == SUCCESS) {
php_stream_context_get_option  529 ext/standard/ftp_fopen_wrapper.c 			php_stream_context_get_option(context, "ftp", "resume_pos", &tmpzval) == SUCCESS &&
php_stream_context_get_option  156 ext/standard/http_fopen_wrapper.c 			php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == FAILURE ||
php_stream_context_get_option  186 ext/standard/http_fopen_wrapper.c 			php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == SUCCESS &&
php_stream_context_get_option  197 ext/standard/http_fopen_wrapper.c 	if (context && php_stream_context_get_option(context, wrapper->wops->label, "timeout", &tmpzval) == SUCCESS) {
php_stream_context_get_option  233 ext/standard/http_fopen_wrapper.c 		if (context && php_stream_context_get_option(context, "http", "header", &tmpzval) == SUCCESS) {
php_stream_context_get_option  341 ext/standard/http_fopen_wrapper.c 	if (header_init && context && php_stream_context_get_option(context, "http", "max_redirects", &tmpzval) == SUCCESS) {
php_stream_context_get_option  347 ext/standard/http_fopen_wrapper.c 	if (context && php_stream_context_get_option(context, "http", "method", &tmpzval) == SUCCESS) {
php_stream_context_get_option  363 ext/standard/http_fopen_wrapper.c 	if (context && php_stream_context_get_option(context, "http", "protocol_version", &tmpzval) == SUCCESS) {
php_stream_context_get_option  378 ext/standard/http_fopen_wrapper.c 		php_stream_context_get_option(context, "http", "request_fulluri", &tmpzval) == SUCCESS) {
php_stream_context_get_option  421 ext/standard/http_fopen_wrapper.c 	if (context && php_stream_context_get_option(context, "http", "header", &tmpzval) == SUCCESS) {
php_stream_context_get_option  567 ext/standard/http_fopen_wrapper.c 	    php_stream_context_get_option(context, "http", "user_agent", &ua_zval) == SUCCESS &&
php_stream_context_get_option  605 ext/standard/http_fopen_wrapper.c 				php_stream_context_get_option(context, "http", "content", &tmpzval) == SUCCESS &&
php_stream_context_get_option  620 ext/standard/http_fopen_wrapper.c 		php_stream_context_get_option(context, "http", "content", &tmpzval) == SUCCESS &&
php_stream_context_get_option  668 ext/standard/http_fopen_wrapper.c 			if (context && SUCCESS==php_stream_context_get_option(context, "http", "ignore_errors", &tmpzval)) {
php_stream_context_get_option  735 ext/standard/http_fopen_wrapper.c 				if (context && php_stream_context_get_option(context, "http", "follow_location", &tmpzval) == SUCCESS) {
php_stream_context_get_option  757 ext/standard/http_fopen_wrapper.c 					if (context && php_stream_context_get_option(context, "http", "auto_decode", &tmpzval) == SUCCESS) {
php_stream_context_get_option  163 main/streams/transports.c 					if (stream->context && php_stream_context_get_option(stream->context, "socket", "backlog", &zbacklog) == SUCCESS) {
php_stream_context_get_option  656 main/streams/xp_socket.c 	if (stream->context && php_stream_context_get_option(stream->context, "socket", "bindto", &tmpzval) == SUCCESS) {