Home
last modified time | relevance | path

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

/external/libcups/cups/
Dgetputfile.c410 httpWrite2(http, buffer, (size_t)bytes); in cupsPutFd()
415 httpWrite2(http, buffer, 0); in cupsPutFd()
Drequest.c359 if (httpWrite2(http, "", 0) < 0) in cupsGetResponse()
937 if (httpWrite2(http, buffer, length) < 0) in cupsWriteRequestData()
Dlibcups2.def398 httpWrite2
Dhttp.c1921 return ((int)httpWrite2(http, buf, (size_t)bytes)); in httpPrintf()
3194 return ((int)httpWrite2(http, buffer, (size_t)length)); in httpWrite()
3205 httpWrite2(http_t *http, /* I - HTTP connection */ in httpWrite2() function
3539 if (httpWrite2(http, "\r\n", 2) < 2) in httpWriteResponse()
Dhttp.h566 extern ssize_t httpWrite2(http_t *http, const char *buffer,
Dipp.c5374 return (ippWriteIO(http, (ipp_iocb_t)httpWrite2, http->blocking, NULL, ipp)); in ippWrite()
Dipp.c.orig5460 return (ippWriteIO(http, (ipp_iocb_t)httpWrite2, http->blocking, NULL, ipp));