Searched refs:zone_name (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_malloc_mac.cpp50 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \
51 (void)zone_name; \
/openbsd-current/usr.sbin/nsd/
H A Dixfrcreate.h24 uint8_t* zone_name; member in struct:ixfr_create
H A Dixfrcreate.c217 ixfrcr->zone_name = (uint8_t*)malloc(ixfrcr->zone_name_len);
218 if(!ixfrcr->zone_name) {
223 memmove(ixfrcr->zone_name, dname_name(domain_dname(zone->apex)),
249 free(ixfrcr->zone_name);
309 memcmp(ixfrcr->zone_name, dname, ixfrcr->zone_name_len) != 0) {
718 wiredname2str(ixfrcr->zone_name),
722 wiredname2str(ixfrcr->zone_name),
1011 PACKAGE_VERSION, wiredname2str(ixfrcr->zone_name),
1021 wiredname2str(ixfrcr->zone_name), zone->opts->name, zfile,
1066 wiredname2str(ixfrcr->zone_name),
[all...]
H A Ddifffile.c894 find_or_create_zone(namedb_type* db, const dname_type* zone_name, argument
899 zone = namedb_find_zone(db, zone_name);
903 zopt = zone_options_find(opt, zone_name);
928 zone = namedb_zone_create(db, zone_name, zopt);
1258 const dname_type* zone_name = dname_parse(region, zone_str); local
1260 domain = domain_table_find(db->domains, zone_name);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp62 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \
63 (void)zone_name; \
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cpp57 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \
59 ReportMacMzReallocUnknown((uptr)ptr, (uptr)zone_ptr, zone_name, &stack);
H A Dasan_report.h96 const char *zone_name,
99 const char *zone_name,
H A Dasan_report.cpp69 const char *zone_name) {
71 if (zone_name) {
73 (void *)zone_ptr, zone_name);
449 void ReportMacMzReallocUnknown(uptr addr, uptr zone_ptr, const char *zone_name, argument
456 PrintZoneForPointer(addr, zone_ptr, zone_name);
68 PrintZoneForPointer(uptr ptr, uptr zone_ptr, const char *zone_name) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc64 new_zone->zone_name = NULL; // The name will be changed anyway.
80 if (zone->zone_name) {
81 COMMON_MALLOC_FREE((void *)zone->zone_name);
229 const char *zone_name = (zone_ptr == 0) ? 0 : zone_ptr->zone_name
247 COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name);
392 sanitizer_zone.zone_name = COMMON_MALLOC_ZONE_NAME;
/openbsd-current/usr.sbin/unbound/libunbound/
H A Dunbound.h611 * @param zone_name: name of the zone in text, "example.com"
616 int ub_ctx_zone_add(struct ub_ctx* ctx, const char *zone_name,
622 * @param zone_name: name of the zone in text, "example.com"
626 int ub_ctx_zone_remove(struct ub_ctx* ctx, const char *zone_name);
H A Dlibunbound.c1347 int ub_ctx_zone_add(struct ub_ctx* ctx, const char *zone_name, argument
1363 if(!parse_dname(zone_name, &nm, &nmlen, &nmlabs)) {
1388 int ub_ctx_zone_remove(struct ub_ctx* ctx, const char *zone_name) argument
1398 if(!parse_dname(zone_name, &nm, &nmlen, &nmlabs)) {
/openbsd-current/sbin/unwind/libunbound/libunbound/
H A Dunbound.h611 * @param zone_name: name of the zone in text, "example.com"
616 int ub_ctx_zone_add(struct ub_ctx* ctx, const char *zone_name,
622 * @param zone_name: name of the zone in text, "example.com"
626 int ub_ctx_zone_remove(struct ub_ctx* ctx, const char *zone_name);
H A Dlibunbound.c1347 int ub_ctx_zone_add(struct ub_ctx* ctx, const char *zone_name, argument
1363 if(!parse_dname(zone_name, &nm, &nmlen, &nmlabs)) {
1388 int ub_ctx_zone_remove(struct ub_ctx* ctx, const char *zone_name) argument
1398 if(!parse_dname(zone_name, &nm, &nmlen, &nmlabs)) {
/openbsd-current/sbin/unwind/libunbound/validator/
H A Dval_neg.c969 uint8_t* zone_name)
981 if(!dname_subdomain_c(signer, zone_name)) {
968 val_neg_addreferral(struct val_neg_cache* neg, struct reply_info* rep, uint8_t* zone_name) argument
/openbsd-current/usr.sbin/unbound/validator/
H A Dval_neg.c969 uint8_t* zone_name)
981 if(!dname_subdomain_c(signer, zone_name)) {
968 val_neg_addreferral(struct val_neg_cache* neg, struct reply_info* rep, uint8_t* zone_name) argument

Completed in 220 milliseconds