Home | History | Annotate | Download | only in orig

Lines Matching full:ahdr

2567   unsigned char aHdr[100];
2574 i = pFile->pMethods->xRead(pFile, aHdr, 100, 0);
2579 i = get2byteInt(aHdr+16);
2582 fprintf(p->out, "%-20s %d\n", "write format:", aHdr[18]);
2583 fprintf(p->out, "%-20s %d\n", "read format:", aHdr[19]);
2584 fprintf(p->out, "%-20s %d\n", "reserved bytes:", aHdr[20]);
2587 unsigned int val = get4byteInt(aHdr + ofst);