Searched refs:set_client_handler (Results 1 – 4 of 4) sorted by relevance
38 void DownstreamConnection::set_client_handler(ClientHandler *handler) { in set_client_handler() function in shrpx::DownstreamConnection
70 void set_client_handler(ClientHandler *client_handler);
721 dconn->set_client_handler(nullptr); in pool_downstream_connection()1038 dconn->set_client_handler(this); in get_downstream_connection()1043 dconn->set_client_handler(this); in get_downstream_connection()1110 dconn->set_client_handler(this); in get_downstream_connection()1122 dconn->set_client_handler(this); in get_downstream_connection()1141 dconn->set_client_handler(this); in get_downstream_connection()1152 dconn->set_client_handler(this); in get_downstream_connection()
2235 promised_dconn->set_client_handler(handler); in handle_downstream_push_promise()