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

/external/libcups/filter/
H A Draster.c53 size_t iocount; /* Number of bytes read/written */ member in struct:_cups_raster_s
1376 DEBUG_printf(("4cups_raster_read_header: r->iocount=" CUPS_LLFMT, CUPS_LLCAST r->iocount));
1404 DEBUG_printf(("4cups_raster_read_header: EOF, r->iocount=" CUPS_LLFMT, CUPS_LLCAST r->iocount));
1462 DEBUG_printf(("4cups_raster_read_header: EOF, r->iocount=" CUPS_LLFMT, CUPS_LLCAST r->iocount));
1537 r->iocount += (size_t)count;
1623 r->iocount += (size_t)remaining;
1638 r->iocount
[all...]

Completed in 102 milliseconds