Lines Matching defs:connection
48 typedef struct connection {
66 } connection;
68 PA_DEFINE_PRIVATE_CLASS(connection, pa_msgobject);
86 CONNECTION_MESSAGE_UNLINK_CONNECTION /* Please drop the connection now */
95 static void connection_unlink(connection *c) {
134 connection *c = CONNECTION(o);
148 static int do_read(connection *c) {
205 static int do_write(connection *c) {
239 static void do_work(connection *c) {
266 /* If there is a sink input, we first drain what we already have read before shutting down the connection */
278 connection *c = CONNECTION(o);
308 connection*c;
351 connection *c;
386 connection *c;
401 connection *c;
421 connection *c;
440 connection*c;
452 connection*c;
464 connection *c = CONNECTION(userdata);
475 connection *c = NULL;
484 pa_log("Warning! Too many connections (%u), dropping incoming connection.", MAX_CONNECTIONS);
489 c = pa_msgobject_new(connection);
560 "simple protocol connection input_memblockq",
612 "simple protocol connection output_memblockq",
635 connection *c;
680 connection *c;