Searched refs:IS_NOT_NULL (Results 1 – 10 of 10) sorted by relevance
89 if (IS_NOT_NULL(ebuf)) in re_compile_pattern()112 if (IS_NOT_NULL(ebuf)) in re_recompile_pattern()
152 if (IS_NOT_NULL(uslist->us)) in unset_addr_list_end()980 if (IS_NOT_NULL(qn->head_exact)) in compile_length_quantifier_node()1048 if (IS_NOT_NULL(qn->head_exact)) in compile_quantifier_node()2628 if (IS_NOT_NULL(qn->head_exact)) in get_head_value_node()3171 if (IS_NOT_NULL(x)) { in next_setup()3457 if (IS_NOT_NULL(prev) && r == 0) { in setup_tree()4815 if (IS_NOT_NULL(reg->exact)) { in clear_optimize_info()4992 if (IS_NOT_NULL(reg)) { in onig_free()5035 if (IS_NOT_NULL(head)) { in onig_chain_reduce()5303 if (IS_NOT_NULL(scan_env.error)) { in onig_compile()[all …]
102 if (IS_NOT_NULL(bbuf)) { in bbuf_free()437 if (IS_NOT_NULL(t)) { in onig_print_names()461 if (IS_NOT_NULL(t)) { in names_clear()489 if (IS_NOT_NULL(t)) { in name_find()528 if (IS_NOT_NULL(t)) { in onig_foreach_name()560 if (IS_NOT_NULL(t)) { in onig_renumber_name_table()572 if (IS_NOT_NULL(t)) in onig_number_of_names()629 if (IS_NOT_NULL(t)) { in names_clear()673 if (IS_NOT_NULL(t)) { in name_find()693 if (IS_NOT_NULL(t)) { in onig_foreach_name()[all …]
96 (IS_NOT_NULL((br)->back_dynamic) ? (br)->back_dynamic : (br)->back_static);256 (IS_NOT_NULL((senv)->mem_nodes_dynamic) ? \
169 if (IS_NOT_NULL(einfo)) einfo->par = (UChar* )NULL; in onig_new_deluxe()
46 if (IS_NOT_NULL(node)) { in history_tree_clear()48 if (IS_NOT_NULL(node->childs[i])) { in history_tree_clear()72 if (IS_NOT_NULL(r->history_root)) { in history_root_free()291 if (IS_NOT_NULL(from->history_root)) { in onig_region_copy()3249 if (IS_NOT_NULL(reg->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) { in onig_match()3543 if (IS_NOT_NULL(reg->chain) && ONIG_STATE(reg) == ONIG_STATE_NORMAL) { in onig_search()3671 if (IS_NOT_NULL(pre_end) && in onig_search()
253 #define IS_NOT_NULL(p) (((void*)(p)) != (void*)0) macro
278 #define IS_NOT_NULL(n) ((n) & NOT_NULL_FLAG) macro
2385 add_property_long(return_value, "not_null", IS_NOT_NULL(mysql_field->flags)?1:0);2476 #ifdef IS_NOT_NULL2477 if (IS_NOT_NULL(mysql_field->flags)) {
855 if (IS_NOT_NULL(F->flags)) {
Completed in 62 milliseconds