Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.c1657 size_t authority_idx; in http2_send() local
1792 authority_idx = 0; in http2_send()
1814 authority_idx = i; in http2_send()
1851 if(authority_idx != 0 && authority_idx != AUTHORITY_DST_IDX) { in http2_send()
1852 nghttp2_nv authority = nva[authority_idx]; in http2_send()
1853 for(i = authority_idx; i > AUTHORITY_DST_IDX; --i) { in http2_send()