Lines Matching refs:pcre_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_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()
2666 ptr += 32/sizeof(pcre_uint16); in regexflip8_or_16()
2667 length -= 32/sizeof(pcre_uint16); in regexflip8_or_16()
3035 pcre_uint16 *copynames16 = (pcre_uint16 *)copynames; in main()
3036 pcre_uint16 *getnames16 = (pcre_uint16 *)getnames; in main()
3037 pcre_uint16 *cn16ptr; in main()
3038 pcre_uint16 *gn16ptr; in main()
4475 pcre_uint16 *q16; in main()
4597 q16 = (pcre_uint16 *) dbuffer; in main()
4998 len = (int)(q16 - (pcre_uint16 *)dbuffer); in main()
5346 if (*(pcre_uint16 *)cnptr == 0) break; in main()
5411 if (*(pcre_uint16 *)gnptr == 0) break; in main()