Lines Matching refs:IS_NULL

147     if (IS_NULL(buf->p)) return(ONIGERR_MEMORY);  in onig_bbuf_init()
586 if (IS_NULL(cc->mbuf)) { in compile_length_cclass_node()
617 if (IS_NULL(cc->mbuf)) { in compile_cclass_node()
1815 if (IS_NULL(bn->back_dynamic)) in renumber_node_backref()
2446 if (IS_NULL(xc->mbuf) && !IS_NCCLASS_NOT(xc)) { in is_not_included()
2493 if ((IS_NULL(xc->mbuf) && !IS_NCCLASS_NOT(xc)) || in is_not_included()
2494 (IS_NULL(yc->mbuf) && !IS_NCCLASS_NOT(yc))) in is_not_included()
3029 if (IS_NULL(cn->target)) { in setup_subexp_call()
3239 if (IS_NULL(node)) return ONIGERR_MEMORY; in expand_case_fold_make_rem_string()
3274 if (IS_NULL(var_anode)) return ONIGERR_MEMORY; in expand_case_fold_string_alt()
3277 if (IS_NULL(xnode)) goto mem_err; in expand_case_fold_string_alt()
3281 if (IS_NULL(anode)) goto mem_err; in expand_case_fold_string_alt()
3286 if (IS_NULL(anode)) return ONIGERR_MEMORY; in expand_case_fold_string_alt()
3290 if (IS_NULL(snode)) goto mem_err; in expand_case_fold_string_alt()
3296 if (IS_NULL(snode)) goto mem_err; in expand_case_fold_string_alt()
3310 if (IS_NULL(an)) { in expand_case_fold_string_alt()
3326 if (IS_NULL(xnode)) { in expand_case_fold_string_alt()
3331 if (IS_NULL(onig_node_list_add(xnode, rem))) { in expand_case_fold_string_alt()
3397 if (IS_NULL(snode)) { in expand_case_fold_string()
3398 if (IS_NULL(root) && IS_NOT_NULL(prev_node)) { in expand_case_fold_string()
3400 if (IS_NULL(root)) { in expand_case_fold_string()
3407 if (IS_NULL(snode)) goto mem_err; in expand_case_fold_string()
3409 if (IS_NULL(onig_node_list_add(root, snode))) { in expand_case_fold_string()
3423 if (IS_NULL(root) && IS_NOT_NULL(prev_node)) { in expand_case_fold_string()
3425 if (IS_NULL(root)) { in expand_case_fold_string()
3434 if (IS_NULL(root)) { in expand_case_fold_string()
3438 if (IS_NULL(onig_node_list_add(root, prev_node))) { in expand_case_fold_string()
3448 if (IS_NULL(onig_node_list_add(root, prev_node))) { in expand_case_fold_string()
3467 if (IS_NOT_NULL(prev_node) && IS_NULL(root)) { in expand_case_fold_string()
3469 if (IS_NULL(root)) { in expand_case_fold_string()
3476 if (IS_NULL(root)) { in expand_case_fold_string()
3480 if (IS_NULL(onig_node_list_add(root, srem))) { in expand_case_fold_string()
3916 if (IS_NULL(*int_skip)) { in set_bm_skip()
3918 if (IS_NULL(*int_skip)) return ONIGERR_MEMORY; in set_bm_skip()
5481 if (IS_NULL(reg)) in onig_reg_init()
5541 if (IS_NULL(*reg)) return ONIGERR_MEMORY; in onig_new()
5630 if (IS_NULL(cc->mbuf)) { in onig_is_code_in_cc_len()
6090 if (IS_NULL(node)) { in print_indent_tree()