Home
last modified time | relevance | path

Searched refs:minlength (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c166 (int)(study->minlength) : -1; in pcre_fullinfo()
H A Dpcre_study.c1618 study->minlength = min; in pcre_study()
1620 else study->minlength = 0; in pcre_study()
H A Dpcre_internal.h2403 pcre_uint32 minlength; /* Minimum subject length */ member
H A Dpcre_jit_compile.c9833 common->might_be_empty = study->minlength == 0; in PRIV()
10068 if (mode == JIT_COMPILE && study->minlength > 0 && (re->options & PCRE_NO_START_OPTIMIZE) == 0) in PRIV()
10071 OP2(SLJIT_ADD, TMP2, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(study->minlength)); in PRIV()
H A Dpcre_exec.c6858 (pcre_uint32)(end_subject - start_match) < study->minlength) in pcre_exec()
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c998 uint minlength, maxlength, number, state; local
1016 minlength = cs.mbminlen;
1029 minlength = cs->char_minlen;
1040 add_property_long(return_value, "min_length", minlength);

Completed in 54 milliseconds