Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h374 int lws_h2_issue_preface(struct lws *wsi);
Dhttp2.c389 lws_h2_issue_preface(struct lws *wsi) in lws_h2_issue_preface() function
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c242 if (lws_h2_issue_preface(wsi)) { in lws_http_client_socket_service()