Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.h83 } phpdbg_watchpoint_t; typedef
86 phpdbg_watchpoint_t ref;
87 phpdbg_watchpoint_t reference;
93 phpdbg_watchpoint_t *watch;
110 phpdbg_watchpoint_t hash_watch; /* must be first element */
130 void phpdbg_create_addr_watchpoint(void *addr, size_t size, phpdbg_watchpoint_t *watch);
131 void phpdbg_create_zval_watchpoint(zval *zv, phpdbg_watchpoint_t *watch);
H A Dphpdbg_watch.c223 phpdbg_watchpoint_t *watch; in phpdbg_check_for_watchpoint()
366 void phpdbg_update_watch_ref(phpdbg_watchpoint_t *watch) {
454 phpdbg_watchpoint_t *mem = emalloc(sizeof(*mem));
483 phpdbg_watchpoint_t watch;
491 phpdbg_watchpoint_t watch;
884 phpdbg_watchpoint_t *parent;
930 phpdbg_watchpoint_t *parent;
1074 phpdbg_watchpoint_t *watch;
1092 phpdbg_watchpoint_t *watch;
1142 phpdbg_watchpoint_t *watch = result->ptr;
[all …]

Completed in 9 milliseconds