Home
last modified time | relevance | path

Searched refs:is_client (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/openssl/
H A Dxp_ssl.c112 int is_client; member
465 : sslsock->is_client; in apply_peer_verification_policy()
470 : sslsock->is_client; in apply_peer_verification_policy()
530 if (peer_name == NULL && sslsock->is_client) { in apply_peer_verification_policy()
828 } else if (!sslsock->is_client) { in enable_peer_verification()
939 return is_client ? SSLv2_client_method() : SSLv2_server_method(); in php_select_crypto_method()
1537 if (sslsock->is_client == 0 && in php_openssl_setup_crypto()
1566 if (sslsock->is_client == 0) { in php_openssl_setup_crypto()
1687 if (sslsock->is_client) { in php_openssl_enable_crypto()
1693 if (sslsock->is_client) { in php_openssl_enable_crypto()
[all …]

Completed in 11 milliseconds