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

/bind-9.11.3/lib/dns/
H A Dzone.c857 typedef struct nsec3param nsec3param_t; typedef in typeref:struct:nsec3param
863 ISC_LINK(nsec3param_t) link;
865 typedef ISC_LIST(nsec3param_t) nsec3paramlist_t;
868 nsec3param_t params;
14393 nsec3param_t *nsec3param = NULL;
14394 nsec3param_t *nsec3p = NULL;
14395 nsec3param_t *next;
14434 nsec3param = isc_mem_get(zone->mctx, sizeof(nsec3param_t));
14501 sizeof(nsec3param_t));
14507 nsec3param = isc_mem_get(zone->mctx, sizeof(nsec3param_t));
[all...]

Completed in 1375 milliseconds