Lines Matching refs:use_offsets

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)
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)
2796 int start_offset, int options, int *use_offsets, int use_size_offsets, in check_match_limit() argument
2811 use_offsets, use_size_offsets); in check_match_limit()
4481 int *use_offsets = offsets; in main() local
4834 use_offsets = offsets = (int *)malloc(size_offsets_max * sizeof(int)); in main()
4844 if (n == 0) use_offsets = NULL; /* Ensures it can't write to it */ in main()
4845 else use_offsets = offsets + size_offsets_max - n; /* To catch overruns */ in main()
5129 (options | g_notempty), use_offsets, use_size_offsets, in main()
5139 (options | g_notempty), use_offsets, use_size_offsets); in main()
5161 options|g_notempty, use_offsets, use_size_offsets, in main()
5166 options|g_notempty, use_offsets, use_size_offsets, in main()
5183 options | g_notempty, use_offsets, use_size_offsets); in main()
5198 (options | g_notempty), use_offsets, use_size_offsets, dfa_workspace, in main()
5211 options | g_notempty, use_offsets, use_size_offsets); in main()
5264 if (use_offsets[i] < 0) in main()
5266 if (use_offsets[i] != -1) in main()
5268 use_offsets[i], i); in main()
5269 if (use_offsets[i+1] != -1) in main()
5271 use_offsets[i+1], i+1); in main()
5276 int start = use_offsets[i]; in main()
5277 int end = use_offsets[i+1]; in main()
5281 start = use_offsets[i+1]; in main()
5282 end = use_offsets[i]; in main()
5298 PCHARSV(bptr, use_offsets[i+1], len - use_offsets[i+1], in main()
5318 PCRE_COPY_SUBSTRING(rc, bptr, use_offsets, count, i, in main()
5356 PCRE_COPY_NAMED_SUBSTRING(rc, re, bptr, use_offsets, count, in main()
5383 PCRE_GET_SUBSTRING(rc, bptr, use_offsets, count, i, &substring); in main()
5421 PCRE_GET_NAMED_SUBSTRING(rc, re, bptr, use_offsets, count, in main()
5446 PCRE_GET_SUBSTRING_LIST(rc, bptr, use_offsets, count, &stringlist); in main()
5470 if (use_size_offsets > 2 && use_offsets[0] != use_offsets[2]) in main()
5471 fprintf(outfile, " at offset %d", use_offsets[2]); in main()
5480 PCHARSV(bptr, use_offsets[0], use_offsets[1] - use_offsets[0], in main()
5510 use_offsets[0] = start_offset; in main()
5553 use_offsets[1] = start_offset + onechar; in main()
5582 fprintf(outfile, " offset=%d reason=%d", use_offsets[0], in main()
5583 use_offsets[1]); in main()
5609 if (use_offsets == NULL) in main()
5624 if (use_offsets[0] == use_offsets[1]) in main()
5626 if (use_offsets[0] == len) break; in main()
5642 if (g_notempty == 0 && use_offsets[1] <= start_offset) in main()
5655 else start_offset = use_offsets[1]; in main()
5662 bptr += use_offsets[1] * CHAR_SIZE; in main()
5663 len -= use_offsets[1]; in main()