Lines Matching refs:offsets
28 (offsets == NULL && offsetcount > 0))
61 /* Compute the minimum number of offsets that we need to reset each time. Doing
63 /* Continue as from after the assertion, updating the offsets high water
64 /* Continue from after the assertion, updating the offsets high water
96 /* If the expression has got more back references than the offsets supplied can
157 = 0 => success, but offsets is not big enough
170 DPRINTF (("Copied offsets from temporary memory\n"));
351 each substring: the offsets to the start and end of the substring.
389 extraction by setting the offsets and bumping the high water mark. */
556 int *offsets;
619 match_block.offset_vector = offsets;
659 memcpy (offsets + 2, match_block.offset_vector + 2,
700 offsets points to a vector of ints to be filled in with offsets
701 offsets[0] = start_match - match_block.start_subject;
702 offsets[1] = match_block.end_match_ptr - match_block.start_subject;
717 pcre_exec (re, extra, subject, length, start_offset, options, offsets, offsetcount)
854 values of the final offsets, in case they were set by a previous iteration of
856 where we had to get some local store to hold offsets for backreferences, copy