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

  /external/pcre/dist2/src/
pcre2_serialize.c 80 const pcre2_real_code *re;
99 re = (const pcre2_real_code *)(codes[i]);
129 re = (const pcre2_real_code *)(codes[i]);
153 pcre2_real_code *dst_re;
190 memcpy(&blocksize, src_bytes + offsetof(pcre2_real_code, blocksize),
192 if (blocksize <= sizeof(pcre2_real_code))
197 dst_re = (pcre2_real_code *)PRIV(memctl_malloc)(blocksize,
pcre2_pattern_info.c 67 const pcre2_real_code *re = (pcre2_real_code *)code;
211 *((PCRE2_SPTR *)where) = (PCRE2_SPTR)((char *)re + sizeof(pcre2_real_code));
254 pcre2_real_code *re = (pcre2_real_code *)code;
273 cc = (PCRE2_SPTR)((uint8_t *)re + sizeof(pcre2_real_code))
pcre2_match_data.c 82 return pcre2_match_data_create(((pcre2_real_code *)code)->top_bracket + 1,
pcre2_jit_match.c 103 pcre2_real_code *re = (pcre2_real_code *)code;
pcre2_study.c 92 find_minlength(const pcre2_real_code *re, PCRE2_SPTR code,
454 (PCRE2_UCHAR *)((uint8_t *)re + sizeof(pcre2_real_code)) +
718 set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf)
793 set_type_bits(pcre2_real_code *re, int cbit_type, unsigned int table_limit)
834 set_nottype_bits(pcre2_real_code *re, int cbit_type, unsigned int table_limit)
874 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf)
    [all...]
pcre2_intmodedep.h 604 typedef struct pcre2_real_code { struct
626 } pcre2_real_code; typedef in typeref:struct:pcre2_real_code
632 const pcre2_real_code *code; /* The pattern used for the match */
    [all...]
pcre2.h.generic 331 struct pcre2_real_code; \
332 typedef struct pcre2_real_code pcre2_code; \
576 #define pcre2_real_code PCRE2_SUFFIX(pcre2_real_code_)
    [all...]
pcre2.h.in 331 struct pcre2_real_code; \
332 typedef struct pcre2_real_code pcre2_code; \
576 #define pcre2_real_code PCRE2_SUFFIX(pcre2_real_code_)
    [all...]
pcre2_substring.c 481 PCRE2_SPTR nametable = (PCRE2_SPTR)((char *)code + sizeof(pcre2_real_code));
pcre2_printint.c 314 nametable = (PCRE2_SPTR)((uint8_t *)re + sizeof(pcre2_real_code));
pcre2_dfa_match.c     [all...]
pcre2_compile.c     [all...]
pcre2_match.c     [all...]
pcre2_jit_compile.c     [all...]

Completed in 69 milliseconds