Searched refs:limit_match (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_fullinfo.c227 *((pcre_uint32 *)where) = re->limit_match;
H A Dpcre_compile.c9019 pcre_uint32 limit_match = PCRE_UINT32_MAX; local
9141 if (c < limit_match)
9143 limit_match = c;
9380 re->limit_match = limit_match;
H A Dpcre_exec.c6530 if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit)
6531 md->match_limit = re->limit_match;

Completed in 165 milliseconds