Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/
H A DHttp2ConnectionState.h279 void send_ping_frame(Http2StreamId id, uint8_t flag, const uint8_t *opaque_data);
H A DHttp2ConnectionState.cc725 cstate.send_ping_frame(stream_id, HTTP2_FLAGS_PING_ACK, opaque_data); in rcv_ping_frame()
1869 Http2ConnectionState::send_ping_frame(Http2StreamId id, uint8_t flag, const uint8_t *opaque_data) in send_ping_frame() function in Http2ConnectionState
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_http2_client_coro.cc170 bool send_ping_frame();
1115 bool Client::send_ping_frame() { in send_ping_frame() function in Client
1466 RETURN_BOOL(h2c->send_ping_frame()); in PHP_METHOD()