Lines Matching refs:lhs
61 char *lhs; /* normally ".ns" */ member
113 if (ctx->lhs) in hesiod_init()
114 free(ctx->lhs); in hesiod_init()
132 if (ctx->lhs) in hesiod_end()
133 free(ctx->lhs); in hesiod_end()
178 if (ctx->lhs) in hesiod_to_bind()
179 len += strlen(ctx->lhs) + ((ctx->lhs[0] != '.') ? 1 : 0); in hesiod_to_bind()
191 if (ctx->lhs && ctx->lhs[0] != '\0' ) { in hesiod_to_bind()
192 if (ctx->lhs[0] != '.') in hesiod_to_bind()
194 strcat(bindname, ctx->lhs); in hesiod_to_bind()
269 ctx->lhs = strdup(DEF_LHS); in read_config_file()
271 if (ctx->lhs && ctx->rhs) in read_config_file()
278 ctx->lhs = NULL; in read_config_file()
301 ? &ctx->lhs : &ctx->rhs; in read_config_file()