Home
last modified time | relevance | path

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

/PHP-7.0/ext/phar/
H A Ddirstream.c100 if (HASH_KEY_NON_EXISTENT == zend_hash_get_current_key(data, &str_key, &unused)) { in phar_dir_read()
203 if (HASH_KEY_NON_EXISTENT == zend_hash_get_current_key(manifest, &str_key, &unused)) { in phar_make_dirstream()
388 zend_hash_get_current_key(&phar->manifest, &str_key, &unused)) { in phar_wrapper_open_dir()
615 HASH_KEY_NON_EXISTENT != zend_hash_get_current_key(&phar->manifest, &str_key, &unused); in phar_wrapper_rmdir()
632 HASH_KEY_NON_EXISTENT != zend_hash_get_current_key(&phar->virtual_dirs, &str_key, &unused); in phar_wrapper_rmdir()
H A Dphar.c1978 … HASH_KEY_NON_EXISTENT != zend_hash_get_current_key(&(PHAR_G(phar_fname_map)), &str_key, &unused);
1997 HASH_KEY_NON_EXISTENT != zend_hash_get_current_key(&cached_phars, &str_key, &unused);
/PHP-7.0/ext/readline/
H A Dreadline_cli.c416 zend_hash_get_current_key(ht, &name, &number); in cli_completion_generator_ht()
/PHP-7.0/Zend/
H A Dzend_hash.h181 #define zend_hash_get_current_key(ht, str_index, num_index) \ macro
H A Dzend_builtin_functions.c694 if (zend_hash_get_current_key(target_hash, &key, &num_key) == HASH_KEY_IS_STRING) { in ZEND_FUNCTION()
/PHP-7.0/ext/soap/
H A Dphp_schema.c2164 zend_hash_get_current_key(tmp->attributes, &_key, NULL); in schema_attributegroup_fixup()
2172 zend_hash_get_current_key(tmp->attributes, NULL, &index); in schema_attributegroup_fixup()
H A Dphp_http.c823 int res = zend_hash_get_current_key(Z_ARRVAL_P(cookies), &key, &numindx); in make_http_soap_request()
/PHP-7.0/ext/ldap/
H A Dldap.c1459 if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index) == HASH_KEY_IS_STRING) { in php_ldap_do_modify()
1740 if (zend_hash_get_current_key(Z_ARRVAL_P(mod), &modkey, &tmpUlong) != HASH_KEY_IS_STRING) { in PHP_FUNCTION()

Completed in 52 milliseconds