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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_exec.c64 #define MATCH_CBEGROUP 2 /* Could-be-empty unlimited repeat group */ macro
696 string, the variable md->match_function_type is set to MATCH_CBEGROUP. It is
700 When MATCH_CBEGROUP is set, add the current subject pointer to the chain of
703 other circumstances, don't add to the chain. The MATCH_CBEGROUP feature must
707 if (md->match_function_type == MATCH_CBEGROUP)
956 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1038 md->match_function_type = MATCH_CBEGROUP;
1136 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1208 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1480 md->match_function_type = MATCH_CBEGROUP;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_exec.c64 #define MATCH_CBEGROUP 2 /* Could-be-empty unlimited repeat group */ macro
696 string, the variable md->match_function_type is set to MATCH_CBEGROUP. It is
700 When MATCH_CBEGROUP is set, add the current subject pointer to the chain of
703 other circumstances, don't add to the chain. The MATCH_CBEGROUP feature must
707 if (md->match_function_type == MATCH_CBEGROUP)
956 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1038 md->match_function_type = MATCH_CBEGROUP;
1136 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1208 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1480 md->match_function_type = MATCH_CBEGROUP;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_exec.c64 #define MATCH_CBEGROUP 2 /* Could-be-empty unlimited repeat group */ macro
696 string, the variable md->match_function_type is set to MATCH_CBEGROUP. It is
700 When MATCH_CBEGROUP is set, add the current subject pointer to the chain of
703 other circumstances, don't add to the chain. The MATCH_CBEGROUP feature must
707 if (md->match_function_type == MATCH_CBEGROUP)
956 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1038 md->match_function_type = MATCH_CBEGROUP;
1136 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1208 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1480 md->match_function_type = MATCH_CBEGROUP;
[all...]

Completed in 126 milliseconds