Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtls-sspi.c62 static _http_sspi_t *http_sspi_alloc(void);
99 sspi = http_sspi_alloc(); in cupsMakeServerCredentials()
941 if ((http->tls = http_sspi_alloc()) == NULL) in _httpTLSStart()
1255 http->tls = http_sspi_alloc();
1310 http_sspi_alloc(void) in http_sspi_alloc() function