Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_ucd.c34 const pcre_uint8 PRIV(ucd_stage1)[] = {0};
803 const pcre_uint8 PRIV(ucd_stage1)[] = { /* 8704 bytes */
H A Dpcre_chartables.c27 const pcre_uint8 PRIV(default_tables)[] = {
H A Dpcre_fullinfo.c156 *((const pcre_uint8 **)where) = in pcre_fullinfo()
201 *((const pcre_uint8 **)where) = (const pcre_uint8 *)(PRIV(default_tables)); in pcre_fullinfo()
H A Dpcre_internal.h194 typedef unsigned char pcre_uint8; typedef
2398 pcre_uint8 start_bits[32]; /* Starting char bits */
2528 const pcre_uint8 *lcc; /* Points to lower casing table */
2530 const pcre_uint8 *ctypes; /* Points to table of type maps */
2573 const pcre_uint8 *tables; /* Character tables */
2666 extern const pcre_uint8 PRIV(utf8_table4)[];
2673 extern const pcre_uint8 PRIV(OP_lengths)[];
2674 extern const pcre_uint8 PRIV(default_tables)[];
2762 pcre_uint8 script; /* ucp_Arabic, etc. */
2763 pcre_uint8 chartype; /* ucp_Cc, etc. (general categories) */
[all …]
H A Dpcre_study.c633 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, in set_table_bit()
721 set_type_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit, in set_type_bits()
800 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, in set_start_bits()
1339 pcre_uint8 *map; in set_start_bits()
1345 map = (pcre_uint8 *)(tcode + 1 + LINK_SIZE + 1); in set_start_bits()
1352 map = (pcre_uint8 *)tcode; in set_start_bits()
1462 pcre_uint8 start_bits[32]; in pcre_study()
1465 const pcre_uint8 *tables; in pcre_study()
1534 memset(start_bits, 0, 32 * sizeof(pcre_uint8)); in pcre_study()
1594 else memset(study->start_bits, 0, 32 * sizeof(pcre_uint8)); in pcre_study()
[all …]
H A Dpcre_xclass.c85 return (((pcre_uint8 *)(data + 1))[c/8] & (1 << (c&7))) != 0; in PRIV()
88 (((pcre_uint8 *)(data + 1))[c/8] & (1 << (c&7))) != 0) in PRIV()
H A Dpcre_printint.c107 static const pcre_uint8 priv_OP_lengths[] = { OP_LENGTHS };
646 pcre_uint8 *map; in pcre_printint()
647 pcre_uint8 inverted_map[32]; in pcre_printint()
673 map = (pcre_uint8 *)ccode; in pcre_printint()
H A Dpcre_compile.c590 static const pcre_uint8 digitab[] =
629 static const pcre_uint8 digitab[] =
2914 const pcre_uint8 *fcc, pcre_uint32 *list) in get_chr_property_list()
3130 const pcre_uint8 *class_bitset; in compare_opcodes()
3131 const pcre_uint8 *set1, *set2, *set_end; in compare_opcodes()
3288 set2 = (pcre_uint8 *) in compare_opcodes()
3376 const pcre_uint8 *p; in compare_opcodes()
3609 class_bitset = (pcre_uint8 *) in compare_opcodes()
4483 pcre_uint8 classbits[32]; in compile_branch()
4976 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.c57 const pcre_uint8 PRIV(OP_lengths)[] = { OP_LENGTHS };
93 const pcre_uint8 PRIV(utf8_table4)[] = {
H A Dpcre_exec.c2878 #define BYTE_MAP ((pcre_uint8 *)data) in match()
6375 const pcre_uint8 *tables; in pcre_exec()
6376 const pcre_uint8 *start_bits = NULL; in pcre_exec()

Completed in 99 milliseconds