xdebug_llist       64 xdebug_handlers.h 	xdebug_llist          *line_breakpoints;
xdebug_llist       65 xdebug_handlers.h 	xdebug_llist          *exception_breakpoints;
xdebug_llist      112 xdebug_handlers.h 	int (*remote_error)(xdebug_con *h, int type, char *exception_type, char *message, const char *location, const uint line, xdebug_llist *stack);
xdebug_llist      115 xdebug_handlers.h 	int (*remote_breakpoint)(xdebug_con *h, xdebug_llist *stack, char *file, long lineno, int type);
xdebug_llist       96 xdebug_hash.c  	h->table = (xdebug_llist **) malloc(slots * sizeof(xdebug_llist *));
xdebug_llist      148 xdebug_hash.c  	xdebug_llist         *l; 
xdebug_llist      180 xdebug_hash.c  	xdebug_llist         *l;
xdebug_llist      202 xdebug_hash.c  	xdebug_llist         *l;
xdebug_llist       37 xdebug_hash.h  	xdebug_llist     **table;
xdebug_llist       27 xdebug_llist.c xdebug_llist *xdebug_llist_alloc(xdebug_llist_dtor dtor)
xdebug_llist       29 xdebug_llist.c 	xdebug_llist *l;
xdebug_llist       31 xdebug_llist.c 	l = malloc(sizeof(xdebug_llist));
xdebug_llist       46 xdebug_llist.h xdebug_llist *xdebug_llist_alloc(xdebug_llist_dtor dtor);
xdebug_llist      143 xdebug_private.h 	xdebug_llist *call_list;