Home
last modified time | relevance | path

Searched refs:ippPort (Results 1 – 9 of 9) sorted by relevance

/external/libcups/cups/
Dtestadmin.c49 http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, in main()
Dadminutil.c892 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()
Dutil.c110 "localhost", ippPort(), "/printers/%s", name); in cupsCancelJob2()
932 NULL, "localhost", ippPort(), "/printers/%s", name); in cupsStartDocument()
Dppd-util.c318 if (cupsServer()[0] == '/' && !_cups_strcasecmp(hostname, "localhost") && port == ippPort()) in cupsGetPPD3()
Dlibcups2.def459 ippPort
Drequest.c1055 if ((cg->http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, in _cupsConnect()
Dipp-support.c2210 ippPort(void) in ippPort() function
Dipp.h889 extern int ippPort(void);
Ddest.c896 …if ((http = httpConnect2(cupsServer(), ippPort(), NULL, AF_UNSPEC, HTTP_ENCRYPTION_IF_REQUESTED, 1… in _cupsCreateDest()
1413 "localhost", ippPort(), "/printers/%s", name); in _cupsGetDests()