Home
last modified time | relevance | path

Searched refs:PCRE_COPY_SUBSTRING (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist/
Dpcretest.c585 #define PCRE_COPY_SUBSTRING(rc, bptr, offsets, count, i, cbuffer, size) \ macro
808 #define PCRE_COPY_SUBSTRING(rc, bptr, offsets, count, i, cbuffer, size) \ macro
810 G(PCRE_COPY_SUBSTRING,BITONE)(rc, bptr, offsets, count, i, cbuffer, size); \
812 G(PCRE_COPY_SUBSTRING,BITTWO)(rc, bptr, offsets, count, i, cbuffer, size)
929 #define PCRE_COPY_SUBSTRING PCRE_COPY_SUBSTRING8 macro
960 #define PCRE_COPY_SUBSTRING PCRE_COPY_SUBSTRING16 macro
991 #define PCRE_COPY_SUBSTRING PCRE_COPY_SUBSTRING32 macro
5318 PCRE_COPY_SUBSTRING(rc, bptr, use_offsets, count, i, in main()