HomeSort by relevance Sort by last modified time
    Searched refs:httpWrite2 (Results 1 - 5 of 5) sorted by null

  /external/libcups/cups/
getputfile.c 354 httpWrite2(http, buffer, (size_t)bytes);
359 httpWrite2(http, buffer, 0);
request.c 359 if (httpWrite2(http, "", 0) < 0)
925 if (httpWrite2(http, buffer, length) < 0)
http.c     [all...]
http.h 492 extern int httpWrite(http_t *http, const char *buffer, int length) _CUPS_DEPRECATED_MSG("Use httpWrite2 instead.");
563 extern ssize_t httpWrite2(http_t *http, const char *buffer,
ipp.c     [all...]

Completed in 430 milliseconds