Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp.c138 PROTOPT_CREDSPERREQUEST | /* flags */
163 PROTOPT_CREDSPERREQUEST | /* flags */
192 PROTOPT_SSL | PROTOPT_CREDSPERREQUEST | PROTOPT_ALPN | /* flags */
217 PROTOPT_SSL | PROTOPT_CREDSPERREQUEST | /* flags */
Durldata.h837 #define PROTOPT_CREDSPERREQUEST (1<<7) /* requires login credentials per macro
Durl.c1288 if(!(needle->handler->flags & PROTOPT_CREDSPERREQUEST)) { in ConnectionExists()