Searched refs:endPos (Results 1 – 3 of 3) sorted by relevance
159 virtual int OnDone(const SourcePos& endPos);179 virtual int OnDone(const SourcePos& endPos);
755 int endPos = pduDataStream.available(); in parseParts() local756 int partHeaderLen = headerLength - (startPos - endPos); in parseParts()1435 int endPos = pduDataStream.available(); in parseContentType() local1436 int parameterLen = length - (startPos - endPos); in parseContentType()
3752 const uint8_t* endPos = ((const uint8_t*)pkg) + dtohs(pkg->header.size); in parsePackage() local3753 while (((const uint8_t*)chunk) <= (endPos-sizeof(ResChunk_header)) && in parsePackage()3754 ((const uint8_t*)chunk) <= (endPos-dtohl(chunk->size))) { in parsePackage()3763 endPos, "ResTable_typeSpec"); in parsePackage()3810 endPos, "ResTable_type"); in parsePackage()3876 endPos, "ResTable_package:unknown"); in parsePackage()