Home
last modified time | relevance | path

Searched refs:conn_type (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c624 wsi->http.conn_type = HTTP_CONNECTION_KEEP_ALIVE; in lws_client_interpret_server_handshake()
636 wsi->http.conn_type = HTTP_CONNECTION_CLOSE; in lws_client_interpret_server_handshake()
782 if (wsi->http.conn_type == HTTP_CONNECTION_KEEP_ALIVE) in lws_client_interpret_server_handshake()
874 wsi->http.conn_type = HTTP_CONNECTION_CLOSE; in lws_client_interpret_server_handshake()
/third_party/libwebsockets/lib/roles/http/
Dheader.c207 wsi->http.conn_type == HTTP_CONNECTION_KEEP_ALIVE) in lws_add_http_common_headers()
218 wsi->http.conn_type = types[t]; in lws_add_http_common_headers()
Dprivate-lib-roles-http.h259 enum http_conn_type conn_type; member
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1382 enum http_conn_type conn_type; in lws_http_action() local
1461 conn_type = HTTP_CONNECTION_KEEP_ALIVE; in lws_http_action()
1463 conn_type = HTTP_CONNECTION_CLOSE; in lws_http_action()
1471 conn_type = HTTP_CONNECTION_KEEP_ALIVE; in lws_http_action()
1474 conn_type = HTTP_CONNECTION_CLOSE; in lws_http_action()
1476 wsi->http.conn_type = conn_type; in lws_http_action()
2361 if (wsi->http.conn_type != HTTP_CONNECTION_KEEP_ALIVE) { in lws_http_transaction_completed()