Searched refs:MATCH_ONCE (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.c78 #define MATCH_ONCE (-996) macro
959 if (rrc == MATCH_ONCE) break; /* Backing up through an atomic group */
994 /* At this point, rrc will be one of MATCH_ONCE or MATCH_NOMATCH. */
1023 MATCH_ONCE is returned when the end of an atomic group is successfully
1069 if (rrc == MATCH_ONCE)
1964 level. If this results in a NOMATCH return, pass MATCH_ONCE back to the
1975 RRETURN(MATCH_ONCE);
2007 RRETURN(MATCH_ONCE);
2020 if (rrc == MATCH_ONCE && md->once_target == prev) rrc = MATCH_NOMATCH;
2027 RRETURN(MATCH_ONCE);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_exec.c78 #define MATCH_ONCE (-996) macro
959 if (rrc == MATCH_ONCE) break; /* Backing up through an atomic group */
994 /* At this point, rrc will be one of MATCH_ONCE or MATCH_NOMATCH. */
1023 MATCH_ONCE is returned when the end of an atomic group is successfully
1069 if (rrc == MATCH_ONCE)
1964 level. If this results in a NOMATCH return, pass MATCH_ONCE back to the
1975 RRETURN(MATCH_ONCE);
2007 RRETURN(MATCH_ONCE);
2020 if (rrc == MATCH_ONCE && md->once_target == prev) rrc = MATCH_NOMATCH;
2027 RRETURN(MATCH_ONCE);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_exec.c78 #define MATCH_ONCE (-996) macro
959 if (rrc == MATCH_ONCE) break; /* Backing up through an atomic group */
994 /* At this point, rrc will be one of MATCH_ONCE or MATCH_NOMATCH. */
1023 MATCH_ONCE is returned when the end of an atomic group is successfully
1069 if (rrc == MATCH_ONCE)
1964 level. If this results in a NOMATCH return, pass MATCH_ONCE back to the
1975 RRETURN(MATCH_ONCE);
2007 RRETURN(MATCH_ONCE);
2020 if (rrc == MATCH_ONCE && md->once_target == prev) rrc = MATCH_NOMATCH;
2027 RRETURN(MATCH_ONCE);
[all...]

Completed in 123 milliseconds