MCPcopy 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
20int main(void) { puts("Sorry, no TLS support compiled in."); return (1); }
21#else
22
23/*

Callers

nothing calls this directly

Calls 15

httpSeparateURIFunction · 0.85
httpConnect2Function · 0.85
cupsLastErrorStringFunction · 0.85
httpFreeCredentialsFunction · 0.85
httpCloseFunction · 0.85
httpAssembleURIFunction · 0.85
ippNewRequestFunction · 0.85
ippAddStringFunction · 0.85
cupsUserFunction · 0.85
ippAddStringsFunction · 0.85
cupsDoRequestFunction · 0.85
ippFirstAttributeFunction · 0.85

Tested by

no test coverage detected