Searched refs:pcre_uint16 (Results 1 – 4 of 4) sorted by relevance
197 typedef unsigned short pcre_uint16; typedef202 typedef unsigned int pcre_uint16; typedef276 typedef pcre_uint16 pcre_uchar;2332 pcre_uint16 first_char; /* Starting character */2333 pcre_uint16 req_char; /* This character must be seen */2334 pcre_uint16 max_lookbehind; /* Longest lookbehind (characters) */2335 pcre_uint16 top_bracket; /* Highest numbered group */2336 pcre_uint16 top_backref; /* Highest numbered back reference */2337 pcre_uint16 name_table_offset; /* Offset to name table that follows */2338 pcre_uint16 name_entry_size; /* Size of any name items */[all …]
37 const pcre_uint16 PRIV(ucd_stage2)[] = {0};1352 const pcre_uint16 PRIV(ucd_stage2)[] = { /* 58112 bytes, block = 128 */
75 static pcre_uint1676 swap_uint16(pcre_uint16 value) in swap_uint16()
1086 static pcre_uint16 *buffer16 = NULL;1087 static const pcre_uint16 OP_lengths16[] = { OP_LENGTHS };1691 pcre_uint16 *pp; in to16()1697 buffer16 = (pcre_uint16 *)malloc(buffer16_size); in to16()2184 read_capture_name16(pcre_uint8 *p, pcre_uint16 **pp, pcre *re) in read_capture_name16()2186 pcre_uint16 *npp = *pp; in read_capture_name16()2473 static pcre_uint162474 swap_uint16(pcre_uint16 value) in swap_uint16()2499 pcre_uint16 *ptr = (pcre_uint16 *)re + re->name_table_offset; in regexflip8_or_16()2639 ptr += 32/sizeof(pcre_uint16); in regexflip8_or_16()[all …]