Home
last modified time | relevance | path

Searched refs:IS_NOT_NULL (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c178 if (IS_NOT_NULL(uslist->us)) in unset_addr_list_end()
754 if (IS_NOT_NULL(qn->next_head_exact) && !CKN_ON) in compile_length_quantifier_node()
832 if (IS_NOT_NULL(qn->next_head_exact) && !CKN_ON) { in compile_quantifier_node()
983 if (IS_NOT_NULL(qn->next_head_exact)) in compile_length_quantifier_node()
1005 if (IS_NOT_NULL(qn->head_exact)) in compile_length_quantifier_node()
1007 else if (IS_NOT_NULL(qn->next_head_exact)) in compile_length_quantifier_node()
1048 if (IS_NOT_NULL(qn->next_head_exact)) { in compile_quantifier_node()
1073 if (IS_NOT_NULL(qn->head_exact)) in compile_quantifier_node()
1075 else if (IS_NOT_NULL(qn->next_head_exact)) in compile_quantifier_node()
1091 if (IS_NOT_NULL(qn->head_exact)) { in compile_quantifier_node()
[all …]
Dreggnu.c91 if (IS_NOT_NULL(ebuf)) in re_compile_pattern()
114 if (IS_NOT_NULL(ebuf)) in re_recompile_pattern()
Dregparse.c105 if (IS_NOT_NULL(bbuf)) { in bbuf_free()
106 if (IS_NOT_NULL(bbuf->p)) xfree(bbuf->p); in bbuf_free()
444 if (IS_NOT_NULL(t)) { in onig_print_names()
457 if (IS_NOT_NULL(e->back_refs)) xfree(e->back_refs); in i_free_name_entry()
468 if (IS_NOT_NULL(t)) { in names_clear()
484 if (IS_NOT_NULL(t)) onig_st_free_table(t); in onig_names_free()
496 if (IS_NOT_NULL(t)) { in name_find()
533 if (IS_NOT_NULL(t)) { in onig_foreach_name()
565 if (IS_NOT_NULL(t)) { in onig_renumber_name_table()
577 if (IS_NOT_NULL(t)) in onig_number_of_names()
[all …]
Dregparse.h113 (IS_NOT_NULL((br)->back_dynamic) ? (br)->back_dynamic : (br)->back_static);
277 (IS_NOT_NULL((senv)->mem_nodes_dynamic) ? \
Dregexec.c50 if (IS_NOT_NULL(node)) { in history_tree_clear()
52 if (IS_NOT_NULL(node->childs[i])) { in history_tree_clear()
76 if (IS_NOT_NULL(r->history_root)) { in history_root_free()
302 if (IS_NOT_NULL(from->history_root)) { in onig_region_copy()
3074 if (IS_NOT_NULL(reg->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) { in onig_match()
3379 if (IS_NOT_NULL(reg->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) { in onig_search()
3533 if (IS_NOT_NULL(pre_end) && in onig_search()
Dregenc.c784 for (pb = PBS; IS_NOT_NULL(pb->name); pb++) { in onigenc_minimum_property_name_to_ctype()
Dregint.h212 #define IS_NOT_NULL(p) (((void*)(p)) != (void*)0) macro