Lines Matching defs:server
37 /* default port for the EsounD server */
40 /* default sample rate for the EsounD server */
66 ESD_PROTO_SAMPLE_CACHE, /* cache a sample in the server */
67 ESD_PROTO_SAMPLE_FREE, /* release a sample in the server */
82 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */
83 ESD_PROTO_ALL_INFO, /* get all info (server info, players, samples) */
92 ESD_PROTO_STANDBY_MODE, /* see if server is in standby, autostandby, etc */
137 /* structures to retrieve information about streams/samples from the server */
140 int version; /* server version encoded as an int */
149 esd_server_info_t *server; /* the server that contains this stream */
164 esd_server_info_t *server; /* the server that contains this sample */
179 esd_server_info_t *server;
201 /* server and the client match; if it's SWAP_ENDIAN_KEY, swap data */