Home | History | Annotate | Download | only in dist

Lines Matching full:pcre_get_substring

281   rc = pcre_get_substring((char *)bptr, offsets, count, i, subsptr)
661 #define PCRE_GET_SUBSTRING(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)
937 #define PCRE_GET_SUBSTRING PCRE_GET_SUBSTRING8
968 #define PCRE_GET_SUBSTRING PCRE_GET_SUBSTRING16
999 #define PCRE_GET_SUBSTRING PCRE_GET_SUBSTRING32
5380 PCRE_GET_SUBSTRING(rc, bptr, use_offsets, count, i, &substring);