php_stream_context_get_option 4531 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 524 ext/openssl/xp_ssl.c if (stream->context && SUCCESS == php_stream_context_get_option( php_stream_context_get_option 536 ext/openssl/xp_ssl.c if (stream->context && SUCCESS == php_stream_context_get_option( php_stream_context_get_option 667 ext/openssl/xp_ssl.c if (SUCCESS == php_stream_context_get_option( php_stream_context_get_option 681 ext/openssl/xp_ssl.c if (SUCCESS == php_stream_context_get_option( php_stream_context_get_option 1000 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 1003 ext/openssl/xp_ssl.c if (php_stream_context_get_option(ctx, "ssl", "SNI_server_name", &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 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 672 ext/standard/http_fopen_wrapper.c if (context && SUCCESS==php_stream_context_get_option(context, "http", "ignore_errors", &tmpzval)) { php_stream_context_get_option 739 ext/standard/http_fopen_wrapper.c if (context && php_stream_context_get_option(context, "http", "follow_location", &tmpzval) == SUCCESS) { php_stream_context_get_option 762 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 657 main/streams/xp_socket.c if (stream->context && php_stream_context_get_option(stream->context, "socket", "bindto", &tmpzval) == SUCCESS) {