Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dhttp3.cc86 auto it_xff = std::end(headers); in copy_headers_to_nva_internal() local
140 if (it_xff == std::end(headers)) { in copy_headers_to_nva_internal()
141 it_xff = it; in copy_headers_to_nva_internal()
145 kv = &(*it_xff); in copy_headers_to_nva_internal()
146 it_xff = it; in copy_headers_to_nva_internal()
Dhttp2.cc373 auto it_xff = std::end(headers); in copy_headers_to_nva_internal() local
427 if (it_xff == std::end(headers)) { in copy_headers_to_nva_internal()
428 it_xff = it; in copy_headers_to_nva_internal()
432 kv = &(*it_xff); in copy_headers_to_nva_internal()
433 it_xff = it; in copy_headers_to_nva_internal()
484 auto it_xff = std::end(headers); in build_http1_headers_from_headers() local
531 if (it_xff == std::end(headers)) { in build_http1_headers_from_headers()
532 it_xff = it; in build_http1_headers_from_headers()
536 kv = &(*it_xff); in build_http1_headers_from_headers()
537 it_xff = it; in build_http1_headers_from_headers()