Searched defs:closure (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/
H A Dcfg_test.c50 output(void *closure, const char *text, int textlen) { argument
51 UNUSED(closure);
/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dgrammar.h84 void (*f)(void *closure, const char *text, int textlen);
85 void *closure; member in struct:cfg_printer
/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c145 pctx->f(pctx->closure, text, len);
183 void (*f)(void *closure, const char *text, int textlen),
184 void *closure)
188 pctx.closure = closure;
2425 void (*f)(void *closure, const char *text, int textlen),
2426 void *closure)
2430 pctx.closure = closure;
182 cfg_print(const cfg_obj_t *obj, void (*f)(void *closure, const char *text, int textlen), void *closure) argument
2424 cfg_print_grammar(const cfg_type_t *type, void (*f)(void *closure, const char *text, int textlen), void *closure) argument

Completed in 37 milliseconds