Lines Matching refs:TAILQ_REMOVE
662 TAILQ_REMOVE(&req->evcon->requests, req, next); in evhttp_connection_incoming_fail()
736 TAILQ_REMOVE(&evcon->requests, req, next); in evhttp_connection_fail()
779 TAILQ_REMOVE(&evcon->requests, req, next); in evhttp_connection_done()
1141 TAILQ_REMOVE(&evcon->requests, req, next); in evhttp_connection_free()
1147 TAILQ_REMOVE(&http->connections, evcon, next); in evhttp_connection_free()
1306 TAILQ_REMOVE(&evcon->requests, request, next); in evhttp_connection_cb_cleanup()
1313 TAILQ_REMOVE(&requests, request, next); in evhttp_connection_cb_cleanup()
1616 TAILQ_REMOVE(headers, header, next); in evhttp_clear_headers()
1642 TAILQ_REMOVE(headers, header, next); in evhttp_remove_header()
2274 TAILQ_REMOVE(&evcon->requests, req, next); in evhttp_make_request()
2309 TAILQ_REMOVE(&evcon->requests, req, next); in evhttp_cancel_request()
2348 TAILQ_REMOVE(&evcon->requests, req, next); in evhttp_send_done()
3187 TAILQ_REMOVE(&http->sockets, bound, next); in evhttp_del_accept_socket()
3265 TAILQ_REMOVE(&http->sockets, bound, next); in evhttp_free()
3278 TAILQ_REMOVE(&http->callbacks, http_cb, next); in evhttp_free()
3284 TAILQ_REMOVE(&http->virtualhosts, vhost, next_vhost); in evhttp_free()
3293 TAILQ_REMOVE(&http->aliases, alias, next); in evhttp_free()
3325 TAILQ_REMOVE(&http->virtualhosts, vhost, next_vhost); in evhttp_remove_virtual_host()
3360 TAILQ_REMOVE(&http->aliases, evalias, next); in evhttp_remove_server_alias()
3442 TAILQ_REMOVE(&http->callbacks, http_cb, next); in evhttp_del_cb()