Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dnghttp2_adapters.hpp158 const nghttp2_data_provider* dataPrd) in submitResponse()
161 headers.size(), dataPrd); in submitResponse()
H A Dhttp2_connection.hpp192 nghttp2_data_provider dataPrd{ in sendResponse() local
197 int rv = ngSession.submitResponse(streamId, hdr, &dataPrd); in sendResponse()