Lines Matching refs:zend_ulong

93 	zend_ulong h;
131 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_or_update(HashTable *ht, zend_ulong h, zval *pData…
132 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add(HashTable *ht, zend_ulong h, zval *pData);
133 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_new(HashTable *ht, zend_ulong h, zval *pData);
134 ZEND_API zval* ZEND_FASTCALL zend_hash_index_update(HashTable *ht, zend_ulong h, zval *pData);
138 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_empty_element(HashTable *ht, zend_ulong h);
172 ZEND_API zend_result ZEND_FASTCALL zend_hash_index_del(HashTable *ht, zend_ulong h);
179 ZEND_API zval* ZEND_FASTCALL zend_hash_index_find(const HashTable *ht, zend_ulong h);
180 ZEND_API zval* ZEND_FASTCALL _zend_hash_index_find(const HashTable *ht, zend_ulong h);
196 if (EXPECTED((zend_ulong)(_h) < (zend_ulong)(_ht)->nNumUsed)) { \
215 ZEND_API zval* ZEND_FASTCALL zend_hash_index_lookup(HashTable *ht, zend_ulong h);
219 if (EXPECTED((zend_ulong)(_h) < (zend_ulong)(_ht)->nNumUsed)) { \
240 static zend_always_inline bool zend_hash_index_exists(const HashTable *ht, zend_ulong h) in zend_hash_index_exists()
250 …_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, cons…
269 …nt zend_hash_get_current_key(const HashTable *ht, zend_string **str_index, zend_ulong *num_index) { in zend_hash_get_current_key()
342 ZEND_API bool ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length, zend_ulong
388 static zend_always_inline bool _zend_handle_numeric_str(const char *key, size_t length, zend_ulong in END_EXTERN_C()
464 zend_ulong idx; in zend_symtable_add_new()
475 zend_ulong idx; in zend_symtable_update()
487 zend_ulong idx; in zend_symtable_update_ind()
499 zend_ulong idx; in zend_symtable_del()
511 zend_ulong idx; in zend_symtable_del_ind()
523 zend_ulong idx; in zend_symtable_find()
535 zend_ulong idx; in zend_symtable_find_ind()
547 zend_ulong idx; in zend_symtable_exists()
559 zend_ulong idx; in zend_symtable_exists_ind()
571 zend_ulong idx; in zend_symtable_str_update()
583 zend_ulong idx; in zend_symtable_str_update_ind()
595 zend_ulong idx; in zend_symtable_str_del()
607 zend_ulong idx; in zend_symtable_str_del_ind()
619 zend_ulong idx; in zend_symtable_str_find()
631 zend_ulong idx; in zend_symtable_str_exists()
786 static zend_always_inline void *zend_hash_index_add_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_add_ptr()
795 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()
804 static zend_always_inline void *zend_hash_index_update_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_update_ptr()
814 static zend_always_inline void *zend_hash_index_add_mem(HashTable *ht, zend_ulong h, void *pData, s… in zend_hash_index_add_mem()
841 static zend_always_inline void *zend_hash_index_update_mem(HashTable *ht, zend_ulong h, void *pData… in zend_hash_index_update_mem()
910 static zend_always_inline void *zend_hash_index_find_ptr(const HashTable *ht, zend_ulong h) in zend_hash_index_find_ptr()
923 static zend_always_inline zval *zend_hash_index_find_deref(HashTable *ht, zend_ulong h) in zend_hash_index_find_deref()
952 zend_ulong idx; in zend_symtable_str_find_ptr()
1017 zend_ulong __h; \
1047 zend_ulong __h; \
1442 zend_ulong _idx = (_from); \
1454 zend_ulong _idx = __ht->nNumUsed; \
1573 zend_ulong expected_idx = 0; in zend_array_is_list()
1574 zend_ulong num_idx; in zend_array_is_list()