Searched refs:pcre_uint32 (Results 1 - 14 of 14) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_ord2utf8.c | 68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer)
|
H A D | pcre_fullinfo.c | 144 *((pcre_uint32 *)where) = 181 *((pcre_uint32 *)where) = 227 *((pcre_uint32 *)where) = re->limit_match; 232 *((pcre_uint32 *)where) = re->limit_recursion;
|
H A D | pcre_ucd.c | 38 const pcre_uint32 PRIV(ucd_caseless_sets)[] = {0}; 55 const pcre_uint32 PRIV(ucd_caseless_sets)[] = {
|
H A D | pcre_newline.c | 79 pcre_uint32 c; 154 pcre_uint32 c;
|
H A D | pcre_xclass.c | 67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) 102 pcre_uint32 x, y;
|
H A D | pcre_compile.c | 84 const pcre_uint32 *, unsigned int); 88 pcre_uint32 *, pcre_int32 *, pcre_uint32 *, pcre_int32 *, branch_chain *, 999 check_escape(const pcre_uchar **ptrptr, pcre_uint32 *chptr, int *errorcodeptr, 1005 pcre_uint32 c; 1024 { if (i > 0) c = (pcre_uint32)i; else escape = -i; } 1029 else if ((i = escapes[c - 0x48]) != 0) { if (i > 0) c = (pcre_uint32)i; else escape = -i; } 1063 register pcre_uint32 cc = *(++ptr); 1274 register pcre_uint32 cc = *ptr++; 1313 register pcre_uint32 c [all...] |
H A D | pcre_byte_order.c | 58 and pcre_uint32 value. 66 static pcre_uint32 67 swap_uint32(pcre_uint32 value)
|
H A D | pcre_printint.c | 120 pcre_uint32 c = *ptr; 226 register pcre_uint32 c = *ptr++; 277 const pcre_uint32 *p = PRIV(ucd_caseless_sets) + code[2]; 340 pcre_uint32 c;
|
H A D | pcre_exec.c | 133 pcre_uint32 c; 213 pcre_uint32 c, d; 221 const pcre_uint32 *pp = PRIV(ucd_caseless_sets) + ur->caseset; 238 pcre_uint32 cc, cp; 523 register pcre_uint32 c; /* Character values not kept over RMATCH() calls */ 2550 const pcre_uint32 *cp; 3272 pcre_uint32 cc = UCHAR21(eptr); 3284 pcre_uint32 dc; 3409 pcre_uint32 othercase; 3535 pcre_uint32 c [all...] |
H A D | pcre_dfa_exec.c | 311 pcre_uint32 c; 580 pcre_uint32 c, d; 1071 const pcre_uint32 *cp; 1329 const pcre_uint32 *cp; 1581 const pcre_uint32 *cp; 1858 const pcre_uint32 *cp; 2327 pcre_uint32 otherd = NOTACHAR; 2374 pcre_uint32 otherd = NOTACHAR; 2419 pcre_uint32 otherd = NOTACHAR; 2456 pcre_uint32 other [all...] |
H A D | pcre_study.c | 596 pcre_uint32 c = *p; 684 register pcre_uint32 c; 726 register pcre_uint32 c; 763 register pcre_uint32 c; 891 const pcre_uint32 *p = PRIV(ucd_caseless_sets) + tcode[2];
|
H A D | pcre_tables.c | 64 const pcre_uint32 PRIV(hspace_list)[] = { HSPACE_LIST }; 65 const pcre_uint32 PRIV(vspace_list)[] = { VSPACE_LIST }; 107 const pcre_uint32 PRIV(ucp_gentype)[] = { 152 const pcre_uint32 PRIV(ucp_gbtable[]) = {
|
H A D | pcre_internal.h | 211 typedef unsigned int pcre_uint32; typedef 216 typedef unsigned long int pcre_uint32; typedef 284 typedef pcre_uint32 pcre_uchar; 2303 use pcre_uint32 for first_char and req_char. We can't put an ifdef inside the 2318 pcre_uint32 magic_number; 2319 pcre_uint32 size; /* Total that was malloced */ 2320 pcre_uint32 options; /* Public options */ 2321 pcre_uint32 flags; /* Private flags */ 2322 pcre_uint32 limit_match; /* Limit set from regex */ 2323 pcre_uint32 limit_recursio [all...] |
H A D | pcre_jit_compile.c | 171 pcre_uint32 limit_match; 186 pcre_uint32 top_bracket; 187 pcre_uint32 limit_match; 381 pcre_uint32 nlmax; 382 pcre_uint32 nlmin; 385 pcre_uint32 bsr_nlmax; 386 pcre_uint32 bsr_nlmin; 2525 static void peek_char(compiler_common *common, pcre_uint32 max) 2613 static void read_char_range(compiler_common *common, pcre_uint32 min, pcre_uint32 ma [all...] |
Completed in 4256 milliseconds