• Home
  • Raw
  • Download

Lines Matching refs:bptr

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, \
280 #define PCRE_GET_SUBSTRING8(rc, bptr, offsets, count, i, subsptr) \ argument
281 rc = pcre_get_substring((char *)bptr, offsets, count, i, subsptr)
283 #define PCRE_GET_SUBSTRING_LIST8(rc, bptr, offsets, count, listptr) \ argument
284 rc = pcre_get_substring_list((const char *)bptr, offsets, count, listptr)
334 #define PCRE_COPY_NAMED_SUBSTRING16(rc, re, bptr, offsets, count, \ argument
336 rc = pcre16_copy_named_substring((pcre16 *)re, (PCRE_SPTR16)bptr, offsets, \
339 #define PCRE_COPY_SUBSTRING16(rc, bptr, offsets, count, i, cbuffer, size) \ argument
340 rc = pcre16_copy_substring((PCRE_SPTR16)bptr, offsets, count, i, \
343 #define PCRE_DFA_EXEC16(count, re, extra, bptr, len, start_offset, options, \ argument
346 (PCRE_SPTR16)bptr, len, start_offset, options, offsets, size_offsets, \
349 #define PCRE_EXEC16(count, re, extra, bptr, len, start_offset, options, \ argument
351 count = pcre16_exec((pcre16 *)re, (pcre16_extra *)extra, (PCRE_SPTR16)bptr, \
363 #define PCRE_GET_NAMED_SUBSTRING16(rc, re, bptr, offsets, count, \ argument
365 rc = pcre16_get_named_substring((pcre16 *)re, (PCRE_SPTR16)bptr, offsets, \
371 #define PCRE_GET_SUBSTRING16(rc, bptr, offsets, count, i, subsptr) \ argument
372 rc = pcre16_get_substring((PCRE_SPTR16)bptr, offsets, count, i, \
375 #define PCRE_GET_SUBSTRING_LIST16(rc, bptr, offsets, count, listptr) \ argument
376 rc = pcre16_get_substring_list((PCRE_SPTR16)bptr, offsets, count, \
426 #define PCRE_COPY_NAMED_SUBSTRING32(rc, re, bptr, offsets, count, \ argument
428 rc = pcre32_copy_named_substring((pcre32 *)re, (PCRE_SPTR32)bptr, offsets, \
431 #define PCRE_COPY_SUBSTRING32(rc, bptr, offsets, count, i, cbuffer, size) \ argument
432 rc = pcre32_copy_substring((PCRE_SPTR32)bptr, offsets, count, i, \
435 #define PCRE_DFA_EXEC32(count, re, extra, bptr, len, start_offset, options, \ argument
438 (PCRE_SPTR32)bptr, len, start_offset, options, offsets, size_offsets, \
441 #define PCRE_EXEC32(count, re, extra, bptr, len, start_offset, options, \ argument
443 count = pcre32_exec((pcre32 *)re, (pcre32_extra *)extra, (PCRE_SPTR32)bptr, \
455 #define PCRE_GET_NAMED_SUBSTRING32(rc, re, bptr, offsets, count, \ argument
457 rc = pcre32_get_named_substring((pcre32 *)re, (PCRE_SPTR32)bptr, offsets, \
463 #define PCRE_GET_SUBSTRING32(rc, bptr, offsets, count, i, subsptr) \ argument
464 rc = pcre32_get_substring((PCRE_SPTR32)bptr, offsets, count, i, \
467 #define PCRE_GET_SUBSTRING_LIST32(rc, bptr, offsets, count, listptr) \ argument
468 rc = pcre32_get_substring_list((PCRE_SPTR32)bptr, offsets, count, \
573 #define PCRE_COPY_NAMED_SUBSTRING(rc, re, bptr, offsets, count, \ argument
576 PCRE_COPY_NAMED_SUBSTRING32(rc, re, bptr, offsets, count, \
579 PCRE_COPY_NAMED_SUBSTRING16(rc, re, bptr, offsets, count, \
582 PCRE_COPY_NAMED_SUBSTRING8(rc, re, bptr, offsets, count, \
585 #define PCRE_COPY_SUBSTRING(rc, bptr, offsets, count, i, cbuffer, size) \ argument
587 PCRE_COPY_SUBSTRING32(rc, bptr, offsets, count, i, cbuffer, size); \
589 PCRE_COPY_SUBSTRING16(rc, bptr, offsets, count, i, cbuffer, size); \
591 PCRE_COPY_SUBSTRING8(rc, bptr, offsets, count, i, cbuffer, size)
593 #define PCRE_DFA_EXEC(count, re, extra, bptr, len, start_offset, options, \ argument
596 PCRE_DFA_EXEC32(count, re, extra, bptr, len, start_offset, options, \
599 PCRE_DFA_EXEC16(count, re, extra, bptr, len, start_offset, options, \
602 PCRE_DFA_EXEC8(count, re, extra, bptr, len, start_offset, options, \
605 #define PCRE_EXEC(count, re, extra, bptr, len, start_offset, options, \ argument
608 PCRE_EXEC32(count, re, extra, bptr, len, start_offset, options, \
611 PCRE_EXEC16(count, re, extra, bptr, len, start_offset, options, \
614 PCRE_EXEC8(count, re, extra, bptr, len, start_offset, options, \
641 #define PCRE_GET_NAMED_SUBSTRING(rc, re, bptr, offsets, count, \ argument
644 PCRE_GET_NAMED_SUBSTRING32(rc, re, bptr, offsets, count, \
647 PCRE_GET_NAMED_SUBSTRING16(rc, re, bptr, offsets, count, \
650 PCRE_GET_NAMED_SUBSTRING8(rc, re, bptr, offsets, count, \
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)
669 #define PCRE_GET_SUBSTRING_LIST(rc, bptr, offsets, count, listptr) \ argument
671 PCRE_GET_SUBSTRING_LIST32(rc, bptr, offsets, count, listptr); \
673 PCRE_GET_SUBSTRING_LIST16(rc, bptr, offsets, count, listptr); \
675 PCRE_GET_SUBSTRING_LIST8(rc, bptr, offsets, count, listptr)
799 #define PCRE_COPY_NAMED_SUBSTRING(rc, re, bptr, offsets, count, \ argument
802 G(PCRE_COPY_NAMED_SUBSTRING,BITONE)(rc, re, bptr, offsets, count, \
805 G(PCRE_COPY_NAMED_SUBSTRING,BITTWO)(rc, re, bptr, offsets, count, \
808 #define PCRE_COPY_SUBSTRING(rc, bptr, offsets, count, i, cbuffer, size) \ argument
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)
814 #define PCRE_DFA_EXEC(count, re, extra, bptr, len, start_offset, options, \ argument
817 G(PCRE_DFA_EXEC,BITONE)(count, re, extra, bptr, len, start_offset, options, \
820 G(PCRE_DFA_EXEC,BITTWO)(count, re, extra, bptr, len, start_offset, options, \
823 #define PCRE_EXEC(count, re, extra, bptr, len, start_offset, options, \ argument
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, \
850 #define PCRE_GET_NAMED_SUBSTRING(rc, re, bptr, offsets, count, \ argument
853 G(PCRE_GET_NAMED_SUBSTRING,BITONE)(rc, re, bptr, offsets, count, \
856 G(PCRE_GET_NAMED_SUBSTRING,BITTWO)(rc, re, bptr, offsets, count, \
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)
871 #define PCRE_GET_SUBSTRING_LIST(rc, bptr, offsets, count, listptr) \ argument
873 G(PCRE_GET_SUBSTRING_LIST,BITONE)(rc, bptr, offsets, count, listptr); \
875 G(PCRE_GET_SUBSTRING_LIST,BITTWO)(rc, bptr, offsets, count, listptr)
2792 check_match_limit(pcre *re, pcre_extra *extra, pcre_uint8 *bptr, int len, in check_match_limit() argument
2807 PCRE_EXEC(count, re, extra, bptr, len, start_offset, options, in check_match_limit()
4477 pcre_uint8 *bptr; in main() local
5013 bptr = dbuffer; in main()
5021 memmove(bptr + dbuffer_size - len - 1, bptr, len + 1); in main()
5022 bptr += dbuffer_size - len - 1; in main()
5031 bptr = memmove(bptr + (dbuffer_size - len) * CHAR_SIZE, bptr, len * CHAR_SIZE); in main()
5056 rc = regexec(&preg, (const char *)bptr, use_size_offsets, pmatch, eflags); in main()
5125 PCRE_DFA_EXEC(count, re, extra, bptr, len, start_offset, in main()
5135 PCRE_EXEC(count, re, extra, bptr, len, start_offset, in main()
5157 (void)check_match_limit(re, extra, bptr, len, start_offset, in main()
5162 count = check_match_limit(re, extra, bptr, len, start_offset, in main()
5179 PCRE_EXEC(count, re, extra, bptr, len, start_offset, in main()
5194 PCRE_DFA_EXEC(count, re, extra, bptr, len, start_offset, in main()
5207 PCRE_EXEC(count, re, extra, bptr, len, start_offset, in main()
5285 PCHARSV(bptr, start, end - start, outfile); in main()
5295 PCHARSV(bptr, use_offsets[i+1], len - use_offsets[i+1], in main()
5315 PCRE_COPY_SUBSTRING(rc, bptr, use_offsets, count, i, in main()
5353 PCRE_COPY_NAMED_SUBSTRING(rc, re, bptr, use_offsets, count, in main()
5380 PCRE_GET_SUBSTRING(rc, bptr, use_offsets, count, i, &substring); in main()
5418 PCRE_GET_NAMED_SUBSTRING(rc, re, bptr, use_offsets, count, in main()
5443 PCRE_GET_SUBSTRING_LIST(rc, bptr, use_offsets, count, &stringlist); in main()
5477 PCHARSV(bptr, use_offsets[0], use_offsets[1] - use_offsets[0], in main()
5527 bptr[start_offset] == '\r' && in main()
5528 bptr[start_offset + 1] == '\n') || in main()
5532 ((PCRE_SPTR16)bptr)[start_offset] == '\r' && in main()
5533 ((PCRE_SPTR16)bptr)[start_offset + 1] == '\n') || in main()
5537 ((PCRE_SPTR32)bptr)[start_offset] == '\r' && in main()
5538 ((PCRE_SPTR32)bptr)[start_offset + 1] == '\n') || in main()
5546 if ((bptr[start_offset+onechar] & 0xc0) != 0x80) break; in main()
5629 bptr += use_offsets[1] * CHAR_SIZE; in main()