Searched refs:IS_NULL (Results 1 – 11 of 11) sorted by relevance
31 #define IS_NULL(a) ((a) == L'\0') macro147 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in InternalStrToGuid()161 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in InternalStrToGuid()175 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in InternalStrToGuid()
75 while (!IS_NULL (*StrPointer)) { in GetParamByNodeName()82 if (IS_NULL (*StrPointer)) { in GetParamByNodeName()125 if (IS_NULL (*Str)) { in SplitStr()132 while (!IS_NULL (*Str)) { in SplitStr()194 if (IS_NULL (*Str)) { in GetNextDeviceNodeStr()201 while (!IS_NULL (*Str)) { in GetNextDeviceNodeStr()217 while (!IS_NULL (*Str)) { in GetNextDeviceNodeStr()244 if (!IS_NULL (*Str)) { in GetNextDeviceNodeStr()409 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in StrToGuid()423 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in StrToGuid()[all …]
39 #define IS_NULL(a) ((a) == L'\0') macro
211 #define IS_NULL(p) (((void*)(p)) == (void*)0) macro213 #define CHECK_NULL_RETURN(p) if (IS_NULL(p)) return NULL214 #define CHECK_NULL_RETURN_MEMERR(p) if (IS_NULL(p)) return ONIGERR_MEMORY356 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\363 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\371 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
732 if (IS_NULL(e)) { in name_add()734 if (IS_NULL(t)) { in name_add()743 if (IS_NULL(e->name)) { in name_add()756 if (IS_NULL(t)) { in name_add()765 if (IS_NULL(t->e)) { in name_add()793 if (IS_NULL(e->name)) return ONIGERR_MEMORY; in name_add()838 if (IS_NULL(e)) return ONIGERR_UNDEFINED_NAME_REFERENCE; in onig_name_to_group_numbers()966 if (IS_NULL(env->mem_nodes_dynamic)) { in scan_env_add_mem_entry()1015 if (IS_NULL(node)) return ; in onig_node_free()1180 if (IS_NULL(ranges)) { in node_new_cclass_by_codepoint_range()[all …]
151 if (IS_NULL(buf->p)) return(ONIGERR_MEMORY); in onig_bbuf_init()590 if (IS_NULL(cc->mbuf)) { in compile_length_cclass_node()621 if (IS_NULL(cc->mbuf)) { in compile_cclass_node()1826 if (IS_NULL(bn->back_dynamic)) in renumber_node_backref()2460 if (IS_NULL(xc->mbuf) && !IS_NCCLASS_NOT(xc)) { in is_not_included()2507 if ((IS_NULL(xc->mbuf) && !IS_NCCLASS_NOT(xc)) || in is_not_included()2508 (IS_NULL(yc->mbuf) && !IS_NCCLASS_NOT(yc))) in is_not_included()3043 if (IS_NULL(cn->target)) { in setup_subexp_call()3252 if (IS_NULL(node)) return ONIGERR_MEMORY; in expand_case_fold_make_rem_string()3288 if (IS_NULL(var_anode)) return ONIGERR_MEMORY; in expand_case_fold_string_alt()[all …]
131 if (IS_NULL(*reg)) return ONIGERR_MEMORY; in re_alloc_pattern()
107 if (IS_NULL(parent->childs)) { in history_tree_add_child()144 if (IS_NULL(child)) { in history_tree_clone()448 if (stk_base == stk_alloc && IS_NULL(msa->stack_p)) { in stack_double()450 if (IS_NULL(x)) { in stack_double()466 if (IS_NULL(x)) { in stack_double()1389 if (IS_NULL(region->history_root)) { in match_at()2651 if (IS_NULL(s)) goto fail; in match_at()2661 if (IS_NULL(q)) { in match_at()2909 if (IS_NULL(reg->int_map)) { in bm_search_notrev()2956 if (IS_NULL(reg->int_map)) { in bm_search()[all …]
225 if (IS_NULL(syntax)) in onig_set_default_syntax()
850 if (IS_NULL(list)) { in resize_property_list()857 if (IS_NULL(list)) return ONIGERR_MEMORY; in resize_property_list()
48 #define IS_NULL(a) ((a) == '\0') macro945 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in AsciiStrToGuid()959 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in AsciiStrToGuid()973 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) { in AsciiStrToGuid()