Lines Matching refs:zend_ulong

91 	zend_ulong h;
130 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_or_update(HashTable *ht, zend_ulong h, zval *pData…
131 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add(HashTable *ht, zend_ulong h, zval *pData);
132 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_new(HashTable *ht, zend_ulong h, zval *pData);
133 ZEND_API zval* ZEND_FASTCALL zend_hash_index_update(HashTable *ht, zend_ulong h, zval *pData);
137 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_empty_element(HashTable *ht, zend_ulong h);
171 ZEND_API int ZEND_FASTCALL zend_hash_index_del(HashTable *ht, zend_ulong h);
177 ZEND_API zval* ZEND_FASTCALL zend_hash_index_find(const HashTable *ht, zend_ulong h);
178 ZEND_API zval* ZEND_FASTCALL _zend_hash_index_find(const HashTable *ht, zend_ulong h);
194 if (EXPECTED((zend_ulong)(_h) < (zend_ulong)(_ht)->nNumUsed)) { \
222 static zend_always_inline zend_bool zend_hash_index_exists(const HashTable *ht, zend_ulong h) in zend_hash_index_exists()
234 …_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, Hash…
308 ZEND_API int ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length, zend_ulong *…
334 static zend_always_inline int _zend_handle_numeric_str(const char *key, size_t length, zend_ulong *… in END_EXTERN_C()
410 zend_ulong idx; in zend_symtable_add_new()
421 zend_ulong idx; in zend_symtable_update()
433 zend_ulong idx; in zend_symtable_update_ind()
445 zend_ulong idx; in zend_symtable_del()
457 zend_ulong idx; in zend_symtable_del_ind()
469 zend_ulong idx; in zend_symtable_find()
481 zend_ulong idx; in zend_symtable_find_ind()
493 zend_ulong idx; in zend_symtable_exists()
505 zend_ulong idx; in zend_symtable_exists_ind()
517 zend_ulong idx; in zend_symtable_str_update()
529 zend_ulong idx; in zend_symtable_str_update_ind()
541 zend_ulong idx; in zend_symtable_str_del()
553 zend_ulong idx; in zend_symtable_str_del_ind()
565 zend_ulong idx; in zend_symtable_str_find()
577 zend_ulong idx; in zend_symtable_str_exists()
732 static zend_always_inline void *zend_hash_index_add_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_add_ptr()
741 static zend_always_inline void *zend_hash_index_add_new_ptr(HashTable *ht, zend_ulong h, void *pDat… in zend_hash_index_add_new_ptr()
750 static zend_always_inline void *zend_hash_index_update_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_update_ptr()
760 static zend_always_inline void *zend_hash_index_add_mem(HashTable *ht, zend_ulong h, void *pData, s… in zend_hash_index_add_mem()
787 static zend_always_inline void *zend_hash_index_update_mem(HashTable *ht, zend_ulong h, void *pData… in zend_hash_index_update_mem()
848 static zend_always_inline void *zend_hash_index_find_ptr(const HashTable *ht, zend_ulong h) in zend_hash_index_find_ptr()
861 static zend_always_inline zval *zend_hash_index_find_deref(HashTable *ht, zend_ulong h) in zend_hash_index_find_deref()
890 zend_ulong idx; in zend_symtable_str_find_ptr()