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/
H A 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()
456 pps = lws_h2_new_pps(LWS_H2_PPS_GOAWAY); in lws_h2_goaway()
485 pps = lws_h2_new_pps(LWS_H2_PPS_RST_STREAM); in lws_h2_rst_stream()
1197 pps = lws_h2_new_pps(LWS_H2_PPS_ACK_SETTINGS);
1585 pps = lws_h2_new_pps(LWS_H2_PPS_ACK_SETTINGS);
1879 lws_h2_new_pps(LWS_H2_PPS_PONG);
2042 pps = lws_h2_new_pps(LWS_H2_PPS_MY_SETTING
[all...]
H A Dprivate-lib-roles-h2.h384 lws_h2_new_pps(enum lws_h2_protocol_send_type type);
H A Dops-h2.c1342 pps = lws_h2_new_pps(LWS_H2_PPS_PING); in rops_issue_keepalive_h2()

Completed in 4 milliseconds