Lines Matching defs:body_len
77 uint32_t body_len, value_pos;
90 memcpy(&body_len, data+8, 4); body_len = ntohl(body_len);
91 body_len += MEMCACHED_REPLY_HDR_LENGTH;
92 if (size < body_len) {
109 if (value_pos > body_len) {
114 conn->reply.value_len = body_len - value_pos;
117 i_stream_skip(conn->conn.input, body_len);
258 uint32_t body_len = htonl(key_len);
269 buffer_append(buf, &body_len, sizeof(body_len));