php_stream_context_get_option  309 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "curl_verify_ssl_host", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) {
php_stream_context_get_option  314 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "curl_verify_ssl_peer", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) {
php_stream_context_get_option  321 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "user_agent", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_STRING) {
php_stream_context_get_option  324 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "header", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_ARRAY) {
php_stream_context_get_option  340 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "method", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_STRING) {
php_stream_context_get_option  350 ext/curl/streams.c 					if (SUCCESS == php_stream_context_get_option(context, "http", "content", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_STRING) {
php_stream_context_get_option  357 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "proxy", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_STRING) {
php_stream_context_get_option  360 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "http", "max_redirects", &ctx_opt)) {
php_stream_context_get_option  384 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "ftp", "curl_verify_ssl_host", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) {
php_stream_context_get_option  389 ext/curl/streams.c 		if (SUCCESS == php_stream_context_get_option(context, "ftp", "curl_verify_ssl_peer", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) {
php_stream_context_get_option 3738 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  456 ext/openssl/xp_ssl.c 					if (SUCCESS == php_stream_context_get_option(
php_stream_context_get_option  470 ext/openssl/xp_ssl.c 					if (SUCCESS == php_stream_context_get_option(
php_stream_context_get_option  436 ext/standard/ftp_fopen_wrapper.c 		php_stream_context_get_option(context, "ftp", "proxy", &tmpzval) == SUCCESS) {
php_stream_context_get_option  481 ext/standard/ftp_fopen_wrapper.c 		if (context && php_stream_context_get_option(context, "ftp", "overwrite", &tmpzval) == SUCCESS) {
php_stream_context_get_option  512 ext/standard/ftp_fopen_wrapper.c 			php_stream_context_get_option(context, "ftp", "resume_pos", &tmpzval) == SUCCESS &&
php_stream_context_get_option  124 ext/standard/http_fopen_wrapper.c 			php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == FAILURE ||
php_stream_context_get_option  154 ext/standard/http_fopen_wrapper.c 			php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == SUCCESS &&
php_stream_context_get_option  165 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  246 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  252 ext/standard/http_fopen_wrapper.c 	if (context && php_stream_context_get_option(context, "http", "method", &tmpzval) == SUCCESS) {
php_stream_context_get_option  261 ext/standard/http_fopen_wrapper.c 	if (context && php_stream_context_get_option(context, "http", "protocol_version", &tmpzval) == SUCCESS) {
php_stream_context_get_option  276 ext/standard/http_fopen_wrapper.c 		php_stream_context_get_option(context, "http", "request_fulluri", &tmpzval) == SUCCESS) {
php_stream_context_get_option  321 ext/standard/http_fopen_wrapper.c 		php_stream_context_get_option(context, "http", "header", &tmpzval) == SUCCESS &&
php_stream_context_get_option  424 ext/standard/http_fopen_wrapper.c 	    php_stream_context_get_option(context, "http", "user_agent", &ua_zval) == SUCCESS &&
php_stream_context_get_option  462 ext/standard/http_fopen_wrapper.c 				php_stream_context_get_option(context, "http", "content", &tmpzval) == SUCCESS &&
php_stream_context_get_option  477 ext/standard/http_fopen_wrapper.c 		php_stream_context_get_option(context, "http", "content", &tmpzval) == SUCCESS &&
php_stream_context_get_option  641 main/streams/xp_socket.c 	if (stream->context && php_stream_context_get_option(stream->context, "socket", "bindto", &tmpzval) == SUCCESS) {