Searched refs:PCRE_EXEC (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcretest.c | 605 #define PCRE_EXEC(count, re, extra, bptr, len, start_offset, options, \ macro 823 #define PCRE_EXEC(count, re, extra, bptr, len, start_offset, options, \ macro 826 G(PCRE_EXEC,BITONE)(count, re, extra, bptr, len, start_offset, options, \ 829 G(PCRE_EXEC,BITTWO)(count, re, extra, bptr, len, start_offset, options, \ 931 #define PCRE_EXEC PCRE_EXEC8 macro 962 #define PCRE_EXEC PCRE_EXEC16 macro 993 #define PCRE_EXEC PCRE_EXEC32 macro 2810 PCRE_EXEC(count, re, extra, bptr, len, start_offset, options, in check_match_limit() 3364 PCRE_EXEC(stack_size, NULL, NULL, NULL, -999, -999, 0, NULL, 0); in main() 5138 PCRE_EXEC(count, re, extra, bptr, len, start_offset, in main() [all …]
|