Home
last modified time | relevance | path

Searched refs:PCRE_ERROR_NOMATCH (Results 1 – 19 of 19) sorted by relevance

/external/pcre/dist/
Dpcredemo.c137 case PCRE_ERROR_NOMATCH: printf("No match\n"); break; in main()
336 if (rc == PCRE_ERROR_NOMATCH) in main()
Dpcreposix.c416 case PCRE_ERROR_NOMATCH: return REG_NOMATCH; in regexec()
Dpcre_dfa_exec.c450 match_count = PCRE_ERROR_NOMATCH; /* A negative number */ in internal_dfa_exec()
2865 else if (rc != PCRE_ERROR_NOMATCH) return rc; in internal_dfa_exec()
2910 if (rc != PCRE_ERROR_NOMATCH) return rc; in internal_dfa_exec()
3046 else if (rc != PCRE_ERROR_NOMATCH) return rc; in internal_dfa_exec()
3556 return PCRE_ERROR_NOMATCH; in pcre_dfa_exec()
3630 if (rc != PCRE_ERROR_NOMATCH || anchored) in pcre_dfa_exec()
3671 return PCRE_ERROR_NOMATCH; in pcre_dfa_exec()
Dpcregexp.pas178 PCRE_ERROR_NOMATCH = -1;
Dpcrecpp.cc543 if (rc == PCRE_ERROR_NOMATCH) { in TryMatch()
Dpcre.h.in175 #define PCRE_ERROR_NOMATCH (-1) macro
Dpcre.h.generic175 #define PCRE_ERROR_NOMATCH (-1)
Dpcregrep.c1452 if (*mrc == PCRE_ERROR_NOMATCH) continue; in match_patterns()
Dpcretest.c2820 else if (count >= 0 || count == PCRE_ERROR_NOMATCH || in check_match_limit()
5559 case PCRE_ERROR_NOMATCH: in main()
Dpcre_jit_compile.c9635 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE_ERROR_NOMATCH); in compile_backtrackingpath()
10070 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE_ERROR_NOMATCH); in PRIV()
10199 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE_ERROR_NOMATCH); in PRIV()
Dpcre_exec.c7160 rc = PCRE_ERROR_NOMATCH; in pcre_exec()
DChangeLog3836 to match the line. Now, unless the error is PCRE_ERROR_NOMATCH, an
5093 values. In particular, returning PCRE_ERROR_NOMATCH forces a standard
/external/pcre/
Dpcre.h175 #define PCRE_ERROR_NOMATCH (-1) macro
/external/regex-re2/util/
Dpcre.h179 #define PCRE_ERROR_NOMATCH 1 macro
Dpcre.cc513 case PCRE_ERROR_NOMATCH: in TryMatch()
/external/libselinux/src/
Dlabel_file.c673 if (rc == PCRE_ERROR_NOMATCH) in lookup_common()
/external/selinux/libselinux/src/
Dlabel_file.c710 if (rc == PCRE_ERROR_NOMATCH) in lookup_common()
/external/pcre/dist/doc/
Dpcretest.txt791 the return is PCRE_ERROR_NOMATCH, and "Partial match:" followed by the
Dpcre.txt3440 PCRE_ERROR_NOMATCH. In other words, PCRE_PARTIAL_SOFT says that the
3610 PCRE_ERROR_NOMATCH (-1)
4054 matches, pcre_exec() will yield PCRE_ERROR_NOMATCH.
4148 code PCRE_ERROR_NOMATCH is converted into PCRE_ERROR_PARTIAL if the end
4516 PCRE_ERROR_xxx values. In particular, PCRE_ERROR_NOMATCH forces a stan-
8726 entire pattern, PCRE_ERROR_NOMATCH is returned. There are circumstances
8819 returned instead of PCRE_ERROR_NOMATCH.