xdebug_llist_insert_next 1078 xdebug.c       	xdebug_llist_insert_next(XG(stack), XDEBUG_LLIST_TAIL(XG(stack)), tmp);
xdebug_llist_insert_next 1080 xdebug_handler_dbgp.c 		xdebug_llist_insert_next(context->line_breakpoints, XDEBUG_LLIST_TAIL(context->line_breakpoints), (void*) brk_info);
xdebug_llist_insert_next  736 xdebug_handler_gdb.c 			xdebug_llist_insert_next(context->line_breakpoints, XDEBUG_LLIST_TAIL(context->line_breakpoints), (void*) extra_brk_info);
xdebug_llist_insert_next  170 xdebug_hash.c  	if (xdebug_llist_insert_next(l, XDEBUG_LLIST_TAIL(l), e)) {
xdebug_llist_insert_next   48 xdebug_llist.h int xdebug_llist_insert_next(xdebug_llist *l, xdebug_llist_element *e, const void *p);
xdebug_llist_insert_next  183 xdebug_profiler.c 		xdebug_llist_insert_next(fse->prev->profile.call_list, NULL, ce);
xdebug_llist_insert_next  194 xdebug_superglobals.c 		xdebug_llist_insert_next(l, NULL, strdup(tok));