Lines Matching refs:ch_error
232 ch_error(channel_T *ch, const char *fmt, ...) ATTRIBUTE_FORMAT_PRINTF(2, 3);
235 ch_error(channel_T *ch, const char *fmt, ...) in ch_error() function
548 ch_error(NULL, "Channel for fd %d not found", fd); in channel_read_fd()
739 ch_error(channel, "in socket() in channel_connect()."); in channel_connect()
756 ch_error(channel, in channel_connect()
779 ch_error(channel, in channel_connect()
787 ch_error(channel, "channel_connect: Connection refused"); in channel_connect()
825 ch_error(channel, in channel_connect()
863 ch_error(channel, in channel_connect()
872 ch_error(channel, "channel_connect: Connection refused"); in channel_connect()
915 ch_error(channel, "Connection timed out"); in channel_connect()
966 ch_error(NULL, "Cannot allocate channel."); in channel_open()
984 ch_error(channel, "in getaddrinfo() in channel_open()"); in channel_open()
1049 ch_error(channel, "in gethostbyname() in channel_open()"); in channel_open()
2155 ch_error(channel, "Did not receive a list, discarding"); in channel_parse_json()
2157 ch_error(channel, "Expected list with two items, got %d", in channel_parse_json()
2248 ch_error(channel, "Decoding failed - discarding input"); in channel_parse_json()
2479 ch_error(channel, "received command with non-string argument"); in channel_exe_cmd()
2536 ch_error(channel, "last argument for expr/call must be a number"); in channel_exe_cmd()
2542 ch_error(channel, "third argument for call must be a list"); in channel_exe_cmd()
2600 ch_error(channel, "Received unknown command: %s", (char *)cmd); in channel_exe_cmd()
2640 ch_error(channel, "Buffer is not modifiable, cannot append"); in append_to_buffer()
2823 ch_error(channel, in may_invoke_callback()
3495 ch_error(channel, msg, func, "error", part); in ch_close_part_on_error()
3558 ch_error(channel, "channel_read() called while %s part is closed", in channel_read()
4045 if (!channel->ch_error && fun != NULL) in channel_send()
4047 ch_error(channel, "%s(): write while not connected", fun); in channel_send()
4050 channel->ch_error = TRUE; in channel_send()
4191 if (!channel->ch_error && fun != NULL) in channel_send()
4193 ch_error(channel, "%s(): write failed", fun); in channel_send()
4196 channel->ch_error = TRUE; in channel_send()
4200 channel->ch_error = FALSE; in channel_send()