Lines Matching defs:hdrs
290 *hdrs; /* optional arbitrary headers */
1701 /* Host: header not overridden, add default value to hdrs */
1702 hdrs = apr_pstrcat(cntxt, hdrs, "Host: ", host_field, colonhost, "\r\n", NULL);
1705 /* Header overridden, no need to add, as it is already in hdrs */
1709 /* User-Agent: header not overridden, add default value to hdrs */
1710 hdrs = apr_pstrcat(cntxt, hdrs, "User-Agent: ApacheBench/", AP_AB_BASEREVISION, "\r\n", NULL);
1713 /* Header overridden, no need to add, as it is already in hdrs */
1717 /* Accept: header not overridden, add default value to hdrs */
1718 hdrs = apr_pstrcat(cntxt, hdrs, "Accept: */*\r\n", NULL);
1721 /* Header overridden, no need to add, as it is already in hdrs */
1733 cookie, auth, hdrs);
1748 (content_type != NULL) ? content_type : "text/plain", hdrs);
2141 hdrs = "";
2283 hdrs = apr_pstrcat(cntxt, hdrs, opt_arg, "\r\n", NULL);