Searched refs:closure (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dcfg.h373 void (*f)(void *closure, const char *text, int textlen),
374 void *closure);
377 * function 'f', passing 'closure' and a region of text starting
383 void (*f)(void *closure, const char *text, int textlen),
384 void *closure);
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/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/
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 1103 milliseconds