Home
last modified time | relevance | path

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

/PHP-5.3/ext/hash/
H A Dhash.c31 HashTable php_hash_hashtable; variable
89 if (SUCCESS != zend_hash_find(&php_hash_hashtable, lower, algo_len + 1, (void*)&ops)) { in php_hash_fetch_ops()
104 zend_hash_add(&php_hash_hashtable, lower, algo_len + 1, (void*)ops, sizeof(php_hash_ops), NULL); in php_hash_register_algo()
578 for(zend_hash_internal_pointer_reset_ex(&php_hash_hashtable, &pos); in PHP_FUNCTION()
579 …(type = zend_hash_get_current_key_ex(&php_hash_hashtable, &str, &str_len, &idx, 0, &pos)) != HASH_… in PHP_FUNCTION()
580 zend_hash_move_forward_ex(&php_hash_hashtable, &pos)) { in PHP_FUNCTION()
819 zend_hash_init(&php_hash_hashtable, 35, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
881 zend_hash_destroy(&php_hash_hashtable); in PHP_MSHUTDOWN_FUNCTION()
897 for(zend_hash_internal_pointer_reset_ex(&php_hash_hashtable, &pos); in PHP_MINFO_FUNCTION()
898 …(type = zend_hash_get_current_key_ex(&php_hash_hashtable, &str, NULL, &idx, 0, &pos)) != HASH_KEY_… in PHP_MINFO_FUNCTION()
[all …]

Completed in 7 milliseconds