Searched defs:PCRE_EXEC (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcretest.c605 #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
2807 PCRE_EXEC(count, re, extra, bptr, len, start_offset, options,
3361 PCRE_EXEC(stack_size, NULL, NULL, NULL, -999, -999, 0, NULL, 0);
5135 PCRE_EXEC(coun
[all...]

Completed in 41 milliseconds