Searched refs:zkey (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_5/ext/openssl/ |
| H A D | openssl.c | 1383 zval ** zcert, **zkey; local 1390 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ZZ", &zcert, &zkey) == FAILURE) { 1397 key = php_openssl_evp_from_zval(zkey, 0, "", 1, &keyresource TSRMLS_CC);
|
| /PHP_5_5/ext/dba/ |
| H A D | dba.c | 1032 zval *zkey; local 1039 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "z", &zkey) == SUCCESS) { 1040 if (Z_TYPE_P(zkey) == IS_NULL || (Z_TYPE_P(zkey) == IS_BOOL && !Z_LVAL_P(zkey))) {
|
| /PHP_5_5/ext/phar/ |
| H A D | util.c | 1661 zval *zdata, *zsig, *zkey, *retval_ptr, **zp[3], *openssl; local 1668 MAKE_STD_ZVAL(zkey); 1669 ZVAL_STRINGL(zkey, key, key_len, 1); 1672 zp[2] = &zkey; 1685 zval_dtor(zkey); 1689 efree(zkey); 1701 zval_dtor(zkey); 1705 efree(zkey); 1717 ++(zkey->refcount); 1725 Z_ADDREF_P(zkey); [all...] |
| /PHP_5_5/ext/standard/ |
| H A D | array.c | 2557 zval **zcolumn = NULL, **zkey = NULL, **data; local 2561 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "hZ!|Z!", &arr_hash, &zcolumn, &zkey) == FAILURE) { 2566 (zkey && !array_column_param_helper(zkey, "index" TSRMLS_CC))) { 2599 if (zkey && (Z_TYPE_PP(zkey) == IS_STRING)) { 2600 zend_hash_find(ht, Z_STRVAL_PP(zkey), Z_STRLEN_PP(zkey) + 1, (void**)&zkeyval); 2601 } else if (zkey && (Z_TYPE_PP(zkey) [all...] |
Completed in 19 milliseconds