Lines Matching full:uschar
212 Unix, where it is defined in sys/types, so use "uschar" instead. */
214 typedef unsigned char uschar;
1619 uschar start_bits[32]; /* Starting char bits */
1638 const uschar *lcc; /* Points to lower casing table */
1639 const uschar *fcc; /* Points to case-flipping table */
1640 const uschar *cbits; /* Points to character type table */
1641 const uschar *ctypes; /* Points to table of type maps */
1642 const uschar *start_workspace;/* The start of working space */
1643 const uschar *start_code; /* The start of the compiled code */
1644 const uschar *start_pattern; /* The start of the pattern */
1645 const uschar *end_pattern; /* The end of the pattern */
1647 uschar *hwm; /* High watermark of workspace */
1648 uschar *name_table; /* The name/number table */
1662 uschar nl[4]; /* Newline string when fixed length */
1670 uschar *current_branch;
1679 const uschar *after_call; /* "Return value": points after the call in the expr */
1709 uschar *name_table; /* Table of names */
1710 uschar nl[4]; /* Newline string when fixed */
1711 const uschar *lcc; /* Points to lower casing table */
1712 const uschar *ctypes; /* Points to table of type maps */
1724 const uschar *start_code; /* For use when recursing */
1738 const uschar *mark; /* Mark pointer to pass back */
1745 const uschar *start_code; /* Start of the compiled pattern */
1746 const uschar *start_subject; /* Start of the subject string */
1747 const uschar *end_subject; /* End of subject string */
1748 const uschar *start_used_ptr; /* Earliest consulted character */
1749 const uschar *tables; /* Character tables */
1755 uschar nl[4]; /* Newline string when fixed */
1812 extern const uschar _pcre_utf8_table4[];
1820 extern const uschar _pcre_default_tables[];
1822 extern const uschar _pcre_OP_lengths[];
1829 extern const uschar *_pcre_find_bracket(const uschar *, BOOL, int);
1831 extern int _pcre_ord2utf8(int, uschar *);
1836 extern BOOL _pcre_xclass(int, const uschar *);
1842 uschar script;
1843 uschar chartype;
1848 extern const uschar _pcre_ucd_stage1[];