Home
last modified time | relevance | path

Searched refs:hti (Results 1 – 1 of 1) sorted by relevance

/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c646 phpdbg_watch_ht_info *hti; local
649 hti = emalloc(sizeof(*hti));
650 hti->ht = element->parent_container;
653 phpdbg_btree_insert(&PHPDBG_G(watch_HashTables), (zend_ulong) hti->ht, hti);
655 …phpdbg_set_addr_watchpoint(HT_GET_DATA_ADDR(hti->ht), HT_HASH_SIZE(hti->ht->nTableMask), &hti->has…
656 hti->hash_watch.type = WATCH_ON_HASHDATA;
660 hti = (phpdbg_watch_ht_info *) res->ptr;
672 phpdbg_watch_ht_info *hti = res->ptr; local
675 zend_hash_destroy(&hti->watches);
679 efree(hti);
[all …]

Completed in 10 milliseconds