watches           204 sapi/phpdbg/phpdbg_watch.c 		if ((old = zend_hash_find_ptr(&cur->watches, watch->str)) || (old = zend_hash_find_ptr(&cur->implicit_watches, watch->str))) {
watches           217 sapi/phpdbg/phpdbg_watch.c 				zend_hash_del(&cur->watches, watch->str);
watches           218 sapi/phpdbg/phpdbg_watch.c 				if (zend_hash_num_elements(&cur->watches) > 0) {
watches           219 sapi/phpdbg/phpdbg_watch.c 					cur->watch = Z_PTR_P(zend_hash_get_current_data_ex(&cur->watches, NULL));
watches           242 sapi/phpdbg/phpdbg_watch.c 		zend_hash_init(&coll.watches, 8, arghs, NULL, 0);
watches           254 sapi/phpdbg/phpdbg_watch.c 		zend_hash_add_ptr(&cur->watches, watch->str, watch->parent);
watches           268 sapi/phpdbg/phpdbg_watch.c 		zend_hash_del(&cur->watches, watch->str);
watches           271 sapi/phpdbg/phpdbg_watch.c 		if (zend_hash_num_elements(&cur->watches) > 0) {
watches           272 sapi/phpdbg/phpdbg_watch.c 			cur->watch = Z_PTR_P(zend_hash_get_current_data_ex(&cur->watches, NULL));
watches           386 sapi/phpdbg/phpdbg_watch.c 				ht_watches = &hti->watches;
watches           391 sapi/phpdbg/phpdbg_watch.c 				ht_watches = &((phpdbg_watch_ht_info *) find->ptr)->watches;
watches           769 sapi/phpdbg/phpdbg_watch.c 			zend_hash_del(&hti->watches, watch->name_in_parent);
watches           770 sapi/phpdbg/phpdbg_watch.c 			if (zend_hash_num_elements(&hti->watches) == 0) {
watches           772 sapi/phpdbg/phpdbg_watch.c 				zend_hash_destroy(&hti->watches);
watches           862 sapi/phpdbg/phpdbg_watch.c 			ZEND_HASH_FOREACH_PTR(&((phpdbg_watch_ht_info *) phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (zend_ulong) HT_WATCH_HT(watch))->ptr)->watches, watchpoint) {
watches            82 sapi/phpdbg/phpdbg_watch.h 	HashTable watches;
watches            88 sapi/phpdbg/phpdbg_watch.h 	HashTable watches;