Home
last modified time | relevance | path

Searched refs:shahostport (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/auth/
H A Dqgsauthmanager.cpp2234 if ( mIgnoredSslErrorsCache.contains( shahostport ) ) in removeSslCertCustomConfig()
2236 mIgnoredSslErrorsCache.remove( shahostport ); in removeSslCertCustomConfig()
2277 QString shahostport( QStringLiteral( "%1:%2" ) in updateIgnoredSslErrorsCacheFromConfig() local
2280 if ( mIgnoredSslErrorsCache.contains( shahostport ) ) in updateIgnoredSslErrorsCacheFromConfig()
2282 mIgnoredSslErrorsCache.remove( shahostport ); in updateIgnoredSslErrorsCacheFromConfig()
2301 if ( !rx.exactMatch( shahostport ) ) in updateIgnoredSslErrorsCache()
2310 mIgnoredSslErrorsCache.remove( shahostport ); in updateIgnoredSslErrorsCache()
2334 mIgnoredSslErrorsCache.insert( shahostport, errs ); in updateIgnoredSslErrorsCache()
2360 QString shahostport( QStringLiteral( "%1:%2" ) in rebuildIgnoredSslErrorCache() local
2370 if ( prevcache.contains( shahostport ) ) in rebuildIgnoredSslErrorCache()
[all …]
H A Dqgsauthmanager.h488 bool updateIgnoredSslErrorsCache( const QString &shahostport, const QList<QSslError> &errors );
/dports/graphics/qgis/qgis-3.22.3/src/core/auth/
H A Dqgsauthmanager.cpp2375 if ( mIgnoredSslErrorsCache.contains( shahostport ) ) in removeSslCertCustomConfig()
2377 mIgnoredSslErrorsCache.remove( shahostport ); in removeSslCertCustomConfig()
2418 QString shahostport( QStringLiteral( "%1:%2" ) in updateIgnoredSslErrorsCacheFromConfig() local
2421 if ( mIgnoredSslErrorsCache.contains( shahostport ) ) in updateIgnoredSslErrorsCacheFromConfig()
2423 mIgnoredSslErrorsCache.remove( shahostport ); in updateIgnoredSslErrorsCacheFromConfig()
2442 if ( !rx.match( shahostport ).hasMatch() ) in updateIgnoredSslErrorsCache()
2451 mIgnoredSslErrorsCache.remove( shahostport ); in updateIgnoredSslErrorsCache()
2475 mIgnoredSslErrorsCache.insert( shahostport, errs ); in updateIgnoredSslErrorsCache()
2501 QString shahostport( QStringLiteral( "%1:%2" ) in rebuildIgnoredSslErrorCache() local
2511 if ( prevcache.contains( shahostport ) ) in rebuildIgnoredSslErrorCache()
[all …]
H A Dqgsauthmanager.h524 bool updateIgnoredSslErrorsCache( const QString &shahostport, const QList<QSslError> &errors );
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/auth/
H A Dqgsauthmanager.sip.in528 bool updateIgnoredSslErrorsCache( const QString &shahostport, const QList<QSslError> &errors );
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/auth/
H A Dqgsauthmanager.sip.in555 bool updateIgnoredSslErrorsCache( const QString &shahostport, const QList<QSslError> &errors );