Home
last modified time | relevance | path

Searched refs:httpAssembleUUID (Results 1 – 7 of 7) sorted by relevance

/external/libcups/cups/
Dlibcups2.def356 httpAssembleUUID
Dhttp.h551 extern char *httpAssembleUUID(const char *server, int port, const char *name, int number, char *bu…
Dtesthttp.c540 httpAssembleUUID("hostname.example.com", 631, "printer", 12345, buffer, in main()
Dhttp-support.c493 httpAssembleUUID(const char *server, /* I - Server name */ in httpAssembleUUID() function
/external/libcups/tools/
Dippeveprinter.c1181httpAssembleUUID(client->printer->hostname, client->printer->port, client->printer->name, job->id,… in create_job()
1694 httpAssembleUUID(printer->hostname, serverport, name, 0, uuid, sizeof(uuid)); in create_printer()
/external/libcups/scheduler/
Dprinters.c90 cupsdSetString(&p->uuid, httpAssembleUUID(ServerName, RemotePort, name, 0, in cupsdAddPrinter()
Dipp.c2194 httpAssembleUUID(ServerName, RemotePort, job->dest, job->id, in add_job_uuid()