D | pcretest.c | 245 #define PCRE_COPY_NAMED_SUBSTRING8(rc, re, bptr, offsets, count, \ argument 247 rc = pcre_copy_named_substring(re, (char *)bptr, offsets, count, \ 250 #define PCRE_COPY_SUBSTRING8(rc, bptr, offsets, count, i, cbuffer, size) \ argument 251 rc = pcre_copy_substring((char *)bptr, offsets, count, i, cbuffer, size) 253 #define PCRE_DFA_EXEC8(count, re, extra, bptr, len, start_offset, options, \ argument 255 count = pcre_dfa_exec(re, extra, (char *)bptr, len, start_offset, options, \ 258 #define PCRE_EXEC8(count, re, extra, bptr, len, start_offset, options, \ argument 260 count = pcre_exec(re, extra, (char *)bptr, len, start_offset, options, \ 272 #define PCRE_GET_NAMED_SUBSTRING8(rc, re, bptr, offsets, count, \ argument 274 rc = pcre_get_named_substring(re, (char *)bptr, offsets, count, \ [all …]
|