Home
last modified time | relevance | path

Searched refs:pcre_uint16 (Results 1 – 4 of 4) sorted by relevance

/external/pcre/dist/
Dpcre_internal.h197 typedef unsigned short pcre_uint16; typedef
202 typedef unsigned int pcre_uint16; typedef
276 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 …]
Dpcre_ucd.c37 const pcre_uint16 PRIV(ucd_stage2)[] = {0};
1352 const pcre_uint16 PRIV(ucd_stage2)[] = { /* 58112 bytes, block = 128 */
Dpcre_byte_order.c75 static pcre_uint16
76 swap_uint16(pcre_uint16 value) in swap_uint16()
Dpcretest.c1086 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_uint16
2474 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 …]