Lines Matching refs:study
6385 const pcre_study_data *study;
6503 study = NULL;
6518 study = (const pcre_study_data *)extra_data->study_data;
6714 if (!startline && study != NULL &&
6715 (study->flags & PCRE_STUDY_MAPPED) != 0)
6716 start_bits = study->start_bits;
6827 /* Or to a non-unique first byte after study */
6857 if (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0 &&
6858 (pcre_uint32)(end_subject - start_match) < study->minlength)