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

/external/pcre/dist/
H A Dpcre32_ord2utf32.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer)
H A Dpcre16_ord2utf16.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer)
H A Dpcre32_utf32_utils.c55 static pcre_uint32
56 swap_uint32(pcre_uint32 value)
H A Dpcre_ord2utf8.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer)
H A Dpcre16_valid_utf16.c88 register pcre_uint32 c;
H A Dpcre_fullinfo.c144 *((pcre_uint32 *)where) =
181 *((pcre_uint32 *)where) =
227 *((pcre_uint32 *)where) = re->limit_match;
232 *((pcre_uint32 *)where) = re->limit_recursion;
H A Dpcre_ucd.c38 const pcre_uint32 PRIV(ucd_caseless_sets)[] = {0};
55 const pcre_uint32 PRIV(ucd_caseless_sets)[] = {
H A Dpcre_newline.c79 pcre_uint32 c;
154 pcre_uint32 c;
H A Dpcre_xclass.c67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf)
102 pcre_uint32 x, y;
H A Dpcre_compile.c84 const pcre_uint32 *, unsigned int);
88 pcre_uint32 *, pcre_int32 *, pcre_uint32 *, pcre_int32 *, branch_chain *,
995 check_escape(const pcre_uchar **ptrptr, pcre_uint32 *chptr, int *errorcodeptr,
1001 pcre_uint32 c;
1020 { if (i > 0) c = (pcre_uint32)i; else escape = -i; }
1025 else if ((i = escapes[c - 0x48]) != 0) { if (i > 0) c = (pcre_uint32)i; else escape = -i; }
1059 register pcre_uint32 cc = *(++ptr);
1270 register pcre_uint32 cc = *ptr++;
1309 register pcre_uint32 c
[all...]
H A Dpcretest.c1097 static pcre_uint32 *buffer32 = NULL;
1098 static const pcre_uint32 OP_lengths32[] = { OP_LENGTHS };
1580 utf82ord(pcre_uint8 *utf8bytes, pcre_uint32 *vptr)
1582 pcre_uint32 c = *utf8bytes++;
1583 pcre_uint32 d = c;
1611 if (d <= (pcre_uint32)utf8_table1[j]) break;
1639 ord2utf8(pcre_uint32 cvalue, pcre_uint8 *utf8bytes)
1645 if (cvalue <= (pcre_uint32)utf8_table1[i]) break;
1714 pcre_uint32 c = 0;
1770 pcre_uint32 *p
[all...]
H A Dpcre_byte_order.c58 and pcre_uint32 value.
66 static pcre_uint32
67 swap_uint32(pcre_uint32 value)
H A Dpcre_printint.c120 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 Dpcre_exec.c133 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 Dpcre_dfa_exec.c311 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 Dpcre_study.c596 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 Dpcre_tables.c64 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 Dpcre_internal.h211 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 Dpcre_jit_compile.c171 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 620 milliseconds