Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.h110 phpdbg_watchpoint_t hash_watch; /* must be first element */ member
H A Dphpdbg_watch.c601 …et_addr_watchpoint(HT_GET_DATA_ADDR(hti->ht), HT_HASH_SIZE(hti->ht->nTableMask), &hti->hash_watch);
602 hti->hash_watch.type = WATCH_ON_HASHDATA;
603 phpdbg_store_watchpoint_btree(&hti->hash_watch);
604 phpdbg_activate_watchpoint(&hti->hash_watch);
628 phpdbg_deactivate_watchpoint(&hti->hash_watch);
629 phpdbg_remove_watchpoint_btree(&hti->hash_watch);

Completed in 8 milliseconds