Lines Matching refs:ulong

101 ZEND_API ulong zend_hash_func(const char *arKey, uint nKeyLength)  in zend_hash_func()
197 ulong h; in _zend_hash_add_or_update()
278 …sh_quick_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, ulong h, void *pData, ui… in _zend_hash_quick_add_or_update()
367 ZEND_API int _zend_hash_index_update_or_next_insert(HashTable *ht, ulong h, void *pData, uint nData… in _zend_hash_index_update_or_next_insert()
486 ZEND_API int zend_hash_del_key_or_index(HashTable *ht, const char *arKey, uint nKeyLength, ulong h,… in zend_hash_del_key_or_index()
903 ZEND_API ulong zend_get_hash_value(const char *arKey, uint nKeyLength) in zend_get_hash_value()
915 ulong h; in zend_hash_find()
937 ZEND_API int zend_hash_quick_find(const HashTable *ht, const char *arKey, uint nKeyLength, ulong h,… in zend_hash_quick_find()
965 ulong h; in zend_hash_exists()
986 ZEND_API int zend_hash_quick_exists(const HashTable *ht, const char *arKey, uint nKeyLength, ulong in zend_hash_quick_exists()
1012 ZEND_API int zend_hash_index_find(const HashTable *ht, ulong h, void **pData) in zend_hash_index_find()
1033 ZEND_API int zend_hash_index_exists(const HashTable *ht, ulong h) in zend_hash_index_exists()
1147 …t_current_key_ex(const HashTable *ht, char **str_index, uint *str_length, ulong *num_index, zend_b… in zend_hash_get_current_key_ex()
1231 …y_ex(HashTable *ht, int key_type, const char *str_index, uint str_length, ulong num_index, int mod… in zend_hash_update_current_key_ex()
1234 ulong h; in zend_hash_update_current_key_ex()
1617 ZEND_API ulong zend_hash_next_free_element(const HashTable *ht) in zend_hash_next_free_element()