HomeSort by relevance Sort by last modified time
    Searched refs:pcre_uint8 (Results 1 - 14 of 14) sorted by null

  /external/pcre/dist/
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;
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;
    [all...]
pcretest.c 223 lv = pchars((pcre_uint8 *)(p) + offset, len, f)
226 (void)pchars((pcre_uint8 *)(p) + offset, len, f)
    [all...]
pcre_fullinfo.c 158 *((const pcre_uint8 **)where) =
203 *((const pcre_uint8 **)where) = (const pcre_uint8 *)(PRIV(default_tables));
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)
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,
    [all...]
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;
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] = {
    [all...]
pcre_chartables.c.dist 29 const pcre_uint8 PRIV(default_tables)[] = {
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;
    [all...]
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;
    [all...]
pcre_tables.c 59 const pcre_uint8 PRIV(OP_lengths)[] = { OP_LENGTHS };
95 const pcre_uint8 PRIV(utf8_table4)[] = {
pcre_internal.h 194 typedef unsigned char pcre_uint8; typedef
    [all...]
pcre_exec.c     [all...]

Completed in 174 milliseconds