Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.c111 phpdbg_watchpoint_t *watch; in phpdbg_check_for_watchpoint()
183 phpdbg_watchpoint_t *watch = emalloc(sizeof(phpdbg_watchpoint_t)); in phpdbg_create_refcounted_watchpoint()
202 phpdbg_watchpoint_t *old; in phpdbg_add_watch_collision()
284 static phpdbg_watchpoint_t *phpdbg_create_watchpoint(phpdbg_watchpoint_t *watch);
287 phpdbg_watchpoint_t *ref = emalloc(sizeof(phpdbg_watchpoint_t)); in phpdbg_create_reference_watch()
322 static phpdbg_watchpoint_t *phpdbg_create_watchpoint(phpdbg_watchpoint_t *watch) { in phpdbg_create_watchpoint()
416 phpdbg_watchpoint_t *watch = emalloc(sizeof(phpdbg_watchpoint_t)); in phpdbg_create_array_watchpoint()
461 phpdbg_watchpoint_t *new_watch = emalloc(sizeof(phpdbg_watchpoint_t)); in phpdbg_create_recursive_ht_watch()
498 phpdbg_watchpoint_t *new_watch = emalloc(sizeof(phpdbg_watchpoint_t)); in phpdbg_create_recursive_zval_watch()
631 phpdbg_watchpoint_t *watch = ecalloc(1, sizeof(phpdbg_watchpoint_t)); in phpdbg_watchpoint_parse_wrapper()
[all …]
H A Dphpdbg_watch.h60 typedef struct _phpdbg_watchpoint_t phpdbg_watchpoint_t; typedef
72 phpdbg_watchpoint_t *parent;
73 phpdbg_watchpoint_t *reference;
80 phpdbg_watchpoint_t *watch;
99 void phpdbg_create_addr_watchpoint(void *addr, size_t size, phpdbg_watchpoint_t *watch);
100 void phpdbg_create_zval_watchpoint(zval *zv, phpdbg_watchpoint_t *watch);
H A Dphpdbg.h259 phpdbg_watchpoint_t *watch_tmp; /* temporary pointer for a watchpoint */

Completed in 11 milliseconds