xdebug_llist_init  346 xdebug.c       	xdebug_llist_init(&xg->server, dump_dtor);
xdebug_llist_init  347 xdebug.c       	xdebug_llist_init(&xg->get, dump_dtor);
xdebug_llist_init  348 xdebug.c       	xdebug_llist_init(&xg->post, dump_dtor);
xdebug_llist_init  349 xdebug.c       	xdebug_llist_init(&xg->cookie, dump_dtor);
xdebug_llist_init  350 xdebug.c       	xdebug_llist_init(&xg->files, dump_dtor);
xdebug_llist_init  351 xdebug.c       	xdebug_llist_init(&xg->env, dump_dtor);
xdebug_llist_init  352 xdebug.c       	xdebug_llist_init(&xg->request, dump_dtor);
xdebug_llist_init  353 xdebug.c       	xdebug_llist_init(&xg->session, dump_dtor);
xdebug_llist_init   32 xdebug_llist.c 	xdebug_llist_init(l, dtor);
xdebug_llist_init   47 xdebug_llist.h void xdebug_llist_init(xdebug_llist *l, xdebug_llist_dtor dtor);