Searched refs:RMATCH (Results 1 - 1 of 1) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_exec.c | 291 provide a unique number for each call to RMATCH. There is no way of generating 304 /* Numbers for RMATCH calls. When this list is changed, the code at HEAP_RETURN 316 versions and production versions. Note that the "rw" argument of RMATCH isn't 323 #define RMATCH(ra,rb,rc,rd,re,rw) \ macro 335 #define RMATCH(ra,rb,rc,rd,re,rw) \ macro 344 the "rd" argument of RMATCH isn't actually used in this definition. It's the md 349 #define RMATCH(ra,rb,rc,rd,re,rw)\ macro 522 register int i; /* Used for loops not involving calls to RMATCH() */ 523 register pcre_uint32 c; /* Character values not kept over RMATCH() calls */ 531 preserved over calls to RMATCH() ar [all...] |
Completed in 28 milliseconds