Searched refs:php_hash_hashtable (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/hash/ |
H A D | hash.c | 32 HashTable php_hash_hashtable; variable 95 if (SUCCESS != zend_hash_find(&php_hash_hashtable, lower, algo_len + 1, (void*)&ops)) { in php_hash_fetch_ops() 110 zend_hash_add(&php_hash_hashtable, lower, algo_len + 1, (void*)ops, sizeof(php_hash_ops), NULL); in php_hash_register_algo() 604 for(zend_hash_internal_pointer_reset_ex(&php_hash_hashtable, &pos); in PHP_FUNCTION() 605 …(type = zend_hash_get_current_key_ex(&php_hash_hashtable, &str, &str_len, &idx, 0, &pos)) != HASH_… in PHP_FUNCTION() 606 zend_hash_move_forward_ex(&php_hash_hashtable, &pos)) { in PHP_FUNCTION() 1009 zend_hash_init(&php_hash_hashtable, 35, NULL, NULL, 1); in PHP_MINIT_FUNCTION() 1075 zend_hash_destroy(&php_hash_hashtable); in PHP_MSHUTDOWN_FUNCTION() 1091 for(zend_hash_internal_pointer_reset_ex(&php_hash_hashtable, &pos); in PHP_MINFO_FUNCTION() 1092 …(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