Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ httpIsEncrypted
Function
httpIsEncrypted
cups/http.c:1597–1601 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1595
*/
1596
1597
int /* O - 1 if encrypted, 0 if not */
1598
httpIsEncrypted(http_t *http) /* I - HTTP connection */
1599
{
1600
return (http ? http->tls != NULL : 0);
1601
}
1602
1603
1604
/*
Callers
11
process_http
Function · 0.85
cupsdCloseClient
Function · 0.85
cupsdReadClient
Function · 0.85
cupsdSendError
Function · 0.85
pipe_command
Function · 0.85
copy_printer_attrs
Function · 0.85
create_local_bg_thread
Function · 0.85
create_local_printer
Function · 0.85
main
Function · 0.85
cups_connect
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68