Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds