Home
last modified time | relevance | path

Searched refs:DecrefHeaders (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_http2.h791 void DecrefHeaders(const nghttp2_frame* frame);
Dnode_http2.cc928 void Http2Session::DecrefHeaders(const nghttp2_frame* frame) { in DecrefHeaders() function in node::http2::Http2Session
965 session->DecrefHeaders(frame); in OnFrameNotSent()