Searched defs:MATCH_CBEGROUP (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_exec.c78 #define MATCH_CBEGROUP 2 /* Could-be-empty unlimited repeat group */ macro
728 string, the variable md->match_function_type is set to MATCH_CBEGROUP. It is
732 When MATCH_CBEGROUP is set, add the current subject pointer to the chain of
735 other circumstances, don't add to the chain. The MATCH_CBEGROUP feature must
739 if (md->match_function_type == MATCH_CBEGROUP)
982 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1064 md->match_function_type = MATCH_CBEGROUP;
1164 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1243 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1446 md->match_function_type = MATCH_CBEGROUP;
[all...]

Completed in 27 milliseconds