Searched refs:pcre_uint8 (Results 1 - 13 of 13) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_string_utils.c | 108 const pcre_uint8 *ustr2 = (pcre_uint8 *)str2; 128 const pcre_uint8 *ustr2 = (pcre_uint8 *)str2; 176 const pcre_uint8 *ustr2 = (pcre_uint8 *)str2;
|
H A D | pcre_ucd.c | 36 const pcre_uint8 PRIV(ucd_stage1)[] = {0}; 46 pcre_uint8 property_0; 47 pcre_uint8 property_1; 48 pcre_uint8 property_2; 49 pcre_uint8 property_3; 805 const pcre_uint8 PRIV(ucd_stage1)[] = { /* 8704 bytes */
|
H A D | pcre_fullinfo.c | 158 *((const pcre_uint8 **)where) = 203 *((const pcre_uint8 **)where) = (const pcre_uint8 *)(PRIV(default_tables));
|
H A D | pcre_xclass.c | 87 return (((pcre_uint8 *)(data + 1))[c/8] & (1 << (c&7))) != 0; 90 (((pcre_uint8 *)(data + 1))[c/8] & (1 << (c&7))) != 0)
|
H A D | pcre_study.c | 593 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, 681 set_type_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit, 723 set_nottype_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit, 760 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, 1299 pcre_uint8 *map; 1305 map = (pcre_uint8 *)(tcode + 1 + LINK_SIZE + 1); 1312 map = (pcre_uint8 *)tcode; 1421 pcre_uint8 start_bits[32]; 1424 const pcre_uint8 *tables; 1493 memset(start_bits, 0, 32 * sizeof(pcre_uint8)); [all...] |
H A D | pcre_printint.c | 109 static const pcre_uint8 priv_OP_lengths[] = { OP_LENGTHS }; 648 pcre_uint8 *map; 649 pcre_uint8 inverted_map[32]; 675 map = (pcre_uint8 *)ccode;
|
H A D | pcre_compile.c | 83 add_list_to_class(pcre_uint8 *, pcre_uchar **, int, compile_data *, 289 static const pcre_uint8 posix_name_lengths[] = { 582 static const pcre_uint8 digitab[] = 621 static const pcre_uint8 digitab[] = 656 static const pcre_uint8 ebcdic_chartab[] = { /* chartable partial dup */ 708 static const pcre_uint8 autoposstab[APTROWS][APTCOLS] = { 762 static const pcre_uint8 propposstab[PT_TABSIZE][PT_TABSIZE] = { 784 static const pcre_uint8 catposstab[7][30] = { 806 static const pcre_uint8 posspropstab[3][4] = { 820 static const pcre_uint8 opcode_possessif [all...] |
H A D | pcre_chartables.c | 29 const pcre_uint8 PRIV(default_tables)[] = {
|
H A D | pcre_dfa_exec.c | 115 static const pcre_uint8 coptable[] = { 192 static const pcre_uint8 poptable[] = { 262 static const pcre_uint8 toptable1[] = { 270 static const pcre_uint8 toptable2[] = { 412 const pcre_uint8 *ctypes, *lcc, *fcc; 2550 ((((pcre_uint8 *)(code + 1))[c/8] & (1 << (c&7))) != 0); 3199 const pcre_uint8 *start_bits = NULL;
|
H A D | pcre_jit_compile.c | 174 pcre_uint8 notbol; 175 pcre_uint8 noteol; 176 pcre_uint8 notempty; 177 pcre_uint8 notempty_atstart; 332 pcre_uint8 *optimized_cbracket; 334 pcre_uint8 *then_offsets; 361 const pcre_uint8 *fcc; 1977 static SLJIT_INLINE pcre_uchar *set_then_offsets(compiler_common *common, pcre_uchar *cc, pcre_uint8 *current_offset) 2570 static BOOL is_char7_bitset(const pcre_uint8 *bitset, BOOL nclass) 2574 const pcre_uint8 valu [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_internal.h | 194 typedef unsigned char pcre_uint8; typedef 2336 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */ 2360 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */ 2390 pcre_uint8 start_bits[32]; /* Starting char bits */ 2418 const pcre_uint8 *lcc; /* Points to lower casing table */ 2419 const pcre_uint8 *fcc; /* Points to case-flipping table */ 2420 const pcre_uint8 *cbits; /* Points to character type table */ 2421 const pcre_uint8 *ctypes; /* Points to table of type maps */ 2511 const pcre_uint8 *lcc; /* Points to lower casing table */ 2512 const pcre_uint8 *fc [all...] |
H A D | pcre_exec.c | 2873 #define BYTE_MAP ((pcre_uint8 *)data) 6365 const pcre_uint8 *tables; 6366 const pcre_uint8 *start_bits = NULL;
|
Completed in 400 milliseconds