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

Function cupsServer

cups/usersys.c:218–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 */
217
218const char * /* O - Server name */
219cupsServer(void)
220{
221 _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */
222
223
224 if (!cg->server[0])
225 _cupsSetDefaults();
226
227 return (cg->server);
228}
229
230
231/*

Callers 15

mainFunction · 0.85
get_job_fileFunction · 0.85
mainFunction · 0.85
recv_print_jobFunction · 0.85
remove_jobsFunction · 0.85
send_stateFunction · 0.85
connect_serverFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

_cupsGlobalsFunction · 0.85
_cupsSetDefaultsFunction · 0.85

Tested by 3

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68