Home
last modified time | relevance | path

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

/external/libcups/cups/
Dfile.h97 extern off_t cupsFileSeek(cups_file_t *fp, off_t pos) _CUPS_API_1_2;
Dlibcups2.def187 cupsFileSeek
Dtestfile.c396 if ((pos = cupsFileSeek(fp, expected)) != expected) in random_tests()
Dfile.c1782 cupsFileSeek(cups_file_t *fp, /* I - CUPS file */ in cupsFileSeek() function
Dppd-cache.c575 cupsFileSeek(fp, pos + length); in _ppdCacheCreateWithFile()
/external/libcups/filter/
Dpstops.c530 if (cupsFileSeek(fp, offset) < 0) in copy_bytes()