Searched refs:httpReadRequest (Results 1 – 5 of 5) sorted by relevance
425 httpReadRequest
556 extern http_state_t httpReadRequest(http_t *http, char *resource, size_t resourcelen) _CUPS_API_1_7;
2142 httpReadRequest(http_t *http, /* I - HTTP connection */ in httpReadRequest() function
625 con->operation = httpReadRequest(con->http, con->uri, sizeof(con->uri)); in cupsdReadClient()
5667 while ((http_state = httpReadRequest(client->http, uri, in process_http()