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

/bind-9.11.3/lib/dns/
H A Dmaster.c773 generate(dns_loadctx_t *lctx, char *range, char *lhs, char *gtype, char *rhs, argument
853 result = genname(lhs, i, lhsbuf, DNS_MASTER_LHS);
1053 char *lhs = NULL; local
1268 if (lhs != NULL)
1269 isc_mem_free(mctx, lhs);
1274 range = lhs = gtype = rhs = NULL;
1285 lhs = isc_mem_strdup(mctx, DNS_AS_STR(token));
1286 if (lhs == NULL) {
1356 result = generate(lctx, range, lhs, gtype, rhs,
2062 if (lhs !
[all...]

Completed in 20 milliseconds