Home | History | Annotate | Download | only in test

Lines Matching full:itemlen

535         int itemlen;
558 itemlen = (lh << 8) | ll;
560 if (itemlen < 2) {
565 mSections[mSectionsRead].Size = itemlen;
567 Data = (unsigned char *)malloc(itemlen);
578 if (pos+itemlen-2 > buffer_size) {
583 memcpy(Data+2, buffer+pos, itemlen-2); // Read the whole section.
584 pos += itemlen-2;