Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.h89 } phpdbg_watch_ht_info; typedef
H A Dphpdbg_watch.c384 phpdbg_watch_ht_info *hti = emalloc(sizeof(*hti)); in phpdbg_create_watchpoint()
391 ht_watches = &((phpdbg_watch_ht_info *) find->ptr)->watches; in phpdbg_create_watchpoint()
767 phpdbg_watch_ht_info *hti = result->ptr; in phpdbg_watch_HashTable_dtor()
862 …ZEND_HASH_FOREACH_PTR(&((phpdbg_watch_ht_info *) phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (z…

Completed in 9 milliseconds