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

/bind-9.11.3/lib/dns/
H A Dmasterdump.c2078 dns_master_stylecreate(dns_master_style_t **stylep, unsigned int flags, argument
2084 return (dns_master_stylecreate2(stylep, flags, ttl_column,
2091 dns_master_stylecreate2(dns_master_style_t **stylep, unsigned int flags, argument
2099 REQUIRE(stylep != NULL && *stylep == NULL);
2112 *stylep = style;
2117 dns_master_styledestroy(dns_master_style_t **stylep, isc_mem_t *mctx) { argument
2120 REQUIRE(stylep != NULL && *stylep != NULL);
2121 style = *stylep;
[all...]
/bind-9.11.3/bin/delv/
H A Ddelv.c496 setup_style(dns_master_style_t **stylep) { argument
500 REQUIRE(stylep != NULL || *stylep == NULL);
534 *stylep = style;

Completed in 19 milliseconds