Lines Matching refs:start_offset
1501 mstart == md->start_subject + md->start_offset))) in match()
2101 if (eptr != md->start_subject + md->start_offset) RRETURN(MATCH_NOMATCH); in match()
6348 PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, in pcre_exec() argument
6353 PCRE_SPTR16 subject, int length, int start_offset, int options, int *offsets, in pcre_exec()
6358 PCRE_SPTR32 subject, int length, int start_offset, int options, int *offsets, in pcre_exec()
6379 PCRE_PUCHAR start_match = (PCRE_PUCHAR)subject + start_offset; in pcre_exec()
6401 start_offset == -999) in pcre_exec()
6415 if (start_offset < 0 || start_offset > length) return PCRE_ERROR_BADOFFSET; in pcre_exec()
6464 if (start_offset > 0 && start_offset < length && in pcre_exec()
6465 NOT_FIRSTCHAR(((PCRE_PUCHAR)subject)[start_offset])) in pcre_exec()
6484 start_offset, options, offsets, offsetcount); in pcre_exec()
6555 md->start_offset = start_offset; in pcre_exec()
6798 if (start_match > md->start_subject + start_offset) in pcre_exec()
7022 if (start_match > (PCRE_PUCHAR)subject + start_offset && in pcre_exec()