phpdbg_watch_memdump   42 sapi/phpdbg/phpdbg_watch.c #define MEMDUMP_SIZE(size) (sizeof(phpdbg_watch_memdump) - sizeof(void *) + (size))
phpdbg_watch_memdump  509 sapi/phpdbg/phpdbg_watch.c 	phpdbg_watch_memdump *dump;
phpdbg_watch_memdump  559 sapi/phpdbg/phpdbg_watch.c 	phpdbg_watch_memdump *dump = *(phpdbg_watch_memdump **)llist_data;
phpdbg_watch_memdump  742 sapi/phpdbg/phpdbg_watch.c 	phpdbg_watch_memdump **dump;
phpdbg_watch_memdump  749 sapi/phpdbg/phpdbg_watch.c 	dump = (phpdbg_watch_memdump **)zend_llist_get_last_ex(&PHPDBG_G(watchlist_mem), &pos);
phpdbg_watch_memdump  753 sapi/phpdbg/phpdbg_watch.c 	} while ((dump = (phpdbg_watch_memdump **)zend_llist_get_prev_ex(&PHPDBG_G(watchlist_mem), &pos)));