Searched refs:zkey (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/dba/ |
H A D | dba.c | 1092 zval *zkey; in PHP_FUNCTION() local 1096 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "z", &zkey) == SUCCESS) { in PHP_FUNCTION() 1097 if (Z_TYPE_P(zkey) == IS_NULL || (Z_TYPE_P(zkey) == IS_FALSE)) { in PHP_FUNCTION()
|
/php-src/ext/openssl/ |
H A D | openssl.c | 1964 zval *zkey; in PHP_FUNCTION() local 1969 Z_PARAM_ZVAL(zkey) in PHP_FUNCTION() 1979 key = php_openssl_pkey_from_zval(zkey, 0, "", 0, 2); in PHP_FUNCTION() 1997 zval *zkey; in PHP_FUNCTION() local 2003 Z_PARAM_ZVAL(zkey) in PHP_FUNCTION() 2011 key = php_openssl_pkey_from_zval(zkey, 1, NULL, 0, 2); in PHP_FUNCTION()
|
Completed in 21 milliseconds