Lines Matching full:forwards
989 if(ctx->env->cfg->forwards && in ub_ctx_set_fwd()
990 (ctx->env->cfg->forwards->name && in ub_ctx_set_fwd()
991 strcmp(ctx->env->cfg->forwards->name, ".") == 0)) { in ub_ctx_set_fwd()
992 s = ctx->env->cfg->forwards; in ub_ctx_set_fwd()
993 ctx->env->cfg->forwards = s->next; in ub_ctx_set_fwd()
1010 if(!ctx->env->cfg->forwards || in ub_ctx_set_fwd()
1011 (ctx->env->cfg->forwards->name && in ub_ctx_set_fwd()
1012 strcmp(ctx->env->cfg->forwards->name, ".") != 0)) { in ub_ctx_set_fwd()
1026 s->next = ctx->env->cfg->forwards; in ub_ctx_set_fwd()
1027 ctx->env->cfg->forwards = s; in ub_ctx_set_fwd()
1029 log_assert(ctx->env->cfg->forwards); in ub_ctx_set_fwd()
1030 log_assert(ctx->env->cfg->forwards->name); in ub_ctx_set_fwd()
1031 s = ctx->env->cfg->forwards; in ub_ctx_set_fwd()