Lines Matching defs:pcre_uint16

197 typedef unsigned short pcre_uint16;
202 typedef unsigned int pcre_uint16;
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_size; /* Size of any name items */
2331 pcre_uint16 name_count; /* Number of name items */
2332 pcre_uint16 ref_count; /* Reference count */
2333 pcre_uint16 dummy1; /* To ensure size is a multiple of 8 */
2334 pcre_uint16 dummy2; /* To ensure size is a multiple of 8 */
2335 pcre_uint16 dummy3; /* To ensure size is a multiple of 8 */
2352 pcre_uint16 max_lookbehind; /* Longest lookbehind (characters) */
2353 pcre_uint16 top_bracket; /* Highest numbered group */
2354 pcre_uint16 top_backref; /* Highest numbered back reference */
2355 pcre_uint16 name_table_offset; /* Offset to name table that follows */
2356 pcre_uint16 name_entry_size; /* Size of any name items */
2357 pcre_uint16 name_count; /* Number of name items */
2358 pcre_uint16 ref_count; /* Reference count */
2359 pcre_uint16 dummy; /* To ensure size is a multiple of 8 */
2401 pcre_uint16 number; /* Capture number */
2402 pcre_uint16 flag; /* Set TRUE if recursive back ref */
2633 pcre_uint16 name_offset;
2634 pcre_uint16 type;
2635 pcre_uint16 value;
2755 extern const pcre_uint16 PRIV(ucd_stage2)[];