Home | History | Annotate | Download | only in server

Lines Matching refs:dumpf

466 	dumpf(d, "---- ini dump begin ---\n");
467 dumpf(d, "ini->dict = %p\n", ini->dict);
469 dumpf(d, "number of plugins = %d\n", ARRAY_COUNT(&ini->plugins));
471 dumpf(d, "[plugin %d: %s]\n", i, plugin->title);
472 dumpf(d, "library=%s\n", plugin->library);
473 dumpf(d, "label=%s\n", plugin->label);
474 dumpf(d, "purpose=%s\n", plugin->purpose);
475 dumpf(d, "disable=%p\n", plugin->disable_expr);
477 dumpf(d,
485 dumpf(d, "number of flows = %d\n", ARRAY_COUNT(&ini->flows));
487 dumpf(d, " [flow %d] %s, %s, %s:%d -> %s:%d\n",
493 dumpf(d, "---- ini dump end ----\n");