Searched defs:textlen (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
45 (void) fwrite(text, 1, textlen, stdout);
/bind-9.11.3/bin/tools/
H A Ddnstap-read.c109 size_t textlen = 2048; local
111 isc_buffer_allocate(mctx, &b, textlen);
116 isc_buffer_reserve(&b, textlen);
122 textlen *= 2;
/bind-9.11.3/bin/check/
H A Dnamed-checkconf.c499 output(void *closure, const char *text, int textlen) { argument
501 if (fwrite(text, 1, textlen, stdout) != (size_t)textlen) {
/bind-9.11.3/lib/isccfg/
H A Dparser.c199 void (*f)(void *closure, const char *text, int textlen),
210 void (*f)(void *closure, const char *text, int textlen),
3176 void (*f)(void *closure, const char *text, int textlen),
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
H A Dnamedconf.c3925 void (*f)(void *closure, const char *text, int textlen),
3924 cfg_print_zonegrammar(const unsigned int zonetype, void (*f)(void *closure, const char *text, int textlen), void *closure) argument

Completed in 24 milliseconds