Searched refs:lws_pps_schedule (Results 1 – 3 of 3) sorted by relevance
/external/libwebsockets/lib/roles/h2/ |
D | http2.c | 180 lws_pps_schedule(wsi, pps); in lws_h2_update_peer_txcredit() 192 lws_pps_schedule(nwsi, pps); in lws_h2_update_peer_txcredit() 379 lws_pps_schedule(wsi, pps); in lws_h2_issue_preface() 386 lws_pps_schedule(struct lws *wsi, struct lws_h2_protocol_send *pps) in lws_pps_schedule() function 416 lws_pps_schedule(wsi, pps); in lws_h2_goaway() 446 lws_pps_schedule(wsi, pps); in lws_h2_rst_stream() 1121 lws_pps_schedule(wsi, pps); in lws_h2_parse_frame_header() 1455 lws_pps_schedule(wsi, pps); in lws_h2_parse_end_of_frame() 1710 lws_pps_schedule(wsi, pps); in lws_h2_parse_end_of_frame() 1867 lws_pps_schedule(wsi, pps); in lws_h2_parser()
|
D | private-lib-roles-h2.h | 368 lws_pps_schedule(struct lws *wsi, struct lws_h2_protocol_send *pss);
|
D | ops-h2.c | 1220 lws_pps_schedule(nwsi, pps); in rops_issue_keepalive_h2()
|