Lines Matching defs:ctx
48 get_win32_searchlist(lwres_context_t *ctx) {
56 REQUIRE(ctx != NULL);
57 confdata = &ctx->confdata;
82 confdata->search[confdata->searchnxt] = lwres_strdup(ctx, cp);
91 lwres_conf_parse(lwres_context_t *ctx, const char *filename) {
99 REQUIRE(ctx != NULL);
100 confdata = &ctx->confdata;
104 ret = generic_lwres_conf_parse(ctx, filename);
125 get_win32_searchlist(ctx);
129 confdata->domainname = lwres_strdup(ctx, FixedInfo->DomainName);