Searched refs:listtv (Results 1 – 3 of 3) sorted by relevance
2124 typval_T listtv; in channel_parse_json() local2152 if (listtv.v_type != VAR_LIST || listtv.vval.v_list->lv_len < 2) in channel_parse_json()2165 clear_tv(&listtv); in channel_parse_json()2817 free_tv(listtv); in may_invoke_callback()2825 free_tv(listtv); in may_invoke_callback()2928 listtv = NULL; in may_invoke_callback()2970 free_tv(listtv); in may_invoke_callback()3919 *rettv = *listtv; in common_channel_read()3920 vim_free(listtv); in common_channel_read()4261 typval_T *listtv; in ch_expr_common() local[all …]
69 typval_T listtv; in json_encode_nr_expr() local75 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()80 list_unref(listtv.vval.v_list); in json_encode_nr_expr()85 if (json_encode_gap(&ga, &listtv, options) == OK && (options & JSON_NL)) in json_encode_nr_expr()87 list_unref(listtv.vval.v_list); in json_encode_nr_expr()
9117 Solution: Free the listtv. Add more log messages. Remove "Nothing to read"