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

/forgerock/web-agents-v4/pcre/
H A Dpcre_ucd.c37 const pcre_uint16 PRIV(ucd_stage2)[] = {0};
1352 const pcre_uint16 PRIV(ucd_stage2)[] = { /* 58112 bytes, block = 128 */
H A Dpcre_byte_order.c57 /* The following functions swap the bytes of a pcre_uint16
75 static pcre_uint16
76 swap_uint16(pcre_uint16 value)
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 165 milliseconds