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

Function _cupsGSSServiceName

cups/usersys.c:1007–1017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005 */
1006
1007const char *
1008_cupsGSSServiceName(void)
1009{
1010 _cups_globals_t *cg = _cupsGlobals(); /* Thread globals */
1011
1012
1013 if (!cg->gss_service_name[0])
1014 _cupsSetDefaults();
1015
1016 return (cg->gss_service_name);
1017}
1018#endif /* HAVE_GSSAPI */
1019
1020

Callers 1

auth.cFile · 0.85

Calls 2

_cupsGlobalsFunction · 0.85
_cupsSetDefaultsFunction · 0.85

Tested by

no test coverage detected