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

/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp487 static int rtSocketCloseIt(RTSOCKETINT *pThis, bool fDestroy) function
553 rtSocketCloseIt(pThis, true);
570 int rc = rtSocketCloseIt(pThis, cRefs == 1);

Completed in 61 milliseconds