Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.h251 phpdbg_btree watch_HashTables; /* tree with original dtors of watchpoints */ variable
H A Dphpdbg_watch.c583 …if (!(res = phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (zend_ulong) element->parent_container)…
588 phpdbg_btree_insert(&PHPDBG_G(watch_HashTables), (zend_ulong) hti->ht, hti);
609 …phpdbg_btree_result *res = phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (zend_ulong) element->pa…
616 phpdbg_btree_delete(&PHPDBG_G(watch_HashTables), (zend_ulong) hti->ht);
957 …phpdbg_btree_result *res = phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (zend_ulong) HT_WATCH_HT…
1386 phpdbg_btree_init(&PHPDBG_G(watch_HashTables), sizeof(void *) * 8);

Completed in 17 milliseconds