Searched defs:frame (Results 1 – 5 of 5) sorted by relevance
/curl/docs/examples/ |
H A D | websocket-cb.c | 35 const struct curl_ws_frame *frame = curl_ws_meta(easy); in writecb() local
|
/curl/tests/http/clients/ |
H A D | ws-data.c | 108 const struct curl_ws_frame *frame; in recv_binary() local
|
/curl/lib/ |
H A D | ws.h | 73 struct curl_ws_frame frame; /* the current WS FRAME received */ member
|
H A D | http2.c | 821 const nghttp2_push_promise *frame; member 949 const nghttp2_push_promise *frame) in push_promise() 1095 const nghttp2_frame *frame) in on_stream_frame() 1209 static int fr_print(const nghttp2_frame *frame, char *buffer, size_t blen) in fr_print() 1280 static int on_frame_send(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send() 1299 static int on_frame_recv(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv() 1473 const nghttp2_frame *frame, void *userp) in on_begin_headers() 1499 static int on_header(nghttp2_session *session, const nghttp2_frame *frame, in on_header()
|
H A D | cf-h2-proxy.c | 574 static int proxy_h2_fr_print(const nghttp2_frame *frame, in proxy_h2_fr_print() 645 const nghttp2_frame *frame, in proxy_h2_on_frame_send() 665 const nghttp2_frame *frame, in proxy_h2_on_frame_recv() 741 const nghttp2_frame *frame, in proxy_h2_on_header()
|
Completed in 25 milliseconds