MCPcopy 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
1597int /* O - 1 if encrypted, 0 if not */
1598httpIsEncrypted(http_t *http) /* I - HTTP connection */
1599{
1600 return (http ? http->tls != NULL : 0);
1601}
1602
1603
1604/*

Callers 11

process_httpFunction · 0.85
cupsdCloseClientFunction · 0.85
cupsdReadClientFunction · 0.85
cupsdSendErrorFunction · 0.85
pipe_commandFunction · 0.85
copy_printer_attrsFunction · 0.85
create_local_bg_threadFunction · 0.85
create_local_printerFunction · 0.85
mainFunction · 0.85
cups_connectFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68