Lines Matching full:ahdr
2589 unsigned char aHdr[100];
2596 i = pFile->pMethods->xRead(pFile, aHdr, 100, 0);
2601 i = get2byteInt(aHdr+16);
2604 fprintf(p->out, "%-20s %d\n", "write format:", aHdr[18]);
2605 fprintf(p->out, "%-20s %d\n", "read format:", aHdr[19]);
2606 fprintf(p->out, "%-20s %d\n", "reserved bytes:", aHdr[20]);
2609 unsigned int val = get4byteInt(aHdr + ofst);