Home
last modified time | relevance | path

Searched refs:httpRead (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/print/libhttp-core/common/
H A Dmapfile62 httpRead ;
H A Dhttp.h375 extern int httpRead(http_t *http, char *buffer, int length);
H A Dhttp.c898 while (httpRead(http, buffer, sizeof(buffer)) > 0); in httpFlush()
907 httpRead(http_t *http, /* I - HTTP data */ in httpRead() function
/titanic_41/usr/src/lib/print/libpapi-ipp/common/
H A Dipp-support.c333 while ((rc = httpRead(svc->connection, p, i)) != i) { in ipp_request_read()