Home
last modified time | relevance | path

Searched refs:http_connection (Results 1 – 2 of 2) sorted by relevance

/external/libmicrohttpd/src/examples/
Dmhd2spdy_http.c106 info = MHD_get_connection_info (proxy->http_connection, in http_cb_response()
204 proxy->http_connection = connection; in http_cb_request()
360 if(MHD_NO == MHD_queue_response (proxy->http_connection, proxy->status, proxy->http_response)){ in http_create_response()
Dmhd2spdy_structures.h105 struct MHD_Connection *http_connection; member