Home
last modified time | relevance | path

Searched refs:posn (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DURLConnection.java1615 long posn; in checkfpx() local
1617 if ((posn = skipForward(is, toSkip)) < toSkip) { in checkfpx()
1630 posn+=2; in checkfpx()
1646 posn += 2; in checkfpx()
1647 toSkip = (long)0x30 - posn; in checkfpx()
1653 posn += skipped; in checkfpx()
1672 posn += 4; in checkfpx()