Home
last modified time | relevance | path

Searched refs:PCRE_ERROR_PARTIAL (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_exec.c476 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
483 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
2125 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); in match()
2169 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); in match()
2312 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); in match()
2845 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); in match()
4397 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); in match()
4650 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); in match()
5162 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); in match()
7128 if (rc != MATCH_NOMATCH && rc != PCRE_ERROR_PARTIAL) in pcre_exec()
[all …]
H A Dpcre.h190 #define PCRE_ERROR_PARTIAL (-12) macro
H A Dpcre_jit_compile.c2312 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE_ERROR_PARTIAL); in return_with_partial_match()
H A DChangeLog2301 PCRE_ERROR_PARTIAL is returned.
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt3439 complete match can be found is PCRE_ERROR_PARTIAL returned instead of
3446 PCRE_ERROR_PARTIAL, without considering any other alternatives. In
3686 PCRE_ERROR_PARTIAL (-12)
4144 pcre_dfa_exec(), it returns PCRE_ERROR_PARTIAL if the end of the sub-
4148 code PCRE_ERROR_NOMATCH is converted into PCRE_ERROR_PARTIAL if the end
8818 tried. If no complete match can be found, PCRE_ERROR_PARTIAL is
8834 matching, so PCRE_ERROR_PARTIAL is returned. The offsets are set to 3
8842 PCRE_ERROR_PARTIAL is returned as soon as a partial match is found,
8848 subject, the result is PCRE_ERROR_PARTIAL, provided that at least one
8868 However, if PCRE_PARTIAL_HARD is set, the result is PCRE_ERROR_PARTIAL.
[all …]

Completed in 114 milliseconds