Home
last modified time | relevance | path

Searched refs:RRETURN (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist/
Dpcre_exec.c329 #define RRETURN(ra) \ macro
337 #define RRETURN(ra) return ra macro
355 if (newframe == NULL) RRETURN(PCRE_ERROR_NOMEMORY);\
374 #define RRETURN(ra)\ macro
478 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
485 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
724 if (md->match_call_count++ >= md->match_limit) RRETURN(PCRE_ERROR_MATCHLIMIT); in match()
725 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT); in match()
775 RRETURN(MATCH_SKIP); in match()
777 RRETURN(rrc); in match()
[all …]