Searched refs:ippPort (Results 1 – 9 of 9) sorted by relevance
/external/libcups/cups/ |
D | testadmin.c | 49 http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, in main()
|
D | adminutil.c | 892 if ((cg->http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, in cupsAdminGetServerSettings() 1434 server_port = ippPort(); in cupsAdminSetServerSettings() 1437 server_port = ippPort(); in cupsAdminSetServerSettings() 1831 cupsFilePrintf(temp, "Port %d\n", ippPort()); in cupsAdminSetServerSettings() 1837 cupsFilePrintf(temp, "Listen localhost:%d\n", ippPort()); in cupsAdminSetServerSettings()
|
D | util.c | 110 "localhost", ippPort(), "/printers/%s", name); in cupsCancelJob2() 932 NULL, "localhost", ippPort(), "/printers/%s", name); in cupsStartDocument()
|
D | ppd-util.c | 318 if (cupsServer()[0] == '/' && !_cups_strcasecmp(hostname, "localhost") && port == ippPort()) in cupsGetPPD3()
|
D | libcups2.def | 459 ippPort
|
D | request.c | 1055 if ((cg->http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, in _cupsConnect()
|
D | ipp-support.c | 2210 ippPort(void) in ippPort() function
|
D | ipp.h | 889 extern int ippPort(void);
|
D | dest.c | 896 …if ((http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, HTTP_ENCRYPTION_IF_REQUESTED, 1… in _cupsCreateDest() 1413 "localhost", ippPort(), "/printers/%s", name); in _cupsGetDests()
|