Home
last modified time | relevance | path

Searched refs:REG_NOERROR (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregexec.c261 return err != REG_NOERROR;
484 if (result != REG_NOERROR) in re_search_stub()
708 if (BE (err != REG_NOERROR, 0)) in re_search_internal()
715 if (BE (err != REG_NOERROR, 0)) in re_search_internal()
825 if (BE (err != REG_NOERROR, 0)) in re_search_internal()
849 if (BE (err != REG_NOERROR, 0)) in re_search_internal()
884 if (err == REG_NOERROR) in re_search_internal()
900 assert (err == REG_NOERROR); in re_search_internal()
923 if (BE (err != REG_NOERROR, 0)) in re_search_internal()
1018 if (BE (ret != REG_NOERROR, 0)) in prune_impossible_nodes()
[all …]
Dregex_internal.c55 if (BE (ret != REG_NOERROR, 0)) in re_string_allocate()
63 return REG_NOERROR; in re_string_allocate()
80 if (BE (ret != REG_NOERROR, 0)) in re_string_construct()
93 if (BE (ret != REG_NOERROR, 0)) in re_string_construct()
100 if (BE (ret != REG_NOERROR, 0)) in re_string_construct()
126 return REG_NOERROR; in re_string_construct()
167 return REG_NOERROR; in re_string_realloc_buffers()
358 return REG_NOERROR; in build_wcs_upper_buffer()
481 return REG_NOERROR; in build_wcs_upper_buffer()
812 if (BE (ret != REG_NOERROR, 0)) in re_string_reconstruct()
[all …]
Dregcomp.c517 if (BE (ret == REG_NOERROR, 1))
756 reg_errcode_t err = REG_NOERROR; in re_compile_internal()
786 if (BE (err != REG_NOERROR, 0)) in re_compile_internal()
803 if (BE (err != REG_NOERROR, 0)) in re_compile_internal()
822 if (BE (err != REG_NOERROR, 0)) in re_compile_internal()
838 if (BE (err != REG_NOERROR, 0)) in re_compile_internal()
937 return REG_NOERROR; in init_dfa()
989 if (BE (err != REG_NOERROR, 0)) in create_initial_state()
1051 return REG_NOERROR; in create_initial_state()
1172 if (BE (ret != REG_NOERROR, 0)) in analyze()
[all …]
Dregex.h404 #define REG_NOERROR _REG_NOERROR macro