phpdbg_watch_memdump  107 sapi/phpdbg/phpdbg_watch.c #define MEMDUMP_SIZE(size) (sizeof(phpdbg_watch_memdump) - sizeof(void *) + (size))
phpdbg_watch_memdump  810 sapi/phpdbg/phpdbg_watch.c 	phpdbg_watch_memdump *dump;
phpdbg_watch_memdump  878 sapi/phpdbg/phpdbg_watch.c 	phpdbg_watch_memdump *dump = *(phpdbg_watch_memdump **) llist_data;
phpdbg_watch_memdump  910 sapi/phpdbg/phpdbg_watch.c static void phpdbg_print_changed_zval(phpdbg_watch_memdump *dump) {
phpdbg_watch_memdump 1100 sapi/phpdbg/phpdbg_watch.c 	phpdbg_watch_memdump **dump;
phpdbg_watch_memdump 1107 sapi/phpdbg/phpdbg_watch.c 	dump = (phpdbg_watch_memdump **) zend_llist_get_last_ex(&PHPDBG_G(watchlist_mem), &pos);
phpdbg_watch_memdump 1111 sapi/phpdbg/phpdbg_watch.c 	} while ((dump = (phpdbg_watch_memdump **) zend_llist_get_prev_ex(&PHPDBG_G(watchlist_mem), &pos)));