Home
last modified time | relevance | path

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

/external/libcups/cups/
Drequest.c257 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) in cupsDoIORequest()
562 return (httpRead2(http, buffer, length)); in cupsReadResponseData()
Dgetputfile.c196 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) in cupsGetFd()
Dlibcups2.def372 httpRead2
Dhttp.h557 extern ssize_t httpRead2(http_t *http, char *buffer, size_t length) _CUPS_API_1_2;
Dtesthttp.c922 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) in main()
Dhttp.c655 while (httpRead2(http, buffer, sizeof(buffer)) > 0); in httpFlush()
1964 return ((int)httpRead2(http, buffer, (size_t)length)); in httpRead()
1975 httpRead2(http_t *http, /* I - HTTP connection */ in httpRead2() function
Dipp.c6754 if ((bytes = httpRead2(http, (char *)buffer, length - (size_t)tbytes)) < 0) in ipp_read_http()
Dipp.c.orig6839 if ((bytes = httpRead2(http, (char *)buffer, length - (size_t)tbytes)) < 0)