Home
last modified time | relevance | path

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

/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/tls/
H A Dtls-client.c285 if (lws_h2_issue_preface(wsi)) { in lws_client_create_tls()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/h2/
H A Dprivate-lib-roles-h2.h373 int lws_h2_issue_preface(struct lws *wsi);
H A Dhttp2.c388 lws_h2_issue_preface(struct lws *wsi) in lws_h2_issue_preface() function
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/http/client/
H A Dclient-http.c238 if (lws_h2_issue_preface(wsi)) { in lws_http_client_socket_service()