Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_downstream.h256 if (!pushed_resources) { in is_resource_pushed()
259 return std::find(std::begin(*pushed_resources), std::end(*pushed_resources), in is_resource_pushed()
261 std::end(*pushed_resources); in is_resource_pushed()
268 if (!pushed_resources) { in resource_pushed()
269 pushed_resources = std::make_unique< in resource_pushed()
272 pushed_resources->emplace_back(scheme, authority, path); in resource_pushed()
285 pushed_resources; member