Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h209 struct lws_h2_protocol_send { struct
210 struct lws_h2_protocol_send *next; /* linked list */ argument
259 struct lws_h2_protocol_send *pps; /* linked list */
369 lws_pps_schedule(struct lws *wsi, struct lws_h2_protocol_send *pss);
383 struct lws_h2_protocol_send *
Dhttp2.c123 struct lws_h2_protocol_send *
126 struct lws_h2_protocol_send *pps = lws_malloc(sizeof(*pps), "pps"); in lws_h2_new_pps()
157 struct lws_h2_protocol_send *pps; in lws_h2_update_peer_txcredit()
392 struct lws_h2_protocol_send *pps; in lws_h2_issue_preface()
429 lws_pps_schedule(struct lws *wsi, struct lws_h2_protocol_send *pps) in lws_pps_schedule()
445 struct lws_h2_protocol_send *pps; in lws_h2_goaway()
471 struct lws_h2_protocol_send *pps; in lws_h2_rst_stream()
717 struct lws_h2_protocol_send *pps = NULL; in lws_h2_do_pps_send()
727 lws_start_foreach_llp(struct lws_h2_protocol_send **, pps1, h2n->pps) { in lws_h2_do_pps_send()
961 struct lws_h2_protocol_send *pps; in lws_h2_parse_frame_header()
[all …]
Dops-h2.c721 struct lws_h2_protocol_send *w = wsi->h2.h2n->pps, *w1; in rops_close_kill_connection_h2()
1319 struct lws_h2_protocol_send *pps; in rops_issue_keepalive_h2()