Searched refs:php_hash_hashtable (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/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)) { 110 zend_hash_add(&php_hash_hashtable, lower, algo_len + 1, (void*)ops, sizeof(php_hash_ops), NULL); 599 for(zend_hash_internal_pointer_reset_ex(&php_hash_hashtable, &pos); 600 (type = zend_hash_get_current_key_ex(&php_hash_hashtable, &str, &str_len, &idx, 0, &pos)) != HASH_KEY_NON_EXISTANT; 601 zend_hash_move_forward_ex(&php_hash_hashtable, &pos)) { 962 zend_hash_init(&php_hash_hashtable, 35, NULL, NULL, 1); 1025 zend_hash_destroy(&php_hash_hashtable); 1041 for(zend_hash_internal_pointer_reset_ex(&php_hash_hashtable, &pos); 1042 (type = zend_hash_get_current_key_ex(&php_hash_hashtable, [all...] |
Completed in 4 milliseconds