Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c746 PSO_LIMM, /* Read integer value for match limit */ enumerator
769 { (uint8_t *)STRING_LIMIT_MATCH_EQ, 12, PSO_LIMM, 0 },
9324 case PSO_LIMM: in pcre2_compile()
9347 else if (p->type == PSO_LIMM) limit_match = c; in pcre2_compile()