Searched refs:pcre_uint8 (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_ucd.c | 36 const pcre_uint8 PRIV(ucd_stage1)[] = {0}; 713 const pcre_uint8 PRIV(ucd_stage1)[] = { /* 8704 bytes */
|
H A D | pcre_fullinfo.c | 158 *((const pcre_uint8 **)where) = in pcre_fullinfo() 203 *((const pcre_uint8 **)where) = (const pcre_uint8 *)(PRIV(default_tables)); in pcre_fullinfo()
|
H A D | pcre_chartables.c | 29 const pcre_uint8 PRIV(default_tables)[] = {
|
H A D | pcre_study.c | 551 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, in set_table_bit() 639 set_type_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit, in set_type_bits() 681 set_nottype_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit, in set_nottype_bits() 718 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, in set_start_bits() 1239 pcre_uint8 *map; in set_start_bits() 1241 map = (pcre_uint8 *)tcode; in set_start_bits() 1341 pcre_uint8 start_bits[32]; in pcre_study() 1344 const pcre_uint8 *tables; in pcre_study() 1412 memset(start_bits, 0, 32 * sizeof(pcre_uint8)); in pcre_study() 1472 else memset(study->start_bits, 0, 32 * sizeof(pcre_uint8)); in pcre_study() [all …]
|
H A D | pcre_internal.h | 194 typedef unsigned char pcre_uint8; typedef 2326 const pcre_uint8 *nullpad; /* NULL padding */ 2370 pcre_uint8 start_bits[32]; /* Starting char bits */ 2474 const pcre_uint8 *lcc; /* Points to lower casing table */ 2521 const pcre_uint8 *tables; /* Character tables */ 2614 extern const pcre_uint8 PRIV(utf8_table4)[]; 2621 extern const pcre_uint8 PRIV(OP_lengths)[]; 2622 extern const pcre_uint8 PRIV(default_tables)[]; 2710 pcre_uint8 script; /* ucp_Arabic, etc. */ 2711 pcre_uint8 chartype; /* ucp_Cc, etc. (general categories) */ [all …]
|
H A D | pcre_xclass.c | 85 (((pcre_uint8 *)(data + 1))[c/8] & (1 << (c&7))) != 0) in PRIV()
|
H A D | pcre_compile.c | 83 add_list_to_class(pcre_uint8 *, pcre_uchar **, int, compile_data *, 268 static const pcre_uint8 posix_name_lengths[] = { 540 static const pcre_uint8 digitab[] = 579 static const pcre_uint8 digitab[] = 3645 add_not_list_to_class(pcre_uint8 *classbits, pcre_uchar **uchardptr, in add_not_list_to_class() 3727 pcre_uint8 classbits[32]; in compile_branch() 4112 memset(classbits, 0, 32 * sizeof(pcre_uint8)); in compile_branch() 4175 register const pcre_uint8 *cbits = cd->cbits; in compile_branch() 4176 pcre_uint8 pbits[32]; in compile_branch() 4231 32 * sizeof(pcre_uint8)); in compile_branch() [all …]
|
H A D | pcre_tables.c | 59 const pcre_uint8 PRIV(OP_lengths)[] = { OP_LENGTHS }; 95 const pcre_uint8 PRIV(utf8_table4)[] = {
|
H A D | pcre_exec.c | 2816 #define BYTE_MAP ((pcre_uint8 *)data) in match() 6262 const pcre_uint8 *tables; in pcre_exec() 6263 const pcre_uint8 *start_bits = NULL; in pcre_exec()
|
Completed in 79 milliseconds