Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
DHttpServer.cc1289 auto push_itr = hd->get_config()->push.find(path.str()); in prepare_response() local
1290 if (allow_push && push_itr != std::end(hd->get_config()->push)) { in prepare_response()
1291 for (auto &push_path : (*push_itr).second) { in prepare_response()