Searched refs:optional_args (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/openssl/ |
H A D | openssl.c | 868 …if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), key, sizeof(key)-1)) !=… 879 …if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), key, sizeof(key)-1)) !=… 904 static int php_openssl_parse_config(struct php_x509_request * req, zval * optional_args) /* {{{ */ in php_openssl_parse_config() argument 945 …if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), "encrypt_key", sizeof("… in php_openssl_parse_config() 960 optional_args && in php_openssl_parse_config() 961 …(item = zend_hash_str_find(Z_ARRVAL_P(optional_args), "encrypt_key_cipher", sizeof("encrypt_key_ci… in php_openssl_parse_config() 992 …if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), "curve_name", sizeof("c… in php_openssl_parse_config()
|
Completed in 26 milliseconds