Searched defs:HashPosition (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_hash.h | 94 typedef Bucket* HashPosition; typedef 177 ZEND_API int zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos); 178 ZEND_API int zend_hash_move_backwards_ex(HashTable *ht, HashPosition *pos); 179 ZEND_API int zend_hash_get_current_key_ex(const HashTable *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashPosition *pos); 180 ZEND_API int zend_hash_get_current_key_type_ex(HashTable *ht, HashPosition *pos); 181 ZEND_API int zend_hash_get_current_data_ex(HashTable *ht, void **pData, HashPosition *pos); 182 ZEND_API void zend_hash_internal_pointer_reset_ex(HashTable *ht, HashPosition *pos); 183 ZEND_API void zend_hash_internal_pointer_end_ex(HashTable *ht, HashPosition *pos); 184 ZEND_API int zend_hash_update_current_key_ex(HashTable *ht, int key_type, const char *str_index, uint str_length, ulong num_index, int mode, HashPosition *pos); 187 HashPosition po [all...] |
Completed in 3 milliseconds