| blackhole-server.c | 31 } conn_rec; typedef in typeref:struct:__anon23839 43 conn_rec* conn; 73 conn_rec* conn; 81 conn = container_of(stream, conn_rec, handle); 89 conn_rec* conn = container_of(req, conn_rec, shutdown_req); 95 conn_rec* conn = container_of(handle, conn_rec, handle);
|