Searched refs:httpWrite2 (Results 1 – 7 of 7) sorted by relevance
/external/libcups/cups/ |
D | getputfile.c | 410 httpWrite2(http, buffer, (size_t)bytes); in cupsPutFd() 415 httpWrite2(http, buffer, 0); in cupsPutFd()
|
D | request.c | 359 if (httpWrite2(http, "", 0) < 0) in cupsGetResponse() 937 if (httpWrite2(http, buffer, length) < 0) in cupsWriteRequestData()
|
D | libcups2.def | 398 httpWrite2
|
D | http.c | 1921 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()
|
D | http.h | 566 extern ssize_t httpWrite2(http_t *http, const char *buffer,
|
D | ipp.c | 5374 return (ippWriteIO(http, (ipp_iocb_t)httpWrite2, http->blocking, NULL, ipp)); in ippWrite()
|
D | ipp.c.orig | 5460 return (ippWriteIO(http, (ipp_iocb_t)httpWrite2, http->blocking, NULL, ipp));
|