Lines Matching refs:uint

46 typedef ulong (*hash_func_t)(const char *arKey, uint nKeyLength);
57 uint nKeyLength;
68 uint nTableSize;
69 uint nTableMask;
70 uint nNumOfElements;
88 uint nKeyLength;
100 ZEND_API int _zend_hash_init(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDes…
101 ZEND_API int _zend_hash_init_ex(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t p…
108 …_zend_hash_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, void *pData, uint nDat…
114 …_quick_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, ulong h, void *pData, uint
120 ZEND_API int _zend_hash_index_update_or_next_insert(HashTable *ht, ulong h, void *pData, uint nData…
126 ZEND_API int zend_hash_add_empty_element(HashTable *ht, const char *arKey, uint nKeyLength);
153 ZEND_API int zend_hash_del_key_or_index(HashTable *ht, const char *arKey, uint nKeyLength, ulong h,…
161 ZEND_API ulong zend_get_hash_value(const char *arKey, uint nKeyLength);
164 ZEND_API int zend_hash_find(const HashTable *ht, const char *arKey, uint nKeyLength, void **pData);
165 ZEND_API int zend_hash_quick_find(const HashTable *ht, const char *arKey, uint nKeyLength, ulong h,…
169 ZEND_API int zend_hash_exists(const HashTable *ht, const char *arKey, uint nKeyLength);
170 ZEND_API int zend_hash_quick_exists(const HashTable *ht, const char *arKey, uint nKeyLength, ulong …
179 ZEND_API int zend_hash_get_current_key_ex(const HashTable *ht, char **str_index, uint *str_length, …
185 …update_current_key_ex(HashTable *ht, int key_type, const char *str_index, uint str_length, ulong n…
217 …opy(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size);
218 …*target, HashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite…
219 …(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, uint size, merge_checker…
264 static inline ulong zend_inline_hash_func(const char *arKey, uint nKeyLength) in zend_inline_hash_func()
294 ZEND_API ulong zend_hash_func(const char *arKey, uint nKeyLength);
351 …int zend_symtable_update(HashTable *ht, const char *arKey, uint nKeyLength, void *pData, uint nDat…
358 static inline int zend_symtable_del(HashTable *ht, const char *arKey, uint nKeyLength) in zend_symtable_del()
365 static inline int zend_symtable_find(HashTable *ht, const char *arKey, uint nKeyLength, void **pDat… in zend_symtable_find()
372 static inline int zend_symtable_exists(HashTable *ht, const char *arKey, uint nKeyLength) in zend_symtable_exists()
378 static inline int zend_symtable_update_current_key_ex(HashTable *ht, const char *arKey, uint nKeyLe… in zend_symtable_update_current_key_ex()