Searched refs:closure (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/ |
H A D | cfg.h | 373 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 D | grammar.h | 84 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 D | cfg_test.c | 50 output(void *closure, const char *text, int textlen) { argument 51 UNUSED(closure);
|
/bind-9.6-ESV-R11/lib/isccfg/ |
H A D | parser.c | 145 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