Home
last modified time | relevance | path

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

/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/utilint/
H A DFreePortLocator.java32 private int currPort; field in FreePortLocator
58 currPort = portStart; in FreePortLocator()
84 while (++currPort < portEnd) { in next()
89 s = new Socket(hostname, currPort); in next()
120 ss = new ServerSocket(currPort); in next()
122 ds = new DatagramSocket(currPort); in next()
127 "FreePortLocator: " + currPort + in next()
157 new InetSocketAddress(hostname, currPort); in next()
168 "FreePortLocator: " + currPort + in next()
198 return currPort; in next()
[all …]
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Double_Window.cxx222 GWorldPtr currPort; in fl_end_offscreen() local
224 GetGWorld( &currPort, &currGD ); in fl_end_offscreen()
226 PixMapHandle pm = GetGWorldPixMap(currPort); in fl_end_offscreen()