Home
last modified time | relevance | path

Searched refs:indentctx (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/mpl/bind/dist/lib/dns/
H A Dmasterdump.c359 totext_ctx_init(const dns_master_style_t *style, const dns_indent_t *indentctx, in totext_ctx_init() argument
365 if (indentctx == NULL) { in totext_ctx_init()
367 indentctx = &default_yamlindent; in totext_ctx_init()
369 indentctx = &default_indent; in totext_ctx_init()
399 unsigned int i, len = strlen(indentctx->string); in totext_ctx_init()
400 for (i = 0; i < indentctx->count; i++) { in totext_ctx_init()
404 isc_buffer_putstr(&buf, indentctx->string); in totext_ctx_init()
449 ctx->indent = *indentctx; in totext_ctx_init()