Lines Matching defs:top

128 	dns_name_t		*top;			/*%< top of zone */
509 unsigned int options, isc_uint32_t resign, dns_name_t *top,
526 REQUIRE(dns_name_isabsolute(top));
591 lctx->top = dns_fixedname_name(&lctx->fixed_top);
592 dns_name_toregion(top, &r);
593 dns_name_fromregion(lctx->top, &r);
826 !dns_name_issubdomain(owner, lctx->top))
1468 !dns_name_issubdomain(new_name, lctx->top))
1761 dns_name_compare(ictx->current, lctx->top) != 0) {
1766 "record not at top of zone (%s)",
2356 dns_master_loadfile(const char *master_file, dns_name_t *top,
2361 return (dns_master_loadfile3(master_file, top, origin, zclass, options,
2366 dns_master_loadfile2(const char *master_file, dns_name_t *top,
2372 return (dns_master_loadfile3(master_file, top, origin, zclass, options,
2377 dns_master_loadfile3(const char *master_file, dns_name_t *top,
2386 result = loadctx_create(format, mctx, options, resign, top, zclass,
2405 dns_master_loadfileinc(const char *master_file, dns_name_t *top,
2411 return (dns_master_loadfileinc3(master_file, top, origin, zclass,
2418 dns_master_loadfileinc2(const char *master_file, dns_name_t *top,
2425 return (dns_master_loadfileinc3(master_file, top, origin, zclass,
2431 dns_master_loadfileinc3(const char *master_file, dns_name_t *top,
2445 result = loadctx_create(format, mctx, options, resign, top, zclass,
2467 dns_master_loadstream(FILE *stream, dns_name_t *top, dns_name_t *origin,
2476 result = loadctx_create(dns_masterformat_text, mctx, options, 0, top,
2496 dns_master_loadstreaminc(FILE *stream, dns_name_t *top, dns_name_t *origin,
2509 result = loadctx_create(dns_masterformat_text, mctx, options, 0, top,
2532 dns_master_loadbuffer(isc_buffer_t *buffer, dns_name_t *top,
2542 result = loadctx_create(dns_masterformat_text, mctx, options, 0, top,
2561 dns_master_loadbufferinc(isc_buffer_t *buffer, dns_name_t *top,
2575 result = loadctx_create(dns_masterformat_text, mctx, options, 0, top,
2597 dns_master_loadlexer(isc_lex_t *lex, dns_name_t *top,
2607 result = loadctx_create(dns_masterformat_text, mctx, options, 0, top,
2621 dns_master_loadlexerinc(isc_lex_t *lex, dns_name_t *top,
2635 result = loadctx_create(dns_masterformat_text, mctx, options, 0, top,