Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ main
Function
main
cups/tlscheck.c:20–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
#ifndef HAVE_TLS
20
int main(void) { puts(
"Sorry, no TLS support compiled in."
); return (1); }
21
#else
22
23
/*
Callers
nothing calls this directly
Calls
15
httpSeparateURI
Function · 0.85
httpConnect2
Function · 0.85
cupsLastErrorString
Function · 0.85
httpFreeCredentials
Function · 0.85
httpClose
Function · 0.85
httpAssembleURI
Function · 0.85
ippNewRequest
Function · 0.85
ippAddString
Function · 0.85
cupsUser
Function · 0.85
ippAddStrings
Function · 0.85
cupsDoRequest
Function · 0.85
ippFirstAttribute
Function · 0.85
Tested by
no test coverage detected