Lines Matching refs:offsets
387 (offsets == NULL && offsetcount > 0))
434 /* Compute the minimum number of offsets that we need to reset each time. Doing
436 /* Continue as from after the assertion, updating the offsets high water
437 /* Continue from after the assertion, updating the offsets high water
484 /* If the expression has got more back references than the offsets supplied can
554 = 0 => success, but offsets is not big enough
572 DPRINTF (("Copied offsets from temporary memory\n"));
892 each substring: the offsets to the start and end of the substring.
1013 extraction by setting the offsets and bumping the high water mark. */
1283 int *offsets;
1354 match_block.offset_vector = offsets;
1411 memcpy (offsets + 2, match_block.offset_vector + 2,
1471 offsets points to a vector of ints to be filled in with offsets
1472 offsets[0] = start_match - match_block.start_subject;
1473 offsets[1] = match_block.end_match_ptr - match_block.start_subject;
1490 pcre_exec (re, extra, subject, length, start_offset, options, offsets, offsetcount)
1753 values of the final offsets, in case they were set by a previous iteration of
1755 where we had to get some local store to hold offsets for backreferences, copy