Lines Matching refs:http_t
65 static int http_sspi_client(http_t *http, const char *hostname);
67 static BOOL http_sspi_find_credentials(http_t *http, const LPWSTR containerName, const char *common…
70 static int http_sspi_server(http_t *http, const char *hostname);
144 http_t *http, /* I - Connection to server */ in httpCopyCredentials()
689 _httpTLSPending(http_t *http) /* I - HTTP connection */ in _httpTLSPending()
703 _httpTLSRead(http_t *http, /* I - HTTP connection */ in _httpTLSRead()
931 _httpTLSStart(http_t *http) /* I - HTTP connection */ in _httpTLSStart()
1021 _httpTLSStop(http_t *http) /* I - HTTP connection */ in _httpTLSStop()
1123 _httpTLSWrite(http_t *http, /* I - HTTP connection */ in _httpTLSWrite()
1228 http_setup_ssl(http_t *http) /* I - Connection to server */
1326 http_sspi_client(http_t *http, /* I - Client connection */ in http_sspi_client()
1680 http_t *http, /* I - HTTP connection */ in http_sspi_find_credentials()
2076 http_sspi_server(http_t *http, /* I - HTTP connection */ in http_sspi_server()