Home | History | Annotate | Download | only in dist

Lines Matching refs:pcre_uint16

1086 static pcre_uint16 *buffer16 = NULL;
1087 static const pcre_uint16 OP_lengths16[] = { OP_LENGTHS };
1691 pcre_uint16 *pp;
1697 buffer16 = (pcre_uint16 *)malloc(buffer16_size);
2184 read_capture_name16(pcre_uint8 *p, pcre_uint16 **pp, pcre *re)
2186 pcre_uint16 *npp = *pp;
2452 /* The following functions swap the bytes of a pcre_uint16 and pcre_uint32
2470 static pcre_uint16
2471 swap_uint16(pcre_uint16 value)
2496 pcre_uint16 *ptr = (pcre_uint16 *)re + re->name_table_offset;
2636 ptr += 32/sizeof(pcre_uint16);
2663 ptr += 32/sizeof(pcre_uint16);
2664 length -= 32/sizeof(pcre_uint16);
3032 pcre_uint16 *copynames16 = (pcre_uint16 *)copynames;
3033 pcre_uint16 *getnames16 = (pcre_uint16 *)getnames;
3034 pcre_uint16 *cn16ptr;
3035 pcre_uint16 *gn16ptr;
4472 pcre_uint16 *q16;
4594 q16 = (pcre_uint16 *) dbuffer;
4995 len = (int)(q16 - (pcre_uint16 *)dbuffer);
5343 if (*(pcre_uint16 *)cnptr == 0) break;
5408 if (*(pcre_uint16 *)gnptr == 0) break;