Lines Matching refs:pcre_uint32

211 typedef unsigned int pcre_uint32;
216 typedef unsigned long int pcre_uint32;
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_recursion; /* Limit set from regex */
2344 pcre_uint32 magic_number;
2345 pcre_uint32 size; /* Total that was malloced */
2346 pcre_uint32 options; /* Public options */
2347 pcre_uint32 flags; /* Private flags */
2348 pcre_uint32 limit_match; /* Limit set from regex */
2349 pcre_uint32 limit_recursion; /* Limit set from regex */
2350 pcre_uint32 first_char; /* Starting character */
2351 pcre_uint32 req_char; /* This character must be seen */
2388 pcre_uint32 size; /* Total that was malloced */
2389 pcre_uint32 flags; /* Private flags */
2391 pcre_uint32 minlength; /* Minimum subject length */
2411 pcre_uint32 number; /* Group number */
2442 pcre_uint32 external_options; /* External (initial) options */
2443 pcre_uint32 external_flags; /* External flag bits to be set */
2659 extern const pcre_uint32 PRIV(hspace_list)[];
2660 extern const pcre_uint32 PRIV(vspace_list)[];
2726 extern unsigned int PRIV(ord2utf)(pcre_uint32, pcre_uchar *);
2730 extern BOOL PRIV(xclass)(pcre_uint32, const pcre_uchar *, BOOL);
2752 extern const pcre_uint32 PRIV(ucd_caseless_sets)[];
2756 extern const pcre_uint32 PRIV(ucp_gentype)[];
2757 extern const pcre_uint32 PRIV(ucp_gbtable)[];
2775 #define UCD_OTHERCASE(ch) ((pcre_uint32)((int)ch + (int)(GET_UCD(ch)->other_case)))