Home
last modified time | relevance | path

Searched refs:shout_connection_set_error (Results 1 – 6 of 6) sorted by relevance

/dports/audio/libshout/libshout-2.4.5/src/
H A Dproto_http.c96 shout_connection_set_error(connection, SHOUTERR_INSANE); in shout_create_http_request_source()
165 shout_connection_set_error(connection, ret); in shout_create_http_request_source()
243 shout_connection_set_error(connection, ret); in shout_create_http_request_generic()
252 shout_connection_set_error(connection, SHOUTERR_INSANE); in shout_create_http_request()
289 shout_connection_set_error(connection, SHOUTERR_INSANE); in shout_create_http_request()
293 shout_connection_set_error(connection, SHOUTERR_UNSUPPORTED); in shout_create_http_request()
312 shout_connection_set_error(connection, SHOUTERR_INSANE); in shout_create_http_request()
336 shout_connection_set_error(connection, SHOUTERR_SOCKET); in shout_get_http_response()
492 shout_connection_set_error(connection, SHOUTERR_MALLOC); in shout_parse_http_response()
504 shout_connection_set_error(connection, SHOUTERR_MALLOC); in shout_parse_http_response()
[all …]
H A Dproto_roaraudio.c225 shout_connection_set_error(connection, ret); in shout_create_roaraudio_request()
236 shout_connection_set_error(connection, SHOUTERR_SOCKET); in shout_get_roaraudio_response()
258 shout_connection_set_error(connection, SHOUTERR_UNSUPPORTED); in shout_get_roaraudio_response()
281 shout_connection_set_error(connection, SHOUTERR_INSANE); in shout_parse_roaraudio_response()
290 shout_connection_set_error(connection, SHOUTERR_UNSUPPORTED); in shout_parse_roaraudio_response()
296 shout_connection_set_error(connection, SHOUTERR_NOLOGIN); in shout_parse_roaraudio_response()
323 shout_connection_set_error(connection, SHOUTERR_INSANE); in shout_parse_roaraudio_response()
H A Dconnection.c148 shout_connection_set_error(con, SHOUTERR_RETRY); in shout_connection_iter__wait_for_io()
151 shout_connection_set_error(con, SHOUTERR_SOCKET); in shout_connection_iter__wait_for_io()
197 shout_connection_set_error(con, rc); in shout_connection_iter__socket()
211 shout_connection_set_error(con, SHOUTERR_SOCKET); in shout_connection_iter__socket()
256 shout_connection_set_error(con, SHOUTERR_BUSY); in try_write()
259 shout_connection_set_error(con, SHOUTERR_SOCKET); in try_write()
313 shout_connection_set_error(con, ret); in shout_connection_iter__message__recv()
414 shout_connection_set_error(con, SHOUTERR_SOCKET); in shout_connection_iter__message()
430 shout_connection_set_error(con, SHOUTERR_SOCKET); in shout_connection_iter__protocol()
434 shout_connection_set_error(con, SHOUTERR_RETRY); in shout_connection_iter__protocol()
[all …]
H A Dproto_xaudiocast.c77 shout_connection_set_error(connection, ret); in shout_create_xaudiocast_request()
108 shout_connection_set_error(connection, SHOUTERR_MALLOC); in shout_parse_xaudiocast_response()
126 shout_connection_set_error(connection, SHOUTERR_NOLOGIN); in shout_parse_xaudiocast_response()
H A Dproto_icy.c92 shout_connection_set_error(connection, ret); in shout_create_icy_request()
H A Dshout_private.h286 int shout_connection_set_error(shout_connection_t *con, int error);