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

  /external/pcre/dist2/src/
pcre2_pattern_info.c 177 *((uint32_t *)where) = ((re->flags & PCRE2_LASTSET) != 0)? 1 : 0;
181 *((uint32_t *)where) = ((re->flags & PCRE2_LASTSET) != 0)?
pcre2_internal.h 534 #define PCRE2_LASTSET 0x00000080 /* last code unit is set */
    [all...]
pcre2_dfa_match.c     [all...]
pcre2_compile.c     [all...]
pcre2_match.c     [all...]
pcre2_jit_compile.c     [all...]

Completed in 55 milliseconds