Home
last modified time | relevance | path

Searched refs:tre_parse_int (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/tre/lib/
H A Dtre-parse.c884 tre_parse_int(const tre_char_t **regex, const tre_char_t *regex_end) in tre_parse_int() function
931 min = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()
950 max = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()
998 limit_ins = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()
1006 limit_del = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()
1014 limit_subst = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()
1022 limit_err = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()
1058 cost_max = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()
1075 int cost = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()