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.java1642 long posn; in checkfpx() local
1644 if ((posn = skipForward(is, toSkip)) < toSkip) { in checkfpx()
1657 posn+=2; in checkfpx()
1673 posn += 2; in checkfpx()
1674 toSkip = (long)0x30 - posn; in checkfpx()
1680 posn += skipped; in checkfpx()
1699 posn += 4; in checkfpx()