Lines Matching refs:zend_ulong

95 	zend_ulong h;
133 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_or_update(HashTable *ht, zend_ulong h, zval *pData…
134 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add(HashTable *ht, zend_ulong h, zval *pData);
135 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_new(HashTable *ht, zend_ulong h, zval *pData);
136 ZEND_API zval* ZEND_FASTCALL zend_hash_index_update(HashTable *ht, zend_ulong h, zval *pData);
140 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_empty_element(HashTable *ht, zend_ulong h);
174 ZEND_API zend_result ZEND_FASTCALL zend_hash_index_del(HashTable *ht, zend_ulong h);
181 ZEND_API zval* ZEND_FASTCALL zend_hash_index_find(const HashTable *ht, zend_ulong h);
182 ZEND_API zval* ZEND_FASTCALL _zend_hash_index_find(const HashTable *ht, zend_ulong h);
198 if (EXPECTED((zend_ulong)(_h) < (zend_ulong)(_ht)->nNumUsed)) { \
217 ZEND_API zval* ZEND_FASTCALL zend_hash_index_lookup(HashTable *ht, zend_ulong h);
221 if (EXPECTED((zend_ulong)(_h) < (zend_ulong)(_ht)->nNumUsed)) { \
242 static zend_always_inline bool zend_hash_index_exists(const HashTable *ht, zend_ulong h) in zend_hash_index_exists()
253 …_hash_get_current_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, cons…
272 …nt zend_hash_get_current_key(const HashTable *ht, zend_string **str_index, zend_ulong *num_index) { in zend_hash_get_current_key()
353 ZEND_API bool ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length, zend_ulong
399 static zend_always_inline bool _zend_handle_numeric_str(const char *key, size_t length, zend_ulong in END_EXTERN_C()
475 zend_ulong idx; in zend_symtable_add_new()
486 zend_ulong idx; in zend_symtable_update()
498 zend_ulong idx; in zend_symtable_update_ind()
510 zend_ulong idx; in zend_symtable_del()
522 zend_ulong idx; in zend_symtable_del_ind()
534 zend_ulong idx; in zend_symtable_find()
546 zend_ulong idx; in zend_symtable_find_ind()
558 zend_ulong idx; in zend_symtable_exists()
570 zend_ulong idx; in zend_symtable_exists_ind()
582 zend_ulong idx; in zend_symtable_str_update()
594 zend_ulong idx; in zend_symtable_str_update_ind()
606 zend_ulong idx; in zend_symtable_str_del()
618 zend_ulong idx; in zend_symtable_str_del_ind()
630 zend_ulong idx; in zend_symtable_str_find()
642 zend_ulong idx; in zend_symtable_str_exists()
797 static zend_always_inline void *zend_hash_index_add_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_add_ptr()
806 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()
815 static zend_always_inline void *zend_hash_index_update_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_update_ptr()
825 static zend_always_inline void *zend_hash_index_add_mem(HashTable *ht, zend_ulong h, void *pData, s… in zend_hash_index_add_mem()
852 static zend_always_inline void *zend_hash_index_update_mem(HashTable *ht, zend_ulong h, void *pData… in zend_hash_index_update_mem()
926 static zend_always_inline void *zend_hash_index_find_ptr(const HashTable *ht, zend_ulong h) in END_EXTERN_C()
939 static zend_always_inline zval *zend_hash_index_find_deref(HashTable *ht, zend_ulong h) in zend_hash_index_find_deref()
968 zend_ulong idx; in zend_symtable_str_find_ptr()
1033 zend_ulong __h; \
1063 zend_ulong __h; \
1458 zend_ulong _idx = (_from); \
1470 zend_ulong _idx = __ht->nNumUsed; \
1589 zend_ulong expected_idx = 0; in zend_array_is_list()
1590 zend_ulong num_idx; in zend_array_is_list()