Home
last modified time | relevance | path

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

/PHP-7.1/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 */
129 void phpdbg_create_addr_watchpoint(void *addr, size_t size, phpdbg_watchpoint_t *watch);
130 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()
365 void phpdbg_update_watch_ref(phpdbg_watchpoint_t *watch) {
453 phpdbg_watchpoint_t *mem = emalloc(sizeof(*mem));
482 phpdbg_watchpoint_t watch;
490 phpdbg_watchpoint_t watch;
882 phpdbg_watchpoint_t *parent;
928 phpdbg_watchpoint_t *parent;
1071 phpdbg_watchpoint_t *watch;
1089 phpdbg_watchpoint_t *watch;
1139 phpdbg_watchpoint_t *watch = result->ptr;
[all …]

Completed in 11 milliseconds