Home | History | Annotate | Download | only in Lib

Lines Matching full:lastpos

1325         lastpos = 0L
1335 if offset > lastpos:
1336 sp.append(_hole(lastpos, offset - lastpos))
1339 lastpos = offset + numbytes
1356 if offset > lastpos:
1357 sp.append(_hole(lastpos, offset - lastpos))
1360 lastpos = offset + numbytes
1364 if lastpos < origsize:
1365 sp.append(_hole(lastpos, origsize - lastpos))