Searched refs:hti (Results 1 – 1 of 1) sorted by relevance
384 phpdbg_watch_ht_info *hti = emalloc(sizeof(*hti)); in phpdbg_create_watchpoint() local385 hti->dtor = watch->parent_container->pDestructor; in phpdbg_create_watchpoint()386 ht_watches = &hti->watches; in phpdbg_create_watchpoint()388 phpdbg_btree_insert(&PHPDBG_G(watch_HashTables), (zend_ulong) watch->parent_container, hti); in phpdbg_create_watchpoint()767 phpdbg_watch_ht_info *hti = result->ptr; in phpdbg_watch_HashTable_dtor() local768 hti->dtor(orig_zv); in phpdbg_watch_HashTable_dtor()769 zend_hash_del(&hti->watches, watch->name_in_parent); in phpdbg_watch_HashTable_dtor()770 if (zend_hash_num_elements(&hti->watches) == 0) { in phpdbg_watch_HashTable_dtor()771 watch->parent_container->pDestructor = hti->dtor; in phpdbg_watch_HashTable_dtor()772 zend_hash_destroy(&hti->watches); in phpdbg_watch_HashTable_dtor()[all …]
Completed in 7 milliseconds