Home
last modified time | relevance | path

Searched refs:PCRE2_ERROR_NOMATCH (Results 1 – 13 of 13) sorted by relevance

/third_party/rust/crates/regex/bench/src/ffi/
Dpcre2.rs93 if err == PCRE2_ERROR_NOMATCH { in find_at()
149 const PCRE2_ERROR_NOMATCH: c_int = -1; constant
/third_party/pcre2/pcre2/src/
Dpcre2demo.c190 case PCRE2_ERROR_NOMATCH: printf("No match\n"); break; in main()
412 if (rc == PCRE2_ERROR_NOMATCH) in main()
Dpcre2_dfa_match.c570 match_count = PCRE2_ERROR_NOMATCH; /* A negative number */ in internal_dfa_match()
2781 if (rc < 0 && rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
2880 if (rc < 0 && rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
2976 else if (rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
3034 if (rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
3187 else if (rc != PCRE2_ERROR_NOMATCH) return rc; in internal_dfa_match()
3265 match_count = PCRE2_ERROR_NOMATCH; in internal_dfa_match()
3990 if (rc != PCRE2_ERROR_NOMATCH || anchored) in pcre2_dfa_match()
4047 rc = PCRE2_ERROR_NOMATCH; in pcre2_dfa_match()
Dpcre2posix.c434 case PCRE2_ERROR_NOMATCH: return REG_NOMATCH; in pcre2_regexec()
Dpcre2_substitute.c402 if (rc != PCRE2_ERROR_NOMATCH) goto EXIT; in pcre2_substitute()
Dpcre2.h.in320 #define PCRE2_ERROR_NOMATCH (-1) macro
Dpcre2.h.generic320 #define PCRE2_ERROR_NOMATCH (-1)
Dpcre2grep.c1837 if (*mrc == PCRE2_ERROR_NOMATCH) continue; in match_patterns()
Dpcre2_jit_compile.c5302 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in mainloop_entry()
13447 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in compile_backtrackingpath()
13977 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
14046 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
14123 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
Dpcre2test.c6073 capcount == PCRE2_ERROR_NOMATCH || in check_match_limit()
7999 case PCRE2_ERROR_NOMATCH: in process_data()
Dpcre2_match.c7531 else match_data->rc = PCRE2_ERROR_NOMATCH; in pcre2_match()
/third_party/selinux/libselinux/src/
Dregex.c226 case PCRE2_ERROR_NOMATCH: in regex_match()
/third_party/pcre2/pcre2/doc/
Dpcre2.txt1000 offset limit less than 3, the result is PCRE2_ERROR_NOMATCH. A match
2521 match block only when the error is PCRE2_ERROR_NOMATCH, PCRE2_ER-
2774 returned instead of PCRE2_ERROR_NOMATCH. In other words, PCRE2_PAR-
2923 failure to match (PCRE2_ERROR_NOMATCH), a mark name may be available.
2982 PCRE2_ERROR_NOMATCH
3517 code. Except for PCRE2_ERROR_NOMATCH (which is never returned), errors
3662 matches, pcre2_match() will yield PCRE2_ERROR_NOMATCH.
3730 return code PCRE2_ERROR_NOMATCH is converted into PCRE2_ERROR_PARTIAL
4830 ROR_xxx values. In particular, PCRE2_ERROR_NOMATCH forces a standard
5848 PCRE2_ERROR_NOMATCH is returned, just like any other failing match.
[all …]