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

/bind-9.11.3/bin/tests/
H A Dcfg_test.c43 output(void *closure, const char *text, int textlen) { argument
44 UNUSED(closure);
/bind-9.11.3/bin/check/
H A Dnamed-checkconf.c499 output(void *closure, const char *text, int textlen) { argument
500 UNUSED(closure);
/bind-9.11.3/lib/isccfg/include/isccfg/
H A Dgrammar.h95 void (*f)(void *closure, const char *text, int textlen);
96 void *closure; member in struct:cfg_printer
531 void (*f)(void *closure, const char *text, int textlen),
532 void *closure);
/bind-9.11.3/lib/isccfg/
H A Dparser.c147 pctx->f(pctx->closure, text, len);
199 void (*f)(void *closure, const char *text, int textlen),
200 void *closure)
205 cfg_printx(obj, 0, f, closure);
210 void (*f)(void *closure, const char *text, int textlen),
211 void *closure)
219 pctx.closure = closure;
3176 void (*f)(void *closure, const char *text, int textlen),
3177 void *closure)
198 cfg_print(const cfg_obj_t *obj, void (*f)(void *closure, const char *text, int textlen), void *closure) argument
209 cfg_printx(const cfg_obj_t *obj, unsigned int flags, void (*f)(void *closure, const char *text, int textlen), void *closure) argument
3175 cfg_print_grammar(const cfg_type_t *type, void (*f)(void *closure, const char *text, int textlen), void *closure) argument
[all...]
H A Dnamedconf.c3925 void (*f)(void *closure, const char *text, int textlen),
3926 void *closure)
3937 pctx.closure = closure;
3924 cfg_print_zonegrammar(const unsigned int zonetype, void (*f)(void *closure, const char *text, int textlen), void *closure) argument

Completed in 33 milliseconds