Lines Matching defs:code
312 // Submits an RST_STREAM frame using the given code
313 void SubmitRstStream(const uint32_t code);
324 void Close(int32_t code);
389 // Returns the RST_STREAM code used to close this stream
390 int32_t code() const { return code_; }
480 int32_t code_ = NGHTTP2_NO_ERROR; // The RST_STREAM code (if any)
585 void Close(uint32_t code = NGHTTP2_NO_ERROR,
590 void Goaway(uint32_t code, int32_t lastStreamID,
825 uint32_t code,
908 // Custom error code for errors that originated inside one of the callbacks