Searched refs:httpAssembleUUID (Results 1 – 7 of 7) sorted by relevance
/external/libcups/cups/ |
D | libcups2.def | 356 httpAssembleUUID
|
D | http.h | 551 extern char *httpAssembleUUID(const char *server, int port, const char *name, int number, char *bu…
|
D | testhttp.c | 540 httpAssembleUUID("hostname.example.com", 631, "printer", 12345, buffer, in main()
|
D | http-support.c | 493 httpAssembleUUID(const char *server, /* I - Server name */ in httpAssembleUUID() function
|
/external/libcups/tools/ |
D | ippeveprinter.c | 1181 …httpAssembleUUID(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/ |
D | printers.c | 90 cupsdSetString(&p->uuid, httpAssembleUUID(ServerName, RemotePort, name, 0, in cupsdAddPrinter()
|
D | ipp.c | 2194 httpAssembleUUID(ServerName, RemotePort, job->dest, job->id, in add_job_uuid()
|