Go to the documentation of this file.
27 while ((t = n) !=
NULL) {
52 debugs(20, 3,
"storeSwapMetaBuild URL: " << url);
114 buflen +=
sizeof(
int);
116 for (t = tlv_list; t; t = t->next)
117 buflen +=
sizeof(
char) +
sizeof(
int) + t->length;
124 memcpy(&buf[j], &buflen,
sizeof(
int));
128 for (t = tlv_list; t; t = t->next) {
129 buf[j] = t->getType();
131 memcpy(&buf[j], &t->length,
sizeof(
int));
133 memcpy(&buf[j], t->value, t->length);
137 assert((
int) j == buflen);
int64_t expectedReplySize() const
#define SQUID_MD5_DIGEST_LENGTH
#define STORE_HDR_METASIZE
size_type length() const
Returns the number of bytes stored in SBuf.
#define debugs(SECTION, LEVEL, CONTENT)
HttpRequestPointer request