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

/external/curl/lib/
H A Dhttp2.c1732 size_t authority_idx; local
1864 authority_idx = 0;
1886 authority_idx = i;
1923 if(authority_idx != 0 && authority_idx != AUTHORITY_DST_IDX) {
1924 nghttp2_nv authority = nva[authority_idx];
1925 for(i = authority_idx; i > AUTHORITY_DST_IDX; --i) {

Completed in 90 milliseconds