Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dipp.c59 static int copy_banner(cupsd_client_t *con, cupsd_job_t *job,
725 if ((kbytes = copy_banner(NULL, job, attr->values[1].string.text)) < 0) in cupsdTimeoutJob()
1886 if ((kbytes = copy_banner(con, job, attr->values[0].string.text)) < 0) in add_job()
4092 copy_banner(cupsd_client_t *con, /* I - Client connection */ in copy_banner() function