Lines Matching refs:http_t
73 static int http_cdsa_set_credentials(http_t *http);
433 http_t *http, /* I - Connection to server */ in httpCopyCredentials()
1075 _httpTLSPending(http_t *http) /* I - HTTP connection */ in _httpTLSPending()
1092 _httpTLSRead(http_t *http, /* I - HTTP connection */ in _httpTLSRead()
1159 _httpTLSStart(http_t *http) /* I - HTTP connection */ in _httpTLSStart()
1727 _httpTLSStop(http_t *http) /* I - HTTP connection */ in _httpTLSStop()
1747 _httpTLSWrite(http_t *http, /* I - HTTP connection */ in _httpTLSWrite()
2120 http_t *http; /* HTTP connection */ in http_cdsa_read()
2123 http = (http_t *)connection; in http_cdsa_read()
2177 http_cdsa_set_credentials(http_t *http) /* I - HTTP connection */ in http_cdsa_set_credentials()
2219 http_t *http; /* HTTP connection */ in http_cdsa_write()
2222 http = (http_t *)connection; in http_cdsa_write()