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

/external/pcre/dist/
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...]

Completed in 94 milliseconds