Searched defs:hdr_len (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/http/ |
H A D | chunk_filter.c | 131 apr_size_t hdr_len; local 136 hdr_len = apr_snprintf(chunk_hdr, sizeof(chunk_hdr), 138 ap_xlate_proto_to_ascii(chunk_hdr, hdr_len); 139 e = apr_bucket_transient_create(chunk_hdr, hdr_len,
|
/httpd/modules/debugging/ |
H A D | mod_firehose.c | 128 apr_size_t hdr_len; local 135 hdr_len = apr_snprintf(header, sizeof(header), HEADER_FMT, 138 ap_xlate_proto_to_ascii(header, hdr_len); 140 rv = apr_file_write_full(ctx->conn->file, header, hdr_len, NULL); 152 (apr_uint64_t)(hdr_len), ctx->conn->filename, ctx->conn->direction, ctx->uuid, ctx->count); 161 (apr_uint64_t)(hdr_len), ctx->conn->filename, ctx->conn->direction, ctx->uuid, ctx->count); 201 apr_size_t hdr_len; local 210 hdr_len = apr_snprintf(header, sizeof(header), HEADER_FMT, 213 ap_xlate_proto_to_ascii(header, hdr_len); 216 vec[0].iov_len = hdr_len; [all...] |
/httpd/modules/proxy/ |
H A D | mod_proxy_http.c | 241 apr_size_t hdr_len; local 272 hdr_len = apr_snprintf(chunk_hdr, sizeof(chunk_hdr), 276 ap_xlate_proto_to_ascii(chunk_hdr, hdr_len); 277 e = apr_bucket_transient_create(chunk_hdr, hdr_len,
|
Completed in 26 milliseconds