Lines Matching defs:nsec3param_t
1097 typedef struct nsec3param nsec3param_t;
1106 ISC_LINK(nsec3param_t) link;
1108 typedef ISC_LIST(nsec3param_t) nsec3paramlist_t;
1112 nsec3param_t params;
17128 nsec3param_t *nsec3param = NULL;
17129 nsec3param_t *nsec3p = NULL;
17130 nsec3param_t *next;
17169 nsec3param = isc_mem_get(zone->mctx, sizeof(nsec3param_t));
17236 sizeof(nsec3param_t));
17242 nsec3param = isc_mem_get(zone->mctx, sizeof(nsec3param_t));
17288 nsec3param_t *nsec3p = NULL;
17289 nsec3param_t *next;
17512 nsec3param_t *nsec3p;
17515 isc_mem_put(zone->mctx, nsec3p, sizeof(nsec3param_t));
23726 nsec3param_t *np = &npe->params;
24121 * Allocate and prepare an nsec3param_t structure which holds information about
24131 * in the "data" field of the nsec3param_t structure.
24133 * Once the nsec3param_t structure is prepared, post an event to the zone's
24148 nsec3param_t *np = NULL;