Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtestfile.c307 if ((pos = cupsFileTell(fp)) != (off_t)expected) in random_tests()
345 if ((pos = cupsFileTell(fp)) != (off_t)expected) in random_tests()
594 if ((length = cupsFileTell(fp)) == 81933283) in read_write_tests()
779 if ((length = cupsFileTell(fp)) == 81933283) in read_write_tests()
Dfile.h101 extern off_t cupsFileTell(cups_file_t *fp) _CUPS_API_1_2;
Dlibcups2.def191 cupsFileTell
Dfile.c2036 cupsFileTell(cups_file_t *fp) /* I - CUPS file */ in cupsFileTell() function
Dppd-cache.c536 off_t pos = cupsFileTell(fp), /* Position in file */ in _ppdCacheCreateWithFile()
578 if (cupsFileTell(fp) != (pos + length)) in _ppdCacheCreateWithFile()
Dppd.c2061 (unsigned long)cupsFileTell(fp))); in _ppdOpen()
/external/libcups/filter/
Dpstops.c425 pageinfo->offset = cupsFileTell(doc->temp); in add_page()
877 pageinfo->length = (ssize_t)(cupsFileTell(doc->temp) - pageinfo->offset); in copy_dsc()
901 pageinfo->length = (ssize_t)(cupsFileTell(doc->temp) - pageinfo->offset); in copy_dsc()
1669 pageinfo->length = (ssize_t)(cupsFileTell(doc->temp) - pageinfo->offset); in copy_page()