Searched refs:php_hash_hashtable (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/hash/ |
| H A D | hash.c | 31 HashTable php_hash_hashtable; variable 94 if (SUCCESS != zend_hash_find(&php_hash_hashtable, lower, algo_len + 1, (void*)&ops)) { 109 zend_hash_add(&php_hash_hashtable, lower, algo_len + 1, (void*)ops, sizeof(php_hash_ops), NULL); 586 for(zend_hash_internal_pointer_reset_ex(&php_hash_hashtable, &pos); 587 (type = zend_hash_get_current_key_ex(&php_hash_hashtable, &str, &str_len, &idx, 0, &pos)) != HASH_KEY_NON_EXISTANT; 588 zend_hash_move_forward_ex(&php_hash_hashtable, &pos)) { 827 zend_hash_init(&php_hash_hashtable, 35, NULL, NULL, 1); 890 zend_hash_destroy(&php_hash_hashtable); 906 for(zend_hash_internal_pointer_reset_ex(&php_hash_hashtable, &pos); 907 (type = zend_hash_get_current_key_ex(&php_hash_hashtable, [all...] |
Completed in 5 milliseconds