Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtls-darwin.c65 static CFArrayRef http_cdsa_copy_server(const char *common_name);
1471 http->tls_credentials = http_cdsa_copy_server(hostname); in _httpTLSStart()
1473 http->tls_credentials = http_cdsa_copy_server(tls_common_name); in _httpTLSStart()
1489 http->tls_credentials = http_cdsa_copy_server(hostname[0] ? hostname : tls_common_name); in _httpTLSStart()
1803 http_cdsa_copy_server( in http_cdsa_copy_server() function