Home
last modified time | relevance | path

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

/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.h251 phpdbg_btree watch_HashTables; /* tree with original dtors of watchpoints */ variable
H A Dphpdbg_watch.c648 …if (!(res = phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (zend_ulong) element->parent_container)…
653 phpdbg_btree_insert(&PHPDBG_G(watch_HashTables), (zend_ulong) hti->ht, hti);
674 …phpdbg_btree_result *res = phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (zend_ulong) element->pa…
681 phpdbg_btree_delete(&PHPDBG_G(watch_HashTables), (zend_ulong) hti->ht);
1025 …phpdbg_btree_result *res = phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (zend_ulong) HT_WATCH_HT…
1468 phpdbg_btree_init(&PHPDBG_G(watch_HashTables), sizeof(void *) * 8);

Completed in 10 milliseconds