Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.c1006 size_t authority_idx; in http2_send() local
1095 authority_idx = 0; in http2_send()
1101 authority_idx = i; in http2_send()
1137 if(authority_idx != 0 && authority_idx != AUTHORITY_DST_IDX) { in http2_send()
1138 nghttp2_nv authority = nva[authority_idx]; in http2_send()
1139 for(i = authority_idx; i > AUTHORITY_DST_IDX; --i) { in http2_send()