Home
last modified time | relevance | path

Searched refs:stylep (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/mpl/bind/dist/lib/dns/
H A Dmasterdump.c2104 dns_master_stylecreate(dns_master_style_t **stylep, in dns_master_stylecreate() argument
2112 REQUIRE(stylep != NULL && *stylep == NULL); in dns_master_stylecreate()
2123 *stylep = style; in dns_master_stylecreate()
2128 dns_master_styledestroy(dns_master_style_t **stylep, isc_mem_t *mctx) { in dns_master_styledestroy() argument
2131 REQUIRE(stylep != NULL && *stylep != NULL); in dns_master_styledestroy()
2132 style = *stylep; in dns_master_styledestroy()
2133 *stylep = NULL; in dns_master_styledestroy()
/netbsd/external/mpl/bind/dist/bin/delv/
H A Ddelv.c519 setup_style(dns_master_style_t **stylep) { in setup_style() argument
523 REQUIRE(stylep != NULL && *stylep == NULL); in setup_style()
565 *stylep = style; in setup_style()