Lines Matching refs:FAIL

33     if (json_encode_item(gap, val, get_copyID(), options) == FAIL)  in json_encode_gap()
37 return FAIL; in json_encode_gap()
75 if (rettv_list_alloc(&listtv) == FAIL) in json_encode_nr_expr()
77 if (list_append_tv(listtv.vval.v_list, &nrtv) == FAIL in json_encode_nr_expr()
78 || list_append_tv(listtv.vval.v_list, val) == FAIL) in json_encode_nr_expr()
235 return FAIL; in json_encode_item()
274 options & JSON_JS) == FAIL) in json_encode_item()
275 return FAIL; in json_encode_item()
325 copyID, options | JSON_NO_NONE) == FAIL) in json_encode_item()
326 return FAIL; in json_encode_item()
359 return FAIL; in json_encode_item()
471 return FAIL; in json_decode_string()
488 return FAIL; in json_decode_string()
522 if (ga_grow(&ga, len) == FAIL) in json_decode_string()
525 return FAIL; in json_decode_string()
675 retval = FAIL; in json_decode_item()
678 if (ga_grow(&stack, 1) == FAIL) in json_decode_item()
680 retval = FAIL; in json_decode_item()
683 if (cur_item != NULL && rettv_list_alloc(cur_item) == FAIL) in json_decode_item()
687 retval = FAIL; in json_decode_item()
706 retval = FAIL; in json_decode_item()
709 if (ga_grow(&stack, 1) == FAIL) in json_decode_item()
711 retval = FAIL; in json_decode_item()
714 if (cur_item != NULL && rettv_dict_alloc(cur_item) == FAIL) in json_decode_item()
718 retval = FAIL; in json_decode_item()
744 retval = FAIL; in json_decode_item()
752 retval = FAIL; in json_decode_item()
782 retval = FAIL; in json_decode_item()
814 retval = FAIL; in json_decode_item()
910 retval = FAIL; in json_decode_item()
916 if (retval == FAIL) in json_decode_item()
929 retval = FAIL; in json_decode_item()
937 retval = FAIL; in json_decode_item()
955 retval = FAIL; in json_decode_item()
975 retval = FAIL; in json_decode_item()
993 retval = FAIL; in json_decode_item()
1012 retval = FAIL; in json_decode_item()
1024 retval = FAIL; in json_decode_item()
1029 if (dict_add(top_item->jd_tv.vval.v_dict, di) == FAIL) in json_decode_item()
1032 retval = FAIL; in json_decode_item()
1048 retval = FAIL; in json_decode_item()
1094 return FAIL; in json_decode_all()
1100 return FAIL; in json_decode_all()
1160 if (in_vim9script() && check_for_string_arg(argvars, 0) == FAIL) in f_js_decode()
1188 if (in_vim9script() && check_for_string_arg(argvars, 0) == FAIL) in f_json_decode()