Home
last modified time | relevance | path

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

/third_party/glib/glib/pcre/
Dpcre_exec.c441 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
448 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
2080 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); in match()
2124 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); in match()
2267 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); in match()
2790 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); in match()
4261 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); in match()
4554 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); in match()
5068 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); in match()
5242 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); in match()
[all …]
Dpcre.h163 #define PCRE_ERROR_PARTIAL (-12) macro
Dpcre_dfa_exec.c3079 match_count = PCRE_ERROR_PARTIAL; in internal_dfa_exec()
Dpcre_jit_compile.c1396 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE_ERROR_PARTIAL); in return_with_partial_match()
/third_party/selinux/libselinux/src/
Dregex.c462 case PCRE_ERROR_PARTIAL: in regex_match()