Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_watch.h81 } phpdbg_watchpoint_t; typedef
84 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);
H A Dphpdbg_watch.c212 phpdbg_watchpoint_t *watch; in phpdbg_check_for_watchpoint()
355 void phpdbg_update_watch_ref(phpdbg_watchpoint_t *watch) {
443 phpdbg_watchpoint_t *mem = emalloc(sizeof(*mem));
472 phpdbg_watchpoint_t watch;
480 phpdbg_watchpoint_t watch;
873 phpdbg_watchpoint_t *parent;
919 phpdbg_watchpoint_t *parent;
1063 phpdbg_watchpoint_t *watch;
1081 phpdbg_watchpoint_t *watch;
1131 phpdbg_watchpoint_t *watch = result->ptr;
[all …]

Completed in 12 milliseconds