Searched refs:httpRead2 (Results 1 – 8 of 8) sorted by relevance
/external/libcups/cups/ |
D | request.c | 257 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) in cupsDoIORequest() 562 return (httpRead2(http, buffer, length)); in cupsReadResponseData()
|
D | getputfile.c | 196 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) in cupsGetFd()
|
D | libcups2.def | 372 httpRead2
|
D | http.h | 557 extern ssize_t httpRead2(http_t *http, char *buffer, size_t length) _CUPS_API_1_2;
|
D | testhttp.c | 922 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) in main()
|
D | http.c | 655 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
|
D | ipp.c | 6754 if ((bytes = httpRead2(http, (char *)buffer, length - (size_t)tbytes)) < 0) in ipp_read_http()
|
D | ipp.c.orig | 6839 if ((bytes = httpRead2(http, (char *)buffer, length - (size_t)tbytes)) < 0)
|