Searched defs:SIZEOF_WSABUF (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousSocketChannelImpl.java56 private static final int SIZEOF_WSABUF = dependsArch(8, 16); field in class:WindowsAsynchronousSocketChannelImpl
63 private static final int SIZEOF_WSABUFARRAY = MAX_WSABUF * SIZEOF_WSABUF;
416 address += SIZEOF_WSABUF;
693 address += SIZEOF_WSABUF;

Completed in 31 milliseconds