Searched refs:RRETURN (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.c297 #define RRETURN(ra) \ macro
305 #define RRETURN(ra) return ra macro
323 if (newframe == NULL) RRETURN(PCRE_ERROR_NOMEMORY);\
342 #define RRETURN(ra)\ macro
446 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
453 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
676 are specified by the macro RMATCH and RRETURN is used to return. When
692 if (md->match_call_count++ >= md->match_limit) RRETURN(PCRE_ERROR_MATCHLIMIT);
693 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT);
743 RRETURN(MATCH_SKI
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_exec.c297 #define RRETURN(ra) \ macro
305 #define RRETURN(ra) return ra macro
323 if (newframe == NULL) RRETURN(PCRE_ERROR_NOMEMORY);\
342 #define RRETURN(ra)\ macro
446 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
453 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
676 are specified by the macro RMATCH and RRETURN is used to return. When
692 if (md->match_call_count++ >= md->match_limit) RRETURN(PCRE_ERROR_MATCHLIMIT);
693 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT);
743 RRETURN(MATCH_SKI
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_exec.c297 #define RRETURN(ra) \ macro
305 #define RRETURN(ra) return ra macro
323 if (newframe == NULL) RRETURN(PCRE_ERROR_NOMEMORY);\
342 #define RRETURN(ra)\ macro
446 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
453 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
676 are specified by the macro RMATCH and RRETURN is used to return. When
692 if (md->match_call_count++ >= md->match_limit) RRETURN(PCRE_ERROR_MATCHLIMIT);
693 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT);
743 RRETURN(MATCH_SKI
[all...]

Completed in 115 milliseconds