Searched refs:minlength (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_try_flipped.c132 internal_study->minlength = byteflip(study->minlength,
133 sizeof(study->minlength));
H A Dpcre_fullinfo.c166 (int)(study->minlength) : -1;
H A Dpcre_study.c1610 /* Always set the minlength value in the block, because the JIT compiler
1618 study->minlength = min;
1620 else study->minlength = 0;
H A Dpcre_dfa_exec.c3555 (pcre_uint32)(end_subject - current_subject) < study->minlength)
H A Dpcre_exec.c6858 (pcre_uint32)(end_subject - start_match) < study->minlength)

Completed in 102 milliseconds