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. */
2227 1+(32/sizeof(pcre_uchar)), /* CLASS */ \
2228 1+(32/sizeof(pcre_uchar)), /* NCLASS */ \
2409 const pcre_uchar *name; /* Points to the name in the pattern */
2422 const pcre_uchar *start_workspace;/* The start of working space */
2423 const pcre_uchar *start_code; /* The start of the compiled code */
2424 const pcre_uchar *start_pattern; /* The start of the pattern */
2425 const pcre_uchar *end_pattern; /* The end of the pattern */
2426 pcre_uchar *hwm; /* High watermark of workspace */
2429 pcre_uchar *name_table; /* The name/number table */
2451 pcre_uchar nl[4]; /* Newline string when fixed length */
2459 pcre_uchar *current_branch;
2509 pcre_uchar *name_table; /* Table of names */
2510 pcre_uchar nl[4]; /* Newline string when fixed */
2525 const pcre_uchar *start_code; /* For use when recursing */
2540 const pcre_uchar *mark; /* Mark pointer to pass back on success */
2541 const pcre_uchar *nomatch_mark;/* Mark pointer to pass back on failure */
2542 const pcre_uchar *once_target; /* Where to back up to for atomic groups */
2552 const pcre_uchar *start_code; /* Start of the compiled pattern */
2553 const pcre_uchar *start_subject ; /* Start of the subject string */
2554 const pcre_uchar *end_subject; /* End of subject string */
2555 const pcre_uchar *start_used_ptr; /* Earliest consulted character */
2562 pcre_uchar nl[4]; /* Newline string when fixed */
2682 extern int PRIV(strcmp_uc_uc)(const pcre_uchar *,
2683 const pcre_uchar *);
2684 extern int PRIV(strcmp_uc_c8)(const pcre_uchar *,
2686 extern int PRIV(strncmp_uc_uc)(const pcre_uchar *,
2687 const pcre_uchar *, unsigned int num);
2688 extern int PRIV(strncmp_uc_c8)(const pcre_uchar *,
2690 extern unsigned int PRIV(strlen_uc)(const pcre_uchar *str);
2711 extern int PRIV(strcmp_uc_uc_utf)(const pcre_uchar *,
2712 const pcre_uchar *);
2713 extern int PRIV(strcmp_uc_c8_utf)(const pcre_uchar *,
2723 extern const pcre_uchar *PRIV(find_bracket)(const pcre_uchar *, BOOL, int);
2726 extern unsigned int PRIV(ord2utf)(pcre_uint32, pcre_uchar *);
2730 extern BOOL PRIV(xclass)(pcre_uint32, const pcre_uchar *, BOOL);
2736 const pcre_uchar *, int, int, int, int *, int);