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

  /external/pcre/dist2/src/
pcre2_printint.c 61 #define OP_lengths PCRE2_SUFFIX(OP_lengths_)
73 static const uint8_t OP_lengths[] = { OP_LENGTHS };
334 time error if the vectors OP_names or OP_lengths, which are indexed
342 (sizeof(OP_lengths) == OP_TABLE_LENGTH)):
594 ccode = code + OP_lengths[*code];
607 ccode = code + OP_lengths[*code];
778 extra += OP_lengths[*ccode];
790 extra += OP_lengths[*ccode];
827 code += OP_lengths[*code] + extra
    [all...]
pcre2_tables.c 60 const uint8_t PRIV(OP_lengths)[] = { OP_LENGTHS };

Completed in 373 milliseconds