Home
last modified time | relevance | path

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

/external/musl/src/regex/
Dregcomp.c275 if (status != REG_OK) \
283 if (_status != REG_OK) \
368 return REG_OK; in tre_stack_push()
546 return REG_OK; in parse_bracket_terms()
635 if (err != REG_OK) in parse_bracket()
772 return REG_OK; in marksub()
944 return REG_OK; in parse_atom()
948 if ((err = tre_stack_push_voidptr(s, v)) != REG_OK) \
953 if ((err = tre_stack_push_int(s, v)) != REG_OK) \
989 if (err != REG_OK) in tre_parse()
[all …]
Dregexec.c457 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_parallel()
906 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_backtrack()
1022 if (status == REG_OK) in regexec()
/external/musl/include/
Dregex.h35 #define REG_OK 0 macro
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs623 pub const REG_OK: ::c_int = 0; constant
/external/rust/crates/libc/src/unix/nto/
Dmod.rs2342 pub const REG_OK: ::c_int = 0; constant