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

/external/curl/lib/
H A Dhttp2.c1515 size_t authority_idx; local
1642 authority_idx = 0;
1670 authority_idx = i;
1717 if(authority_idx != 0 && authority_idx != AUTHORITY_DST_IDX) {
1718 nghttp2_nv authority = nva[authority_idx];
1719 for(i = authority_idx; i > AUTHORITY_DST_IDX; --i) {

Completed in 99 milliseconds