php_stream_context_get_option   70 ext/openssl/xp_ssl.c #define GET_VER_OPT(name)               (stream->context && SUCCESS == php_stream_context_get_option(stream->context, "ssl", name, &val))
php_stream_context_get_option 1046 ext/openssl/xp_ssl.c 		if (stream->context && SUCCESS == php_stream_context_get_option(stream->context,
php_stream_context_get_option 1095 ext/openssl/xp_ssl.c 		SUCCESS == php_stream_context_get_option(stream->context,
php_stream_context_get_option 1108 ext/openssl/xp_ssl.c 		SUCCESS == php_stream_context_get_option(stream->context,
php_stream_context_get_option 1135 ext/openssl/xp_ssl.c 	if (php_stream_context_get_option(stream->context, "ssl", "rsa_key_size", &val) == SUCCESS) {
php_stream_context_get_option 1199 ext/openssl/xp_ssl.c 	if (php_stream_context_get_option(stream->context, "ssl", "ecdh_curve", &val) == SUCCESS) {
php_stream_context_get_option 1237 ext/openssl/xp_ssl.c 	if (SUCCESS == php_stream_context_get_option(stream->context, "ssl", "ecdh_curve", &val)) {
php_stream_context_get_option 1245 ext/openssl/xp_ssl.c 	if (php_stream_context_get_option(stream->context, "ssl", "dh_param", &val) == SUCCESS) {
php_stream_context_get_option 1256 ext/openssl/xp_ssl.c 	if (SUCCESS == php_stream_context_get_option(
php_stream_context_get_option 1263 ext/openssl/xp_ssl.c 	if (SUCCESS == php_stream_context_get_option(
php_stream_context_get_option 1271 ext/openssl/xp_ssl.c 	if (SUCCESS == php_stream_context_get_option(
php_stream_context_get_option 1624 ext/openssl/xp_ssl.c 	if (SUCCESS == php_stream_context_get_option(stream->context,
php_stream_context_get_option 1635 ext/openssl/xp_ssl.c 	if (SUCCESS == php_stream_context_get_option(stream->context,
php_stream_context_get_option 1770 ext/openssl/xp_ssl.c 					if (SUCCESS == php_stream_context_get_option(stream->context,
php_stream_context_get_option 2333 ext/openssl/xp_ssl.c 	if (ctx && php_stream_context_get_option(ctx, "ssl", "crypto_method", &val) == SUCCESS) {
php_stream_context_get_option  103 ext/soap/php_http.c 		php_stream_context_get_option(context, "http", "header", &tmp) == SUCCESS &&
php_stream_context_get_option  438 ext/soap/php_http.c 		php_stream_context_get_option(context, "http", "max_redirects", &tmp) == SUCCESS) {
php_stream_context_get_option  536 ext/soap/php_http.c 		    php_stream_context_get_option(context, "http", "protocol_version", &tmp) == SUCCESS &&
php_stream_context_get_option  594 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  455 ext/standard/ftp_fopen_wrapper.c 		php_stream_context_get_option(context, "ftp", "proxy", &tmpzval) == SUCCESS) {
php_stream_context_get_option  500 ext/standard/ftp_fopen_wrapper.c 		if (context && php_stream_context_get_option(context, "ftp", "overwrite", &tmpzval) == SUCCESS) {
php_stream_context_get_option  531 ext/standard/ftp_fopen_wrapper.c 			php_stream_context_get_option(context, "ftp", "resume_pos", &tmpzval) == SUCCESS &&
php_stream_context_get_option  159 ext/standard/http_fopen_wrapper.c 			php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == FAILURE ||
php_stream_context_get_option  189 ext/standard/http_fopen_wrapper.c 			php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == SUCCESS &&
php_stream_context_get_option  200 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  230 ext/standard/http_fopen_wrapper.c 		if (!context || php_stream_context_get_option(context, "ssl", "peer_name", &tmpzval) == FAILURE) {
php_stream_context_get_option  243 ext/standard/http_fopen_wrapper.c 		if (context && php_stream_context_get_option(context, "http", "header", &tmpzval) == SUCCESS) {
php_stream_context_get_option  351 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  357 ext/standard/http_fopen_wrapper.c 	if (context && php_stream_context_get_option(context, "http", "method", &tmpzval) == SUCCESS) {
php_stream_context_get_option  373 ext/standard/http_fopen_wrapper.c 	if (context && php_stream_context_get_option(context, "http", "protocol_version", &tmpzval) == SUCCESS) {
php_stream_context_get_option  388 ext/standard/http_fopen_wrapper.c 		php_stream_context_get_option(context, "http", "request_fulluri", &tmpzval) == SUCCESS) {
php_stream_context_get_option  429 ext/standard/http_fopen_wrapper.c 	if (context && php_stream_context_get_option(context, "http", "header", &tmpzval) == SUCCESS) {
php_stream_context_get_option  590 ext/standard/http_fopen_wrapper.c 	    php_stream_context_get_option(context, "http", "user_agent", &ua_zval) == SUCCESS &&
php_stream_context_get_option  628 ext/standard/http_fopen_wrapper.c 				php_stream_context_get_option(context, "http", "content", &tmpzval) == SUCCESS &&
php_stream_context_get_option  643 ext/standard/http_fopen_wrapper.c 		php_stream_context_get_option(context, "http", "content", &tmpzval) == SUCCESS &&
php_stream_context_get_option  695 ext/standard/http_fopen_wrapper.c 			if (context && SUCCESS==php_stream_context_get_option(context, "http", "ignore_errors", &tmpzval)) {
php_stream_context_get_option  762 ext/standard/http_fopen_wrapper.c 				if (context && php_stream_context_get_option(context, "http", "follow_location", &tmpzval) == SUCCESS) {
php_stream_context_get_option  785 ext/standard/http_fopen_wrapper.c 					if (context && php_stream_context_get_option(context, "http", "auto_decode", &tmpzval) == SUCCESS) {
php_stream_context_get_option   43 ext/standard/streamsfuncs.c #define GET_CTX_OPT(stream, wrapper, name, val) (stream->context && SUCCESS == php_stream_context_get_option(stream->context, wrapper, name, &val))
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  657 main/streams/xp_socket.c 	if (stream->context && php_stream_context_get_option(stream->context, "socket", "bindto", &tmpzval) == SUCCESS) {