Searched refs:isServer (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DIPFilter.h58 * @param isServer Whether this IP belongs to a server or a client. Needed for statistical purposes only.
63 bool IsFiltered( uint32 IP2test, bool isServer = false );
H A DIPFilter.cpp419 bool CIPFilter::IsFiltered(uint32 IPTest, bool isServer) argument
421 if ((!thePrefs::IsFilteringClients() && !isServer) || (!thePrefs::IsFilteringServers() && isServer)) {
428 if (isServer) {
465 if (isServer) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Drelocate.cc52 const QString path = Utils::remoteFileChooser( this, title, myPath, true, mySession.isServer() );
84 if( mySession.isServer() )
H A Dsession.h69 bool isServer( ) const;
71 /** returns true if isServer() is true or if the remote address is the localhost */
H A Dprefs-dialog.cc476 const QString path = Utils::remoteFileChooser( this, title, myPath, false, mySession.isServer() );
487 const QString path = Utils::remoteFileChooser( this, title, myPath, true, mySession.isServer() );
509 const QString path = Utils::remoteFileChooser( this, title, myPath, true, mySession.isServer() );
621 myIsServer( session.isServer( ) ),
H A Dmainwin.cc289 if( mySession.isServer( ) )
734 myNetworkLabel->setVisible( !mySession.isServer( ) );
H A Dsession.cc349 Session :: isServer( ) const function in class:Session
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dnss.c613 PRBool isServer)
621 return SSL_AuthCertificate(CERT_GetDefaultCertDB(), fd, checksig, isServer);
612 nss_auth_cert_hook(void *arg, PRFileDesc *fd, PRBool checksig, PRBool isServer) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dcommons-httpclient-3.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...

Completed in 196 milliseconds