HomeSort by relevance Sort by last modified time
    Searched refs:cupsFileTell (Results 1 - 6 of 6) sorted by null

  /external/libcups/cups/
file.h 103 extern off_t cupsFileTell(cups_file_t *fp) _CUPS_API_1_2;
testfile.c 304 * cupsFileTell()
309 fputs("cupsFileTell(): ", stdout);
310 if ((pos = cupsFileTell(fp)) != (off_t)expected)
342 * cupsFileTell()
347 fputs("cupsFileTell(): ", stdout);
348 if ((pos = cupsFileTell(fp)) != (off_t)expected)
592 * cupsFileTell()
595 fputs("cupsFileTell(): ", stdout);
597 if ((length = cupsFileTell(fp)) == 81933283)
777 * cupsFileTell()
    [all...]
file.c     [all...]
ppd-cache.c 536 off_t pos = cupsFileTell(fp), /* Position in file */
578 if (cupsFileTell(fp) != (pos + length))
    [all...]
ppd.c     [all...]
  /external/libcups/filter/
pstops.c 426 pageinfo->offset = cupsFileTell(doc->temp);
878 pageinfo->length = (ssize_t)(cupsFileTell(doc->temp) - pageinfo->offset);
902 pageinfo->length = (ssize_t)(cupsFileTell(doc->temp) - pageinfo->offset);
    [all...]

Completed in 209 milliseconds