Lines Matching refs:hdr_len
128 apr_size_t hdr_len;
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;
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;