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

/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h197 typedef unsigned short pcre_uint16; typedef
202 typedef unsigned int pcre_uint16; typedef
276 typedef pcre_uint16 pcre_uchar;
2324 pcre_uint16 first_char; /* Starting character */
2325 pcre_uint16 req_char; /* This character must be seen */
2326 pcre_uint16 max_lookbehind; /* Longest lookbehind (characters) */
2327 pcre_uint16 top_bracket; /* Highest numbered group */
2328 pcre_uint16 top_backref; /* Highest numbered back reference */
2329 pcre_uint16 name_table_offset; /* Offset to name table that follows */
2330 pcre_uint16 name_entry_siz
[all...]

Completed in 37 milliseconds