Lines Matching defs:lth
212 static int replaceusa(struct BUFFER *buffer, unsigned int lth)
230 && ((xusa + 1) < lth)
231 && ((nusa - 1)*NTFSBLKLTH == lth)) {
254 struct ATTR *getattrentry(unsigned int key, unsigned int lth)
278 if (pa->namelen < lth) {
280 sizeof(struct ATTR) + lth);
287 pa = (struct ATTR*)malloc(sizeof(struct ATTR) + lth);
389 void hexdump(const char *buf, unsigned int lth)
393 for (i=0; i<lth; i+=16) {
395 k = ((lth - i) < 16 ? lth : 16 + i);
1313 int lth;
1386 lth = getle32(buf, base + 4);
1387 if ((lth <= 0) || (lth & 7))
1390 base += lth;
1594 lth = buf[base + 80] & 255;
1596 if (getle16(buf,10) == (u32)(2*lth + 66)) {