Searched refs:phpdbg_watchpoint_t (Results 1 – 2 of 2) sorted by relevance
81 } phpdbg_watchpoint_t; typedef84 phpdbg_watchpoint_t ref;85 phpdbg_watchpoint_t reference;91 phpdbg_watchpoint_t *watch;108 phpdbg_watchpoint_t hash_watch; /* must be first element */128 void phpdbg_create_addr_watchpoint(void *addr, size_t size, phpdbg_watchpoint_t *watch);129 void phpdbg_create_zval_watchpoint(zval *zv, phpdbg_watchpoint_t *watch);
221 phpdbg_watchpoint_t *watch; in phpdbg_check_for_watchpoint()364 void phpdbg_update_watch_ref(phpdbg_watchpoint_t *watch) {452 phpdbg_watchpoint_t *mem = emalloc(sizeof(*mem));481 phpdbg_watchpoint_t watch;489 phpdbg_watchpoint_t watch;882 phpdbg_watchpoint_t *parent;928 phpdbg_watchpoint_t *parent;1072 phpdbg_watchpoint_t *watch;1090 phpdbg_watchpoint_t *watch;1140 phpdbg_watchpoint_t *watch = result->ptr;[all …]
Completed in 8 milliseconds