Lines Matching defs:header
122 _MBCSHeader header={ { 0, 0, 0, 0 }, 0, 0, 0, 0, 0, 0, 0 };
124 /* write the header and base table name for an extension-only table */
133 /* fill the header */
134 header.version[0]=4;
135 header.version[1]=2;
136 header.flags=(uint32_t)((headerSize<<8)|MBCS_OUTPUT_EXT_ONLY);
138 /* write the header and the base table name */
139 udata_writeBlock(pData, &header, MBCS_HEADER_V4_LENGTH*4);
462 /* allocate the section: 1 entry for the header + count for the items */
465 /* write the section header */
746 /* allocate the section: 1 entry for the header + count for the items */
750 /* write the section header */