Lines Matching refs:start_offset
1551 mstart == md->start_subject + md->start_offset))) in match()
2079 if (eptr != md->start_subject + md->start_offset) RRETURN(MATCH_NOMATCH); in match()
6233 PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, in pcre_exec() argument
6238 PCRE_SPTR16 subject, int length, int start_offset, int options, int *offsets, in pcre_exec()
6243 PCRE_SPTR32 subject, int length, int start_offset, int options, int *offsets, in pcre_exec()
6264 PCRE_PUCHAR start_match = (PCRE_PUCHAR)subject + start_offset; in pcre_exec()
6285 start_offset == -999) in pcre_exec()
6299 if (start_offset < 0 || start_offset > length) return PCRE_ERROR_BADOFFSET; in pcre_exec()
6348 if (start_offset > 0 && start_offset < length && in pcre_exec()
6349 NOT_FIRSTCHAR(((PCRE_PUCHAR)subject)[start_offset])) in pcre_exec()
6368 start_offset, options, offsets, offsetcount); in pcre_exec()
6428 md->start_offset = start_offset; in pcre_exec()
6672 if (start_match > md->start_subject + start_offset) in pcre_exec()
6901 if (start_match > (PCRE_PUCHAR)subject + start_offset && in pcre_exec()