Home
last modified time | relevance | path

Searched refs:pcre_uint8 (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_ucd.c36 const pcre_uint8 PRIV(ucd_stage1)[] = {0};
805 const pcre_uint8 PRIV(ucd_stage1)[] = { /* 8704 bytes */
H A Dpcre_chartables.c29 const pcre_uint8 PRIV(default_tables)[] = {
H A Dpcre_fullinfo.c158 *((const pcre_uint8 **)where) = in pcre_fullinfo()
203 *((const pcre_uint8 **)where) = (const pcre_uint8 *)(PRIV(default_tables)); in pcre_fullinfo()
H A Dpcre_internal.h194 typedef unsigned char pcre_uint8; typedef
2402 pcre_uint8 start_bits[32]; /* Starting char bits */
2532 const pcre_uint8 *lcc; /* Points to lower casing table */
2534 const pcre_uint8 *ctypes; /* Points to table of type maps */
2577 const pcre_uint8 *tables; /* Character tables */
2670 extern const pcre_uint8 PRIV(utf8_table4)[];
2677 extern const pcre_uint8 PRIV(OP_lengths)[];
2678 extern const pcre_uint8 PRIV(default_tables)[];
2766 pcre_uint8 script; /* ucp_Arabic, etc. */
2767 pcre_uint8 chartype; /* ucp_Cc, etc. (general categories) */
[all …]
H A Dpcre_study.c635 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, in set_table_bit()
723 set_type_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit, in set_type_bits()
802 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, in set_start_bits()
1341 pcre_uint8 *map; in set_start_bits()
1347 map = (pcre_uint8 *)(tcode + 1 + LINK_SIZE + 1); in set_start_bits()
1354 map = (pcre_uint8 *)tcode; in set_start_bits()
1464 pcre_uint8 start_bits[32]; in pcre_study()
1467 const pcre_uint8 *tables; in pcre_study()
1536 memset(start_bits, 0, 32 * sizeof(pcre_uint8)); in pcre_study()
1596 else memset(study->start_bits, 0, 32 * sizeof(pcre_uint8)); in pcre_study()
[all …]
H A Dpcre_xclass.c87 return (((pcre_uint8 *)(data + 1))[c/8] & (1 << (c&7))) != 0; in PRIV()
90 (((pcre_uint8 *)(data + 1))[c/8] & (1 << (c&7))) != 0) in PRIV()
H A Dpcre_compile.c592 static const pcre_uint8 digitab[] =
631 static const pcre_uint8 digitab[] =
2916 const pcre_uint8 *fcc, pcre_uint32 *list) in get_chr_property_list()
3132 const pcre_uint8 *class_bitset; in compare_opcodes()
3133 const pcre_uint8 *set1, *set2, *set_end; in compare_opcodes()
3290 set2 = (pcre_uint8 *) in compare_opcodes()
3378 const pcre_uint8 *p; in compare_opcodes()
3611 class_bitset = (pcre_uint8 *) in compare_opcodes()
4485 pcre_uint8 classbits[32]; in compile_branch()
4978 pcre_uint8 pbits[32]; in compile_branch()
[all …]
H A Dpcre_jit_compile.c174 pcre_uint8 notbol;
175 pcre_uint8 noteol;
176 pcre_uint8 notempty;
177 pcre_uint8 notempty_atstart;
328 pcre_uint8 *optimized_cbracket;
330 pcre_uint8 *then_offsets;
357 const pcre_uint8 *fcc;
3206 static SLJIT_INLINE void add_prefix_byte(pcre_uint8 byte, pcre_uint8 *bytes) in add_prefix_byte()
3208 pcre_uint8 len = bytes[0]; in add_prefix_byte()
3580 pcre_uint8 ones[MAX_N_CHARS]; in fast_forward_first_n_chars()
[all …]
H A Dpcre_tables.c59 const pcre_uint8 PRIV(OP_lengths)[] = { OP_LENGTHS };
95 const pcre_uint8 PRIV(utf8_table4)[] = {
H A Dpcre_exec.c2880 #define BYTE_MAP ((pcre_uint8 *)data) in match()
6377 const pcre_uint8 *tables; in pcre_exec()
6378 const pcre_uint8 *start_bits = NULL; in pcre_exec()

Completed in 97 milliseconds