Searched defs:stylep (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dmasterdump.c1770 dns_master_stylecreate(dns_master_style_t **stylep, unsigned int flags, argument
1778 REQUIRE(stylep != NULL && *stylep == NULL);
1791 *stylep = style;
1796 dns_master_styledestroy(dns_master_style_t **stylep, isc_mem_t *mctx) { argument
1799 REQUIRE(stylep != NULL && *stylep != NULL);
1800 style = *stylep;
1801 *stylep = NULL;

Completed in 412 milliseconds