Home
last modified time | relevance | path

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

/trunk/main/sal/inc/osl/
H A Dsocket.hxx482 inline sal_Bool AcceptorSocket::listen(sal_Int32 MaxPendingConnections) in listen() argument
484 return osl_listenOnSocket( m_handle, MaxPendingConnections ); in listen()
H A Dsocket_decl.hxx626 inline sal_Bool SAL_CALL listen(sal_Int32 MaxPendingConnections= -1);
H A Dsocket.h467 sal_Int32 MaxPendingConnections);
/trunk/main/sal/osl/w32/
H A Dsocket.cxx1399 sal_Int32 MaxPendingConnections) in osl_listenOnSocket() argument
1405 MaxPendingConnections == -1 ? in osl_listenOnSocket()
1407 MaxPendingConnections) != OSL_SOCKET_ERROR); in osl_listenOnSocket()
/trunk/main/vos/source/
H A Dsocket.cxx1222 sal_Bool OAcceptorSocket::listen(sal_Int32 MaxPendingConnections) in listen() argument
1228 return osl_listenOnSocket((*m_pSockRef)(), MaxPendingConnections); in listen()
/trunk/main/sal/osl/unx/
H A Dsocket.c2006 sal_Int32 MaxPendingConnections) in osl_listenOnSocket() argument
2019 MaxPendingConnections == -1 ? in osl_listenOnSocket()
2021 MaxPendingConnections); in osl_listenOnSocket()
/trunk/main/sal/osl/os2/
H A Dsocket.c2029 sal_Int32 MaxPendingConnections) in osl_listenOnSocket() argument
2042 MaxPendingConnections == -1 ? in osl_listenOnSocket()
2044 MaxPendingConnections); in osl_listenOnSocket()
/trunk/main/vos/inc/vos/
H A Dsocket.hxx985 sal_Bool SAL_CALL listen(sal_Int32 MaxPendingConnections= -1);

Completed in 87 milliseconds