Home
last modified time | relevance | path

Searched defs:mpd_connection (Results 1 – 2 of 2) sorted by relevance

/dports/audio/libmpdclient/libmpdclient-2.20/src/
H A Dinternal.h47 struct mpd_connection { struct
60 * cleared with mpd_connection_clear_error() before another argument
68 struct mpd_async *async;
75 struct timeval timeout;
81 struct mpd_parser *parser;
86 bool receiving;
91 bool sending_command_list;
103 bool discrete_finished;
109 int command_list_remaining;
114 enum {
[all …]
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/
H A Dmpdpp.cpp46 defaultFetcher(SourceT *(fetcher)(mpd_connection *)) in defaultFetcher()