Home | History | Annotate | Download | only in test

Lines Matching refs:itemlen

565         size_t itemlen;
595 itemlen = (lh << 8) | ll;
597 if (itemlen < 2) {
602 mSections[mSectionsRead].Size = itemlen;
604 Data = (unsigned char *)malloc(itemlen);
615 if (pos+itemlen-2 > buffer_size) {
620 memcpy(Data+2, buffer+pos, itemlen-2); // Read the whole section.
621 pos += itemlen-2;