Lines Matching refs:footer
243 std::vector<char> footer; variable
244 footer += "PK"; // first part of sig
245 footer += (uint16_t)0x0605; // second part of sig
246 footer += (uint16_t)0; // number of this disk
247 footer += (uint16_t)0; // disk where footer starts
248 footer += (uint16_t)(nrecs + 1); // number of records on this disk
249 footer += (uint16_t)(nrecs + 1); // total number of records
250 footer += (uint32_t)global_header.size(); // nbytes of global headers
251 footer +=
254 footer += (uint16_t)0; // zip file comment length
261 fwrite(&footer[0], sizeof(char), footer.size(), fp);