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

/external/libcups/filter/
H A Dgziptoany.c84 cupsFileRewind(fp);
/external/libcups/cups/
H A Dfile.h98 extern off_t cupsFileRewind(cups_file_t *fp) _CUPS_API_1_2;
H A Dtestfile.c147 fputs("cupsFileRewind: ", stdout);
149 if (cupsFileRewind(fp) != 0)
H A Dfile.c1647 * 'cupsFileRewind()' - Set the current file position to the beginning of the
1654 cupsFileRewind(cups_file_t *fp) /* I - CUPS file */ function
1660 DEBUG_printf(("cupsFileRewind(fp=%p)", (void *)fp));
1661 DEBUG_printf(("2cupsFileRewind: pos=" CUPS_LLFMT, CUPS_LLCAST fp->pos));
1684 DEBUG_printf(("2cupsFileRewind: pos=" CUPS_LLFMT, CUPS_LLCAST fp->pos));
1703 DEBUG_printf(("1cupsFileRewind: lseek failed: %s", strerror(errno)));
1713 DEBUG_printf(("2cupsFileRewind: pos=" CUPS_LLFMT, CUPS_LLCAST fp->pos));
1748 return (cupsFileRewind(fp));

Completed in 119 milliseconds