Lines Matching defs:headers
81 #define OHS_HEADERS 2 /* MIME headers of response being read */
82 #define OHS_REDIRECT 3 /* MIME headers being read, expecting Location */
344 const STACK_OF(CONF_VALUE) *headers, const char *host)
350 for (i = 0; i < sk_CONF_VALUE_num(headers); i++) {
351 hdr = sk_CONF_VALUE_value(headers, i);
560 /* Last operation was adding headers: need a final \r\n */
730 /* Look for blank line indicating end of headers */
735 if (*p != '\0') /* not end of headers */
1005 const STACK_OF(CONF_VALUE) *headers,
1026 && add1_headers(rctx, headers, rctx->server)
1115 int buf_size, const STACK_OF(CONF_VALUE) *headers,
1146 if (!OSSL_HTTP_set1_request(rctx, path, headers,
1207 int buf_size, const STACK_OF(CONF_VALUE) *headers,
1222 if (OSSL_HTTP_set1_request(rctx, path, headers, content_type, req,
1380 /* Wrong protocol, not even HTTP, so stop reading headers */
1409 /* Read past all following headers */