Lines Matching refs:Connection
57 typedef struct Connection {
70 } Connection;
72 static void connection_free(Connection *c) {
94 Connection *c;
111 static int connection_create_pipes(Connection *c, int buffer[2], size_t *sz) {
138 Connection *c,
189 static int connection_enable_event_sources(Connection *c);
192 Connection *c = userdata;
236 static int connection_enable_event_sources(Connection *c) {
275 static int connection_complete(Connection *c) {
300 Connection *c = userdata;
329 static int connection_start(Connection *c, struct sockaddr *sa, socklen_t salen) {
374 Connection *c = userdata;
393 static int resolve_remote(Connection *c) {
451 Connection *c;
469 c = new0(Connection, 1);