Lines Matching defs:pcre_uchar

248 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;
276 typedef pcre_uint16 pcre_uchar;
284 typedef pcre_uint32 pcre_uchar;
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) */
902 into one pcre_uchar unit. */
950 These are all no-ops since all UTF-32 characters fit into one pcre_uchar. */
2235 1+(32/sizeof(pcre_uchar)), /* CLASS */ \
2236 1+(32/sizeof(pcre_uchar)), /* NCLASS */ \
2417 const pcre_uchar *name; /* Points to the name in the pattern */
2430 const pcre_uchar *start_workspace;/* The start of working space */
2431 const pcre_uchar *start_code; /* The start of the compiled code */
2432 const pcre_uchar *start_pattern; /* The start of the pattern */
2433 const pcre_uchar *end_pattern; /* The end of the pattern */
2434 pcre_uchar *hwm; /* High watermark of workspace */
2437 pcre_uchar *name_table; /* The name/number table */
2461 pcre_uchar nl[4]; /* Newline string when fixed length */
2469 pcre_uchar *current_branch;
2476 const pcre_uchar *group;
2526 pcre_uchar *name_table; /* Table of names */
2527 pcre_uchar nl[4]; /* Newline string when fixed */
2542 const pcre_uchar *start_code; /* For use when recursing */
2557 const pcre_uchar *mark; /* Mark pointer to pass back on success */
2558 const pcre_uchar *nomatch_mark;/* Mark pointer to pass back on failure */
2559 const pcre_uchar *once_target; /* Where to back up to for atomic groups */
2569 const pcre_uchar *start_code; /* Start of the compiled pattern */
2570 const pcre_uchar *start_subject ; /* Start of the subject string */
2571 const pcre_uchar *end_subject; /* End of subject string */
2572 const pcre_uchar *start_used_ptr; /* Earliest consulted character */
2579 pcre_uchar nl[4]; /* Newline string when fixed */
2699 extern int PRIV(strcmp_uc_uc)(const pcre_uchar *,
2700 const pcre_uchar *);
2701 extern int PRIV(strcmp_uc_c8)(const pcre_uchar *,
2703 extern int PRIV(strncmp_uc_uc)(const pcre_uchar *,
2704 const pcre_uchar *, unsigned int num);
2705 extern int PRIV(strncmp_uc_c8)(const pcre_uchar *,
2707 extern unsigned int PRIV(strlen_uc)(const pcre_uchar *str);
2728 extern int PRIV(strcmp_uc_uc_utf)(const pcre_uchar *,
2729 const pcre_uchar *);
2730 extern int PRIV(strcmp_uc_c8_utf)(const pcre_uchar *,
2740 extern const pcre_uchar *PRIV(find_bracket)(const pcre_uchar *, BOOL, int);
2743 extern unsigned int PRIV(ord2utf)(pcre_uint32, pcre_uchar *);
2747 extern BOOL PRIV(xclass)(pcre_uint32, const pcre_uchar *, BOOL);
2753 const pcre_uchar *, int, int, int, int *, int);