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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_ucd.c36 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 Dpcre_fullinfo.c158 *((const pcre_uint8 **)where) =
203 *((const pcre_uint8 **)where) = (const pcre_uint8 *)(PRIV(default_tables));
H A Dpcre_xclass.c87 return (((pcre_uint8 *)(data + 1))[c/8] & (1 << (c&7))) != 0;
90 (((pcre_uint8 *)(data + 1))[c/8] & (1 << (c&7))) != 0)
H A Dpcre_study.c635 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless,
723 set_type_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit,
765 set_nottype_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit,
802 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf,
1341 pcre_uint8 *map;
1347 map = (pcre_uint8 *)(tcode + 1 + LINK_SIZE + 1);
1354 map = (pcre_uint8 *)tcode;
1464 pcre_uint8 start_bits[32];
1467 const pcre_uint8 *tables;
1536 memset(start_bits, 0, 32 * sizeof(pcre_uint8));
[all...]
H A Dpcre_printint.c109 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 Dpcre_compile.c83 add_list_to_class(pcre_uint8 *, pcre_uchar **, int, compile_data *,
295 static const pcre_uint8 posix_name_lengths[] = {
593 static const pcre_uint8 digitab[] =
632 static const pcre_uint8 digitab[] =
667 static const pcre_uint8 ebcdic_chartab[] = { /* chartable partial dup */
719 static const pcre_uint8 autoposstab[APTROWS][APTCOLS] = {
772 static const pcre_uint8 propposstab[PT_TABSIZE][PT_TABSIZE] = {
794 static const pcre_uint8 catposstab[7][30] = {
816 static const pcre_uint8 posspropstab[3][4] = {
829 static const pcre_uint8 opcode_possessif
[all...]
H A Dpcre_chartables.c29 const pcre_uint8 PRIV(default_tables)[] = {
H A Dpcre_dfa_exec.c115 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);
3200 const pcre_uint8 *start_bits = NULL;
H A Dpcre_tables.c59 const pcre_uint8 PRIV(OP_lengths)[] = { OP_LENGTHS };
95 const pcre_uint8 PRIV(utf8_table4)[] = {
H A Dpcre_internal.h194 typedef unsigned char pcre_uint8; typedef
2344 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */
2368 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */
2398 pcre_uint8 start_bits[32]; /* Starting char bits */
2426 const pcre_uint8 *lcc; /* Points to lower casing table */
2427 const pcre_uint8 *fcc; /* Points to case-flipping table */
2428 const pcre_uint8 *cbits; /* Points to character type table */
2429 const pcre_uint8 *ctypes; /* Points to table of type maps */
2528 const pcre_uint8 *lcc; /* Points to lower casing table */
2529 const pcre_uint8 *fc
[all...]
H A Dpcre_exec.c2880 #define BYTE_MAP ((pcre_uint8 *)data)
6377 const pcre_uint8 *tables;
6378 const pcre_uint8 *start_bits = NULL;

Completed in 125 milliseconds