Lines Matching defs:response
47 * It holds response cache and non-blocking sending data.
50 size_t nread_resp; /* number of bytes currently read of a server response */
51 bool pending_resp; /* set TRUE when a server response is pending or in
52 progress, and is cleared once the last response is
57 struct curltime response; /* set to Curl_now() when a command has been sent
58 off, used to time-out response reading */
60 milliseconds we await for a server response. */
63 size_t overflow; /* number of bytes left after a final response line */
64 size_t nfinal; /* number of bytes in the final response line, which
91 /* initialize stuff to prepare for reading a fresh new response */
132 * Reads a piece of a server response.
138 size_t *size); /* size of the response */