Home
last modified time | relevance | path

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

/external/libcups/cups/
Dfile.c72 static ssize_t cups_read(cups_file_t *fp, char *buf, size_t bytes);
2235 if ((bytes = cups_read(fp, (char *)fp->buf, sizeof(fp->buf))) < 0) in cups_fill()
2438 if ((bytes = cups_read(fp, (char *)fp->cbuf, sizeof(fp->cbuf))) <= 0) in cups_fill()
2561 if ((bytes = cups_read(fp, fp->buf, sizeof(fp->buf))) <= 0) in cups_fill()
2681 cups_read(cups_file_t *fp, /* I - CUPS file */ in cups_read() function