Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.c383 …if (!(find = phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (zend_ulong) watch->parent_container))… in phpdbg_create_watchpoint()
388 phpdbg_btree_insert(&PHPDBG_G(watch_HashTables), (zend_ulong) watch->parent_container, hti); in phpdbg_create_watchpoint()
766 …if ((result = phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (zend_ulong) watch->parent_container)… in phpdbg_watch_HashTable_dtor()
773 phpdbg_btree_delete(&PHPDBG_G(watch_HashTables), (zend_ulong) watch->parent_container); in phpdbg_watch_HashTable_dtor()
862 …ZEND_HASH_FOREACH_PTR(&((phpdbg_watch_ht_info *) phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (z…
905 phpdbg_btree_init(&PHPDBG_G(watch_HashTables), sizeof(void *) * 8);
H A Dphpdbg.h253 phpdbg_btree watch_HashTables; /* tree with original dtors of watchpoints */ variable

Completed in 10 milliseconds