Home
last modified time | relevance | path

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

/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_watch.h108 phpdbg_watchpoint_t hash_watch; /* must be first element */ member
H A Dphpdbg_watch.c655 …et_addr_watchpoint(HT_GET_DATA_ADDR(hti->ht), HT_HASH_SIZE(hti->ht->nTableMask), &hti->hash_watch);
656 hti->hash_watch.type = WATCH_ON_HASHDATA;
657 phpdbg_store_watchpoint_btree(&hti->hash_watch);
658 phpdbg_activate_watchpoint(&hti->hash_watch);
682 phpdbg_remove_watchpoint_btree(&hti->hash_watch);
683 phpdbg_deactivate_watchpoint(&hti->hash_watch);

Completed in 12 milliseconds