Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c563 enum { CTX_PAT, /* Active pattern context */ enumerator
3511 else if (ctx == CTX_PAT) field = PTR(pat_context); in check_modifier()
3738 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 &= ~CTL2_BSR_SET; in decode_modifiers()
3748 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 |= CTL2_BSR_SET; in decode_modifiers()
3842 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 &= ~CTL2_NL_SET; in decode_modifiers()
3848 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 |= CTL2_NL_SET; in decode_modifiers()
5010 if (!decode_modifiers(p, CTX_PAT, &pat_patctl, NULL)) return PR_SKIP; in process_pattern()