• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/

Lines Matching defs:response

537 /* The maximum size of a single HTTP response we care to read.  Rather
560 struct response {
561 /* The response data. */
565 For example, given this HTTP response:
585 /* Create a new response object from the text of the HTTP response,
590 static struct response *
596 struct response *resp = xnew0 (struct response);
602 (HTTP/0.9) response. In that case, don't set HEADERS at
651 resp_header_locate (const struct response *resp, const char *name, int start,
696 resp_header_get (const struct response *resp, const char *name,
703 /* Copy the response header named NAME to buffer BUF, no longer than
712 resp_header_copy (const struct response *resp, const char *name,
731 resp_header_strdup (const struct response *resp, const char *name)
748 resp_status (const struct response *resp, char **message)
755 /* For a HTTP/0.9 response, assume status 200. */
808 resp_free (struct response *resp)
814 /* Print a single line of response, the characters [b, e). We tried
829 /* Print the server response, line by line, omitting the trailing CRLF
833 print_server_response (const struct response *resp, const char *prefix)
900 request. The response is not useful to the user, but reading it
1132 response has been received and the server has promised that the
1250 body in response to HEAD, or if it sends more than conent-length
1429 struct response *resp;
1741 logprintf (LOG_VERBOSE, _("Failed reading proxy response: %s\n"),
1812 logprintf (LOG_VERBOSE, _("%s request sent, awaiting response... "),
1837 DEBUGP (("\n---response begin---\n%s---response end---\n", head));
2157 response, the server can output a preferred URL through
2218 after the end of file and the server response with 416
2253 downloaded at all, or if the original server response is
2294 servers not to send body in response to a HEAD request, and
2386 /* Now we no longer need to store the response header. */
3096 challenge-response mechanism, but unlike digest, it is non-standard
3229 username=\"%s\", realm=\"%s\", nonce=\"%s\", uri=\"%s\", response=\"%s\"",
3273 `WWW-Authenticate' response header is seen, according to the