Searched refs:PCRE_ERROR_NOMATCH (Results 1 – 19 of 19) sorted by relevance
/external/pcre/dist/ |
D | pcredemo.c | 137 case PCRE_ERROR_NOMATCH: printf("No match\n"); break; in main() 336 if (rc == PCRE_ERROR_NOMATCH) in main()
|
D | pcreposix.c | 416 case PCRE_ERROR_NOMATCH: return REG_NOMATCH; in regexec()
|
D | pcre_dfa_exec.c | 450 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()
|
D | pcregexp.pas | 178 PCRE_ERROR_NOMATCH = -1;
|
D | pcrecpp.cc | 543 if (rc == PCRE_ERROR_NOMATCH) { in TryMatch()
|
D | pcre.h.in | 175 #define PCRE_ERROR_NOMATCH (-1) macro
|
D | pcre.h.generic | 175 #define PCRE_ERROR_NOMATCH (-1)
|
D | pcregrep.c | 1452 if (*mrc == PCRE_ERROR_NOMATCH) continue; in match_patterns()
|
D | pcretest.c | 2820 else if (count >= 0 || count == PCRE_ERROR_NOMATCH || in check_match_limit() 5559 case PCRE_ERROR_NOMATCH: in main()
|
D | pcre_jit_compile.c | 9635 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()
|
D | pcre_exec.c | 7160 rc = PCRE_ERROR_NOMATCH; in pcre_exec()
|
D | ChangeLog | 3836 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/ |
D | pcre.h | 175 #define PCRE_ERROR_NOMATCH (-1) macro
|
/external/regex-re2/util/ |
D | pcre.h | 179 #define PCRE_ERROR_NOMATCH 1 macro
|
D | pcre.cc | 513 case PCRE_ERROR_NOMATCH: in TryMatch()
|
/external/libselinux/src/ |
D | label_file.c | 673 if (rc == PCRE_ERROR_NOMATCH) in lookup_common()
|
/external/selinux/libselinux/src/ |
D | label_file.c | 710 if (rc == PCRE_ERROR_NOMATCH) in lookup_common()
|
/external/pcre/dist/doc/ |
D | pcretest.txt | 791 the return is PCRE_ERROR_NOMATCH, and "Partial match:" followed by the
|
D | pcre.txt | 3440 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.
|