Lines Matching defs:ack
329 void Http2Settings::Done(bool ack) {
333 Local<Value> argv[] = {Boolean::New(env()->isolate(), ack),
1517 bool ack = frame->hd.flags & NGHTTP2_FLAG_ACK;
1518 if (ack) {
1524 // receive an unsolicited PING ack on a connection. Either the peer
1547 bool ack = frame->hd.flags & NGHTTP2_FLAG_ACK;
1548 if (!ack) {
1566 // receive an unsolicited SETTINGS ack on a connection. Either the peer
3115 void Http2Ping::Done(bool ack, const uint8_t* payload) {
3132 Boolean::New(isolate, ack), Number::New(isolate, duration_ms), buf};