Lines Matching refs:GET_VER_OPT
96 #define GET_VER_OPT(name) (PHP_STREAM_CONTEXT(stream) && (val = php_stream_context_ge… macro
97 #define GET_VER_OPT_STRING(name, str) if (GET_VER_OPT(name)) { convert_to_string_ex(val); str = Z…
98 #define GET_VER_OPT_LONG(name, num) if (GET_VER_OPT(name)) { convert_to_long_ex(val); num = Z_L…
292 GET_VER_OPT("allow_self_signed") && in verify_callback()
491 must_verify_peer = GET_VER_OPT("verify_peer") in apply_peer_verification_policy()
495 must_verify_peer_name = GET_VER_OPT("verify_peer_name") in apply_peer_verification_policy()
499 must_verify_fingerprint = GET_VER_OPT("peer_fingerprint"); in apply_peer_verification_policy()
514 if (GET_VER_OPT("allow_self_signed") && zend_is_true(val)) { in apply_peer_verification_policy()
741 && GET_VER_OPT("allow_self_signed") && zend_is_true(val)) { in win_cert_verify_callback()
1347 if (GET_VER_OPT("SNI_enabled") && !zend_is_true(val)) { in enable_server_sni()
1352 if (!GET_VER_OPT("SNI_server_certs")) { in enable_server_sni()
1432 if (GET_VER_OPT("SNI_enabled") && !zend_is_true(val)) { in enable_client_sni()
1562 if (GET_VER_OPT("no_ticket") && zend_is_true(val)) { in php_openssl_setup_crypto()
1572 if (!GET_VER_OPT("disable_compression") || zend_is_true(val)) { in php_openssl_setup_crypto()
1577 if (GET_VER_OPT("verify_peer") && !zend_is_true(val)) { in php_openssl_setup_crypto()
1584 if (GET_VER_OPT("passphrase")) { in php_openssl_setup_crypto()