• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /barrelfish-2018-10-04/lib/pcre/

Lines Matching refs:pcre_uint32

211 typedef unsigned int pcre_uint32;
216 typedef unsigned long int pcre_uint32;
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_recursion; /* Limit set from regex */
2352 pcre_uint32 magic_number;
2353 pcre_uint32 size; /* Total that was malloced */
2354 pcre_uint32 options; /* Public options */
2355 pcre_uint32 flags; /* Private flags */
2356 pcre_uint32 limit_match; /* Limit set from regex */
2357 pcre_uint32 limit_recursion; /* Limit set from regex */
2358 pcre_uint32 first_char; /* Starting character */
2359 pcre_uint32 req_char; /* This character must be seen */
2396 pcre_uint32 size; /* Total that was malloced */
2397 pcre_uint32 flags; /* Private flags */
2399 pcre_uint32 minlength; /* Minimum subject length */
2419 pcre_uint32 number; /* Group number */
2450 pcre_uint32 external_options; /* External (initial) options */
2451 pcre_uint32 external_flags; /* External flag bits to be set */
2676 extern const pcre_uint32 PRIV(hspace_list)[];
2677 extern const pcre_uint32 PRIV(vspace_list)[];
2743 extern unsigned int PRIV(ord2utf)(pcre_uint32, pcre_uchar *);
2747 extern BOOL PRIV(xclass)(pcre_uint32, const pcre_uchar *, BOOL);
2769 extern const pcre_uint32 PRIV(ucd_caseless_sets)[];
2773 extern const pcre_uint32 PRIV(ucp_gentype)[];
2774 extern const pcre_uint32 PRIV(ucp_gbtable)[];
2792 #define UCD_OTHERCASE(ch) ((pcre_uint32)((int)ch + (int)(GET_UCD(ch)->other_case)))