Home
last modified time | relevance | path

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

/third_party/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()
419 pps = lws_h2_new_pps(LWS_H2_PPS_MY_SETTINGS); in lws_h2_issue_preface()
450 pps = lws_h2_new_pps(LWS_H2_PPS_GOAWAY); in lws_h2_goaway()
479 pps = lws_h2_new_pps(LWS_H2_PPS_RST_STREAM); in lws_h2_rst_stream()
1191 pps = lws_h2_new_pps(LWS_H2_PPS_ACK_SETTINGS); in lws_h2_parse_frame_header()
1579 pps = lws_h2_new_pps(LWS_H2_PPS_ACK_SETTINGS); in lws_h2_parse_end_of_frame()
1873 lws_h2_new_pps(LWS_H2_PPS_PONG); in lws_h2_parse_end_of_frame()
2036 pps = lws_h2_new_pps(LWS_H2_PPS_MY_SETTINGS); in lws_h2_parser()
Dprivate-lib-roles-h2.h384 lws_h2_new_pps(enum lws_h2_protocol_send_type type);
Dops-h2.c1335 pps = lws_h2_new_pps(LWS_H2_PPS_PING); in rops_issue_keepalive_h2()