HomeSort by relevance Sort by last modified time
    Searched full:use_offsets (Results 1 - 1 of 1) sorted by null

  /external/pcre/dist/
pcretest.c 661 #define PCRE_GET_SUBSTRING(rc, bptr, use_offsets, count, i, subsptr) \
663 PCRE_GET_SUBSTRING32(rc, bptr, use_offsets, count, i, subsptr); \
665 PCRE_GET_SUBSTRING16(rc, bptr, use_offsets, count, i, subsptr); \
667 PCRE_GET_SUBSTRING8(rc, bptr, use_offsets, count, i, subsptr)
865 #define PCRE_GET_SUBSTRING(rc, bptr, use_offsets, count, i, subsptr) \
867 G(PCRE_GET_SUBSTRING,BITONE)(rc, bptr, use_offsets, count, i, subsptr); \
869 G(PCRE_GET_SUBSTRING,BITTWO)(rc, bptr, use_offsets, count, i, subsptr)
4478 int *use_offsets = offsets; local
    [all...]

Completed in 1069 milliseconds