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

/barrelfish-2018-10-04/lib/pcre/
H A 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); \
708 are specified by the macro RMATCH and RRETURN is used to return. When
724 if (md->match_call_count++ >= md->match_limit) RRETURN(PCRE_ERROR_MATCHLIMIT);
725 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT);
775 RRETURN(MATCH_SKI
[all...]

Completed in 37 milliseconds