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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_ord2utf8.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer)
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 *,
1008 check_escape(const pcre_uchar **ptrptr, pcre_uint32 *chptr, int *errorcodeptr,
1014 pcre_uint32 c;
1033 { if (i > 0) c = (pcre_uint32)i; else escape = -i; }
1038 else if ((i = escapes[c - 0x48]) != 0) { if (i > 0) c = (pcre_uint32)i; else escape = -i; }
1072 register pcre_uint32 cc = *(++ptr);
1283 register pcre_uint32 cc = *ptr++;
1322 register pcre_uint32 c
[all...]
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 */
2557 const pcre_uint32 *cp;
3279 pcre_uint32 cc = UCHAR21(eptr);
3291 pcre_uint32 dc;
3416 pcre_uint32 othercase;
3542 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.c638 pcre_uint32 c = *p;
726 register pcre_uint32 c;
768 register pcre_uint32 c;
805 register pcre_uint32 c;
933 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;
2311 use pcre_uint32 for first_char and req_char. We can't put an ifdef inside the
2326 pcre_uint32 magic_number;
2327 pcre_uint32 size; /* Total that was malloced */
2328 pcre_uint32 options; /* Public options */
2329 pcre_uint32 flags; /* Private flags */
2330 pcre_uint32 limit_match; /* Limit set from regex */
2331 pcre_uint32 limit_recursio
[all...]

Completed in 150 milliseconds