Lines Matching defs:watch

97 #define HT_WATCH_HT(watch) HT_PTR_HT((watch)->addr.ptr)  argument
111 phpdbg_watchpoint_t *watch; in phpdbg_check_for_watchpoint() local
129 static void phpdbg_change_watchpoint_access(phpdbg_watchpoint_t *watch, int access) { in phpdbg_change_watchpoint_access()
134 static inline void phpdbg_activate_watchpoint(phpdbg_watchpoint_t *watch) { in phpdbg_activate_watchpoint()
138 static inline void phpdbg_deactivate_watchpoint(phpdbg_watchpoint_t *watch) { in phpdbg_deactivate_watchpoint()
142 static inline void phpdbg_store_watchpoint(phpdbg_watchpoint_t *watch) { in phpdbg_store_watchpoint()
146 static inline void phpdbg_remove_watchpoint(phpdbg_watchpoint_t *watch) { in phpdbg_remove_watchpoint()
150 void phpdbg_create_addr_watchpoint(void *addr, size_t size, phpdbg_watchpoint_t *watch) { in phpdbg_create_addr_watchpoint()
155 void phpdbg_create_zval_watchpoint(zval *zv, phpdbg_watchpoint_t *watch) { in phpdbg_create_zval_watchpoint()
160 void phpdbg_create_ht_watchpoint(HashTable *ht, phpdbg_watchpoint_t *watch) { in phpdbg_create_ht_watchpoint()
171 static void phpdbg_free_watch(phpdbg_watchpoint_t *watch) { in phpdbg_free_watch()
183 phpdbg_watchpoint_t *watch = emalloc(sizeof(phpdbg_watchpoint_t)); in phpdbg_create_refcounted_watchpoint() local
195 static void phpdbg_add_watch_collision(phpdbg_watchpoint_t *watch) { in phpdbg_add_watch_collision()
261 static void phpdbg_remove_watch_collision(phpdbg_watchpoint_t *watch) { in phpdbg_remove_watch_collision()
286 static phpdbg_watchpoint_t *phpdbg_create_reference_watch(phpdbg_watchpoint_t *watch) { in phpdbg_create_reference_watch()
322 static phpdbg_watchpoint_t *phpdbg_create_watchpoint(phpdbg_watchpoint_t *watch) { in phpdbg_create_watchpoint()
406 static int phpdbg_create_simple_watchpoint(phpdbg_watchpoint_t *watch) { in phpdbg_create_simple_watchpoint()
416 phpdbg_watchpoint_t *watch = emalloc(sizeof(phpdbg_watchpoint_t)); in phpdbg_create_array_watchpoint() local
442 static int phpdbg_create_recursive_watchpoint(phpdbg_watchpoint_t *watch) { in phpdbg_create_recursive_watchpoint()
453 static int phpdbg_create_recursive_ht_watch(phpdbg_watchpoint_t *watch) { in phpdbg_create_recursive_ht_watch()
488 static int phpdbg_create_recursive_zval_watch(phpdbg_watchpoint_t *watch) { in phpdbg_create_recursive_zval_watch()
523 static void phpdbg_delete_implicit_parents(phpdbg_watchpoint_t *watch) { in phpdbg_delete_implicit_parents()
546 static int phpdbg_delete_watchpoint_recursive(phpdbg_watchpoint_t *watch, zend_bool user_request) { in phpdbg_delete_watchpoint_recursive()
567 static void phpdbg_delete_ht_watchpoints_recursive(phpdbg_watchpoint_t *watch) { in phpdbg_delete_ht_watchpoints_recursive()
587 static void phpdbg_delete_zval_watchpoints_recursive(phpdbg_watchpoint_t *watch) { in phpdbg_delete_zval_watchpoints_recursive()
594 static void phpdbg_delete_watchpoints_recursive(phpdbg_watchpoint_t *watch) { in phpdbg_delete_watchpoints_recursive()
604 phpdbg_watchpoint_t *watch; in phpdbg_delete_watchpoint() local
631 phpdbg_watchpoint_t *watch = ecalloc(1, sizeof(phpdbg_watchpoint_t)); in phpdbg_watchpoint_parse_wrapper() local
657 phpdbg_watchpoint_t *watch; in phpdbg_watchpoint_parse_step() local
758 phpdbg_watchpoint_t *watch = result->ptr; in phpdbg_watch_HashTable_dtor() local
811 phpdbg_watchpoint_t *watch; local
850 phpdbg_watchpoint_t *watch = (phpdbg_watchpoint_t *) Z_PTR_P(pDest); local
920 phpdbg_watchpoint_t *watch = result->ptr; local
1122 phpdbg_watchpoint_t *watch; local
1141 phpdbg_watchpoint_t *watch = result->ptr; local