Lines Matching defs:_conn
61 struct connection *_conn = server->conn_list->connections;
67 for (; _conn != NULL; _conn = _conn->next) {
69 (struct http_server_connection *)_conn;
77 struct connection *_conn, *_next;
81 for (_conn = server->conn_list->connections;
82 _conn != NULL; _conn = _next) {
84 (struct http_server_connection *)_conn;
86 _next = _conn->next;