Searched refs:optional_args (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 902 …if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), key, sizeof(key)-1)) !=… 913 …if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), key, sizeof(key)-1)) !=… 938 static int php_openssl_parse_config(struct php_x509_request * req, zval * optional_args) /* {{{ */ in php_openssl_parse_config() argument 978 …if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), "encrypt_key", sizeof("… in php_openssl_parse_config() 993 optional_args && in php_openssl_parse_config() 994 …(item = zend_hash_str_find(Z_ARRVAL_P(optional_args), "encrypt_key_cipher", sizeof("encrypt_key_ci… in php_openssl_parse_config() 1025 …if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), "curve_name", sizeof("c… in php_openssl_parse_config()
|
Completed in 29 milliseconds