Searched refs:lh (Results 1 – 2 of 2) sorted by relevance
219 int ll = 0,lh = 0, got = 0; local249 ReadFile(infile, &lh, 1, &got, NULL);252 lh = fgetc(infile);256 itemlen = (lh << 8) | ll;268 Data[0] = (uchar)lh;
567 size_t ll,lh; in ReadSectionsFromBuffer() local592 lh = buffer[pos++]; in ReadSectionsFromBuffer()595 itemlen = (lh << 8) | ll; in ReadSectionsFromBuffer()612 Data[0] = (unsigned char)lh; in ReadSectionsFromBuffer()