Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_watch.h108 phpdbg_watchpoint_t hash_watch; /* must be first element */ member
H A Dphpdbg_watch.c599 …et_addr_watchpoint(HT_GET_DATA_ADDR(hti->ht), HT_HASH_SIZE(hti->ht->nTableMask), &hti->hash_watch);
600 hti->hash_watch.type = WATCH_ON_HASHDATA;
601 phpdbg_store_watchpoint_btree(&hti->hash_watch);
602 phpdbg_activate_watchpoint(&hti->hash_watch);
626 phpdbg_deactivate_watchpoint(&hti->hash_watch);
627 phpdbg_remove_watchpoint_btree(&hti->hash_watch);

Completed in 9 milliseconds