Searched defs:auth (Results 1 – 11 of 11) sorted by relevance
31 int (*auth)(void *, struct Curl_easy *data, struct connectdata *); member
195 unsigned long auth = data->set.httpauth; in Curl_sasl_init() local
214 unsigned long auth) in httpauth()
581 const char *auth = NULL; in output_auth_headers() local826 const char *auth) /* the first non-space */ in Curl_http_input_auth()3029 char *auth = Curl_copy_header_value(hd); in Curl_http_header() local3160 char *auth = Curl_copy_header_value(hd); in Curl_http_header() local
589 const unsigned char auth = data->set.socks5auth; in do_SOCKS5() local
303 char *auth = Curl_copy_header_value(header); in on_resp_header() local
789 const char *auth, size_t authlen, in parse_authority()
603 char *auth = NULL; in smtp_perform_mail() local
1120 struct auth { struct1121 unsigned long want; /* Bitmask set to the authentication methods wanted by argument1126 BIT(done); /* TRUE when the auth phase is done and ready to do the argument
103 bool auth; /* Authorization header present in the incoming request */ member
106 bool auth; /* Authorization header present in the incoming request */ member
Completed in 52 milliseconds