Searched refs:jobsize (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/cups-408/cups/berkeley/
H A Dlpq.c313 jobsize, /* job-k-octets */ local
435 jobsize = 0;
450 jobsize = attr->values[0].integer;
529 namestr, 1024.0 * jobsize);
534 rankstr, jobuser, jobid, jobname, 1024.0 * jobsize);
/macosx-10.10/cups-408/cups/cups/
H A Dppd-cache.c1848 jobsize; /* Size data from job */ local
1934 if (!pwgInitSize(&jobsize, job, &margins_set))
1951 jobsize.width = media->width;
1952 jobsize.length = media->length;
1974 dwidth = size->width - jobsize.width;
1975 dlength = size->length - jobsize.length;
1986 dleft = size->left - jobsize.left;
1987 dright = size->right - jobsize.right;
1988 dtop = size->top - jobsize.top;
1989 dbottom = size->bottom - jobsize
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Dcups-lpd.c1315 jobsize, /* job-k-octets */ local
1458 jobsize = 0;
1473 jobsize = attr->values[0].integer;
1539 printf(" %-39.39s %.0f bytes\n", namestr, 1024.0 * jobsize);
1543 jobid, jobname, 1024.0 * jobsize);

Completed in 206 milliseconds