Searched defs:newOffset (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libfru/libfru/ |
H A D | PayloadReader.cc | 319 int newOffset = 0, newLength = 0; local 323 newOffset = getIterationOffset(cur, curLen, 325 if (newOffset == -1) 329 newOffset += getOffsetIntoRecord(path->def, path->next->def); 332 return (readRecurse(path->next, &(cur[newOffset]), newLength, 497 int newOffset = 0, newLength = 0; local 502 newOffset = getIterationOffset(cur, curLen, path, 504 if (newOffset == -1) 507 newOffset += getOffsetIntoRecord(path->def, path->next->def); 510 return (updateRecurse(path->next, &(cur[newOffset]), newLengt [all...] |
Completed in 21 milliseconds