Searched refs:httpRead (Results 1 – 4 of 4) sorted by relevance
62 httpRead ;
375 extern int httpRead(http_t *http, char *buffer, int length);
898 while (httpRead(http, buffer, sizeof(buffer)) > 0); in httpFlush()907 httpRead(http_t *http, /* I - HTTP data */ in httpRead() function
333 while ((rc = httpRead(svc->connection, p, i)) != i) { in ipp_request_read()