Home
last modified time | relevance | path

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

12

/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Drequest.c287 while ((bytes = (int)httpRead2(http, buffer, sizeof(buffer))) > 0) in cupsDoIORequest()
521 return (httpRead2(http, buffer, length)); in cupsReadResponseData()
H A Dgetputfile.c172 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) in cupsGetFd()
H A Dtesthttp.c548 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) in main()
H A Dhttp.h426 extern ssize_t httpRead2(http_t *http, char *buffer, size_t length) _CUPS_API_1_2;
H A Dhttp.c598 while (httpRead2(http, buffer, sizeof(buffer)) > 0); in httpFlush()
1374 return ((int)httpRead2(http, buffer, length)); in httpRead()
1385 httpRead2(http_t *http, /* I - Connection to server */ in httpRead2() function
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/cups/
H A Drequest.c287 while ((bytes = (int)httpRead2(http, buffer, sizeof(buffer))) > 0) in cupsDoIORequest()
521 return (httpRead2(http, buffer, length)); in cupsReadResponseData()
H A Dgetputfile.c172 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) in cupsGetFd()
H A Dtesthttp.c548 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) in main()
H A Dhttp.h426 extern ssize_t httpRead2(http_t *http, char *buffer, size_t length) _CUPS_API_1_2;
H A Dhttp.c598 while (httpRead2(http, buffer, sizeof(buffer)) > 0); in httpFlush()
1374 return ((int)httpRead2(http, buffer, length)); in httpRead()
1385 httpRead2(http_t *http, /* I - Connection to server */ in httpRead2() function
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Drequest.c286 while ((bytes = (int)httpRead2(http, buffer, sizeof(buffer))) > 0) in cupsDoIORequest()
595 return (httpRead2(http, buffer, length)); in cupsReadResponseData()
H A Dgetputfile.c176 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) in cupsGetFd()
H A Dlibcups2.def261 httpRead2
H A Dtesthttp.c807 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) in main()
H A Dhttp.h547 extern ssize_t httpRead2(http_t *http, char *buffer, size_t length) _CUPS_API_1_2;
/dports/print/cups/cups-2.3.3op2/cups/
H A Drequest.c252 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) in cupsDoIORequest()
557 return (httpRead2(http, buffer, length)); in cupsReadResponseData()
H A Dgetputfile.c192 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) in cupsGetFd()
H A Dlibcups2.def424 httpRead2
H A Dtesthttp.c917 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) in main()
H A Dhttp.h522 extern ssize_t httpRead2(http_t *http, char *buffer, size_t length) _CUPS_API_1_2;
/dports/www/firefox-esr/firefox-91.8.0/third_party/cups/include/cups/
H A Dhttp.h522 extern ssize_t httpRead2(http_t *http, char *buffer, size_t length) _CUPS_API_1_2;
/dports/www/firefox/firefox-99.0/third_party/cups/include/cups/
H A Dhttp.h522 extern ssize_t httpRead2(http_t *http, char *buffer, size_t length) _CUPS_API_1_2;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/cups/include/cups/
H A Dhttp.h522 extern ssize_t httpRead2(http_t *http, char *buffer, size_t length) _CUPS_API_1_2;
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dhttp.h559 extern ssize_t httpRead2(http_t *http, char *buffer, size_t length) _CUPS_API_1_2;
H A Dfile.c574 while ((bytes = httpRead2(http, resource, sizeof(resource))) > 0) in file_find_check()

12