• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/

Lines Matching refs:re_end

246 #define REST(re) (int)(ctx->re_end - (re)), (re)
265 if (re == ctx->re_end)
280 if (re + 2 < ctx->re_end
292 else if (re + 1 < ctx->re_end
295 else if (re + 1 < ctx->re_end
298 else if (re + 1 < ctx->re_end
305 while (endptr < ctx->re_end && *endptr != CHAR_COLON)
307 if (endptr != ctx->re_end)
616 if (r < ctx->re_end && *r >= L'0' && *r <= L'9') {
618 min = tre_parse_int(&r, ctx->re_end);
623 if (r < ctx->re_end && *r == CHAR_COMMA)
627 max = tre_parse_int(&r, ctx->re_end);
667 while (r + 1 < ctx->re_end && !done)
674 limit_ins = tre_parse_int(&r, ctx->re_end);
682 limit_del = tre_parse_int(&r, ctx->re_end);
690 limit_subst = tre_parse_int(&r, ctx->re_end);
698 limit_err = tre_parse_int(&r, ctx->re_end);
721 while (r + 1 < ctx->re_end && !done)
734 cost_max = tre_parse_int(&r, ctx->re_end);
751 int cost = tre_parse_int(&r, ctx->re_end);
790 if (r >= ctx->re_end)
800 if (r >= ctx->re_end || *r != CHAR_RBRACE)
806 if (r + 1 >= ctx->re_end
815 if (r < ctx->re_end)
950 ctx->re_end = ctx->re + ctx->len;
996 if (ctx->re >= ctx->re_end)
1057 if (ctx->re >= ctx->re_end)
1097 if (ctx->re >= ctx->re_end)
1128 if (ctx->re + 1 < ctx->re_end)
1158 && ctx->re + 1 < ctx->re_end
1191 if (ctx->re >= ctx->re_end)
1281 && ctx->re < ctx->re_end)
1283 if (*ctx->re == CHAR_RPAREN && ctx->re < ctx->re_end)
1314 if (ctx->re + 2 < ctx->re_end
1376 && ctx->re + 1 < ctx->re_end
1388 tre_expand_macro(ctx->re + 1, ctx->re_end,
1407 if (ctx->re + 1 >= ctx->re_end)
1450 if (ctx->re[0] != CHAR_LBRACE && ctx->re < ctx->re_end)
1458 if (tre_isxdigit(ctx->re[0]) && ctx->re < ctx->re_end)
1463 if (tre_isxdigit(ctx->re[0]) && ctx->re < ctx->re_end)
1474 else if (ctx->re < ctx->re_end)
1481 while (ctx->re_end - ctx->re >= 0)
1591 || (ctx->re + 2 < ctx->re_end
1594 || ctx->re + 1 == ctx->re_end)
1611 if (temporary_cflags && ctx->re + 1 < ctx->re_end
1631 (ctx->re >= ctx->re_end
1640 && ctx->re + 1 < ctx->re_end