Lines Matching refs:pcre_uchar

267 typedef unsigned char pcre_uchar;  typedef
280 typedef pcre_uint16 pcre_uchar; typedef
288 typedef pcre_uint32 pcre_uchar; typedef
354 #define PCRE_PUCHAR const pcre_uchar *
2239 1+(32/sizeof(pcre_uchar)), /* CLASS */ \
2240 1+(32/sizeof(pcre_uchar)), /* NCLASS */ \
2421 const pcre_uchar *name; /* Points to the name in the pattern */
2434 const pcre_uchar *start_workspace;/* The start of working space */
2435 const pcre_uchar *start_code; /* The start of the compiled code */
2436 const pcre_uchar *start_pattern; /* The start of the pattern */
2437 const pcre_uchar *end_pattern; /* The end of the pattern */
2438 pcre_uchar *hwm; /* High watermark of workspace */
2441 pcre_uchar *name_table; /* The name/number table */
2465 pcre_uchar nl[4]; /* Newline string when fixed length */
2473 pcre_uchar *current_branch;
2480 const pcre_uchar *group;
2530 pcre_uchar *name_table; /* Table of names */
2531 pcre_uchar nl[4]; /* Newline string when fixed */
2546 const pcre_uchar *start_code; /* For use when recursing */
2561 const pcre_uchar *mark; /* Mark pointer to pass back on success */
2562 const pcre_uchar *nomatch_mark;/* Mark pointer to pass back on failure */
2563 const pcre_uchar *once_target; /* Where to back up to for atomic groups */
2573 const pcre_uchar *start_code; /* Start of the compiled pattern */
2574 const pcre_uchar *start_subject ; /* Start of the subject string */
2575 const pcre_uchar *end_subject; /* End of subject string */
2576 const pcre_uchar *start_used_ptr; /* Earliest consulted character */
2583 pcre_uchar nl[4]; /* Newline string when fixed */
2703 extern int PRIV(strcmp_uc_uc)(const pcre_uchar *,
2704 const pcre_uchar *);
2705 extern int PRIV(strcmp_uc_c8)(const pcre_uchar *,
2707 extern int PRIV(strncmp_uc_uc)(const pcre_uchar *,
2708 const pcre_uchar *, unsigned int num);
2709 extern int PRIV(strncmp_uc_c8)(const pcre_uchar *,
2711 extern unsigned int PRIV(strlen_uc)(const pcre_uchar *str);
2732 extern int PRIV(strcmp_uc_uc_utf)(const pcre_uchar *,
2733 const pcre_uchar *);
2734 extern int PRIV(strcmp_uc_c8_utf)(const pcre_uchar *,
2744 extern const pcre_uchar *PRIV(find_bracket)(const pcre_uchar *, BOOL, int);
2747 extern unsigned int PRIV(ord2utf)(pcre_uint32, pcre_uchar *);
2751 extern BOOL PRIV(xclass)(pcre_uint32, const pcre_uchar *, BOOL);
2757 const pcre_uchar *, int, int, int, int *, int);