Searched refs:use_offsets (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcretest.c | 661 #define PCRE_GET_SUBSTRING(rc, bptr, use_offsets, count, i, subsptr) \ argument 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) \ argument 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) 2796 int start_offset, int options, int *use_offsets, int use_size_offsets, in check_match_limit() argument 2811 use_offsets, use_size_offsets); in check_match_limit() 4481 int *use_offsets = offsets; in main() local [all …]
|