MCPcopy Create free account
hub / github.com/OpenPrinting/cups / cupsSetEncryption

Function cupsSetEncryption

cups/usersys.c:299–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 */
298
299void
300cupsSetEncryption(http_encryption_t e) /* I - New encryption preference */
301{
302 _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */
303
304
305 cg->encryption = e;
306
307 if (cg->http)
308 httpEncryption(cg->http, e);
309}
310
311
312/*

Callers 14

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

_cupsGlobalsFunction · 0.85
httpEncryptionFunction · 0.85

Tested by 1

mainFunction · 0.68