Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.c989 #define AUTHORITY_DST_IDX 3 macro
1137 if(authority_idx != 0 && authority_idx != AUTHORITY_DST_IDX) { in http2_send()
1139 for(i = authority_idx; i > AUTHORITY_DST_IDX; --i) { in http2_send()