Lines Matching refs:MATCH_CBEGROUP
78 #define MATCH_CBEGROUP 2 /* Could-be-empty unlimited repeat group */
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;
1802 if (cbegroup) md->match_function_type = MATCH_CBEGROUP;