Searched refs:cupsServer (Results 1 – 8 of 8) sorted by relevance
/external/libcups/cups/ |
D | ppd-util.c | 183 strlcpy(hostname, cupsServer(), sizeof(hostname)); in cupsGetPPD3() 300 if (cupsServer()[0] == '/' && !_cups_strcasecmp(hostname, "localhost") && port == ippPort()) in cupsGetPPD3() 306 strlcpy(hostname, cupsServer(), sizeof(hostname)); in cupsGetPPD3()
|
D | testadmin.c | 49 http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, in main()
|
D | libcups2.def | 269 cupsServer
|
D | cups.h | 380 extern const char *cupsServer(void);
|
D | request.c | 1043 if ((cg->http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, in _cupsConnect()
|
D | usersys.c | 198 cupsServer(void) in cupsServer() function
|
D | adminutil.c | 892 if ((cg->http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, in cupsAdminGetServerSettings()
|
D | dest.c | 896 …if ((http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, HTTP_ENCRYPTION_IF_REQUESTED, 1… in _cupsCreateDest()
|