Searched refs:REG_NOERROR (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regexec.c | 261 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 …]
|
D | regex_internal.c | 55 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 …]
|
D | regcomp.c | 517 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 …]
|
D | regex.h | 404 #define REG_NOERROR _REG_NOERROR macro
|