Lines Matching full:name_length
2166 static const size_t NAME_LENGTH = 40;
2167 unsigned char buf[NAME_LENGTH + 3 * sizeof(int32_t)];
2175 char this_id[NAME_LENGTH + 1];
2176 memcpy(this_id, buf, NAME_LENGTH);
2177 this_id[NAME_LENGTH] = '\0';
2180 specific_zone_offset = to_int(buf + NAME_LENGTH) + ntohl(header.data_offset);
2181 *data_size = to_int(buf + NAME_LENGTH + sizeof(int32_t));