Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_exec.c78 #define MATCH_CBEGROUP 2 /* Could-be-empty unlimited repeat group */ macro
739 if (md->match_function_type == MATCH_CBEGROUP) in match()
982 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()
1064 md->match_function_type = MATCH_CBEGROUP; in match()
1164 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()
1243 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()
1446 md->match_function_type = MATCH_CBEGROUP; in match()
1802 if (cbegroup) md->match_function_type = MATCH_CBEGROUP; in match()