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

/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h194 typedef unsigned char pcre_uint8; typedef
2336 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */
2360 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */
2390 pcre_uint8 start_bits[32]; /* Starting char bits */
2418 const pcre_uint8 *lcc; /* Points to lower casing table */
2419 const pcre_uint8 *fcc; /* Points to case-flipping table */
2420 const pcre_uint8 *cbits; /* Points to character type table */
2421 const pcre_uint8 *ctypes; /* Points to table of type maps */
2511 const pcre_uint8 *lcc; /* Points to lower casing table */
2512 const pcre_uint8 *fc
[all...]

Completed in 52 milliseconds