Lines Matching defs:start_offset
337 start_offset start offset in the subject string
402 int start_offset,
788 current_subject > start_subject + md->start_offset)))
892 if (ptr == start_subject + start_offset) { ADD_ACTIVE(state_offset + 1, 0); }
3161 start_offset where to start in the subject string
3177 const char *subject, int length, int start_offset, int options, int *offsets,
3182 PCRE_SPTR16 subject, int length, int start_offset, int options, int *offsets,
3187 PCRE_SPTR32 subject, int length, int start_offset, int options, int *offsets,
3216 if (start_offset < 0 || start_offset > length) return PCRE_ERROR_BADOFFSET;
3259 current_subject = (const pcre_uchar *)subject + start_offset;
3279 md->start_offset = start_offset;
3361 if (start_offset > 0 && start_offset < length &&
3362 NOT_FIRSTCHAR(((PCRE_PUCHAR)subject)[start_offset]))
3490 if (current_subject > md->start_subject + start_offset)
3619 start_offset, /* start offset in subject */