Searched refs:GETCHARLEN (Results 1 - 5 of 5) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_internal.h | 617 #define GETCHARLEN(c, eptr, len) c = *eptr; macro 778 #define GETCHARLEN(c, eptr, len) \ macro 873 #define GETCHARLEN(c, eptr, len) \ macro 936 #define GETCHARLEN(c, eptr, len) \ macro
|
H A D | pcre_exec.c | 2661 if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } 3033 GETCHARLEN(c, eptr, len); 3226 GETCHARLEN(fc, ecode, length); 3263 GETCHARLEN(fc, ecode, length); 3400 GETCHARLEN(fc, ecode, length); 3893 GETCHARLEN(d, eptr, len); 4028 GETCHARLEN(d, eptr, len); 4357 if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } 5118 if (!utf) c = *eptr; else { GETCHARLEN(c, eptr, len); } 5634 if (!utf) c = *eptr; else { GETCHARLEN( [all...] |
H A D | pcre_dfa_exec.c | 715 if (utf) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else 1441 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); } 1703 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); } 1974 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); } 2171 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
|
H A D | pcre_compile.c | 4865 GETCHARLEN(c, ptr, ptr); /* macro generates multiple statements */ 5240 GETCHARLEN(d, ptr, ptr); /* macro generates multiple statements */
|
H A D | pcre_jit_compile.c | 5693 GETCHARLEN(c, cc, length);
|
Completed in 679 milliseconds