Searched refs:tmp_watch (Results 1 – 1 of 1) sorted by relevance
176 static int phpdbg_delete_watchpoint(phpdbg_watchpoint_t *tmp_watch);602 static int phpdbg_delete_watchpoint(phpdbg_watchpoint_t *tmp_watch) { in phpdbg_delete_watchpoint() argument607 …if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) tmp_watch->addr.ptr)) == … in phpdbg_delete_watchpoint()623 phpdbg_free_watch(tmp_watch); in phpdbg_delete_watchpoint()624 efree(tmp_watch); in phpdbg_delete_watchpoint()
Completed in 7 milliseconds