Searched defs:pcre_uchar (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcre_internal.h248 called pcre_uchar.
251 pcre_uchar type. Useful for memcpy and such operations, whose require the
254 The MAX_255 macro checks whether its pcre_uchar input is less than 256.
263 typedef unsigned char pcre_uchar; typedef
276 typedef pcre_uint16 pcre_uchar; typedef
284 typedef pcre_uint32 pcre_uchar; typedef
350 #define PCRE_PUCHAR const pcre_uchar *
474 /* Redefine LINK_SIZE as a multiple of sizeof(pcre_uchar) */
488 /* Redefine LINK_SIZE as a multiple of sizeof(pcre_uchar) */
509 /* Redefine LINK_SIZE as a multiple of sizeof(pcre_uchar) */
[all...]

Completed in 153 milliseconds