Lines Matching refs:GET_VER_OPT
105 #define GET_VER_OPT(name) \ macro
108 if (GET_VER_OPT(name)) { \
112 if (GET_VER_OPT(name)) { num = zval_get_long(val); }
311 GET_VER_OPT("allow_self_signed") && in verify_callback()
519 must_verify_peer = GET_VER_OPT("verify_peer") in php_openssl_apply_peer_verification_policy()
523 must_verify_peer_name = GET_VER_OPT("verify_peer_name") in php_openssl_apply_peer_verification_policy()
527 must_verify_fingerprint = GET_VER_OPT("peer_fingerprint"); in php_openssl_apply_peer_verification_policy()
543 if (GET_VER_OPT("allow_self_signed") && zend_is_true(val)) { in php_openssl_apply_peer_verification_policy()
739 && GET_VER_OPT("allow_self_signed") && zend_is_true(val)) { in php_openssl_win_cert_verify_callback()
1394 if (GET_VER_OPT("SNI_enabled") && !zend_is_true(val)) { in php_openssl_enable_server_sni()
1399 if (!GET_VER_OPT("SNI_server_certs")) { in php_openssl_enable_server_sni()
1516 if (GET_VER_OPT("SNI_enabled") && !zend_is_true(val)) { in php_openssl_enable_client_sni()
1634 if (GET_VER_OPT("no_ticket") && zend_is_true(val)) { in php_openssl_setup_crypto()
1640 if (!GET_VER_OPT("disable_compression") || zend_is_true(val)) { in php_openssl_setup_crypto()
1644 if (GET_VER_OPT("verify_peer") && !zend_is_true(val)) { in php_openssl_setup_crypto()
1651 if (GET_VER_OPT("passphrase")) { in php_openssl_setup_crypto()
1668 if (GET_VER_OPT("security_level")) { in php_openssl_setup_crypto()