Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h2/
Dhttp2.c124 lws_h2_new_pps(enum lws_h2_protocol_send_type type) in lws_h2_new_pps() function
170 pps = lws_h2_new_pps(LWS_H2_PPS_UPDATE_WINDOW); in lws_h2_update_peer_txcredit()
182 pps = lws_h2_new_pps(LWS_H2_PPS_UPDATE_WINDOW); in lws_h2_update_peer_txcredit()
376 pps = lws_h2_new_pps(LWS_H2_PPS_MY_SETTINGS); in lws_h2_issue_preface()
407 pps = lws_h2_new_pps(LWS_H2_PPS_GOAWAY); in lws_h2_goaway()
436 pps = lws_h2_new_pps(LWS_H2_PPS_RST_STREAM); in lws_h2_rst_stream()
1118 pps = lws_h2_new_pps(LWS_H2_PPS_ACK_SETTINGS); in lws_h2_parse_frame_header()
1452 pps = lws_h2_new_pps(LWS_H2_PPS_ACK_SETTINGS); in lws_h2_parse_end_of_frame()
1703 lws_h2_new_pps(LWS_H2_PPS_PONG); in lws_h2_parse_end_of_frame()
1864 pps = lws_h2_new_pps(LWS_H2_PPS_MY_SETTINGS); in lws_h2_parser()
Dprivate-lib-roles-h2.h383 lws_h2_new_pps(enum lws_h2_protocol_send_type type);
Dops-h2.c1207 pps = lws_h2_new_pps(LWS_H2_PPS_PING); in rops_issue_keepalive_h2()