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