Searched refs:MaxPendingConnections (Results 1 – 8 of 8) sorted by relevance
482 inline sal_Bool AcceptorSocket::listen(sal_Int32 MaxPendingConnections) in listen() argument484 return osl_listenOnSocket( m_handle, MaxPendingConnections ); in listen()
626 inline sal_Bool SAL_CALL listen(sal_Int32 MaxPendingConnections= -1);
467 sal_Int32 MaxPendingConnections);
1399 sal_Int32 MaxPendingConnections) in osl_listenOnSocket() argument1405 MaxPendingConnections == -1 ? in osl_listenOnSocket()1407 MaxPendingConnections) != OSL_SOCKET_ERROR); in osl_listenOnSocket()
1222 sal_Bool OAcceptorSocket::listen(sal_Int32 MaxPendingConnections) in listen() argument1228 return osl_listenOnSocket((*m_pSockRef)(), MaxPendingConnections); in listen()
2006 sal_Int32 MaxPendingConnections) in osl_listenOnSocket() argument2019 MaxPendingConnections == -1 ? in osl_listenOnSocket()2021 MaxPendingConnections); in osl_listenOnSocket()
2029 sal_Int32 MaxPendingConnections) in osl_listenOnSocket() argument2042 MaxPendingConnections == -1 ? in osl_listenOnSocket()2044 MaxPendingConnections); in osl_listenOnSocket()
985 sal_Bool SAL_CALL listen(sal_Int32 MaxPendingConnections= -1);
Completed in 64 milliseconds