xdebug_llist_remove 1412 xdebug.c       	xdebug_llist_remove(XG(stack), XDEBUG_LLIST_TAIL(XG(stack)), stack_element_dtor);
xdebug_llist_remove 1470 xdebug.c       	xdebug_llist_remove(XG(stack), XDEBUG_LLIST_TAIL(XG(stack)), stack_element_dtor);
xdebug_llist_remove  861 xdebug_handler_dbgp.c 					xdebug_llist_remove(XG(context).line_breakpoints, le, NULL);
xdebug_llist_remove  827 xdebug_handler_gdb.c 					xdebug_llist_remove(context->line_breakpoints, le, NULL);
xdebug_llist_remove  191 xdebug_hash.c  			xdebug_llist_remove(l, le, (void *) h);
xdebug_llist_remove  137 xdebug_llist.c 	return xdebug_llist_remove(l, e->next, user);
xdebug_llist_remove  142 xdebug_llist.c 	return xdebug_llist_remove(l, e->prev, user);
xdebug_llist_remove  174 xdebug_llist.c 		xdebug_llist_remove(l, XDEBUG_LLIST_TAIL(l), user);
xdebug_llist_remove   50 xdebug_llist.h int xdebug_llist_remove(xdebug_llist *l, xdebug_llist_element *e, void *user);