Searched refs:cumEndOffset (Results 1 – 1 of 1) sorted by relevance
443 UT_uint32 cumEndOffset = 0; in getSpanAttrProp() local445 for (pfTemp=pfsBlock->getNext(); (pfTemp); cumOffset=cumEndOffset, pfTemp=pfTemp->getNext()) in getSpanAttrProp()447 cumEndOffset = cumOffset+pfTemp->getLength(); in getSpanAttrProp()449 if (offset > cumEndOffset) // the place we want is way past the end of pfTemp, in getSpanAttrProp()463 …if (offset == cumEndOffset) // there's a frag boundary exactly where we want. pfTemp is to our le… in getSpanAttrProp()476 UT_return_val_if_fail (offset < cumEndOffset,false); in getSpanAttrProp()