Home
last modified time | relevance | path

Searched refs:current_provider (Results 1 – 20 of 20) sorted by relevance

/dports/security/pkcs11-helper/pkcs11-helper-1.27.0/lib/
H A Dpkcs11h-slotevent.c347 _pkcs11h_provider_t current_provider; in __pkcs11h_slotevent_manager() local
362 current_provider = _g_pkcs11h_data->providers; in __pkcs11h_slotevent_manager()
363 current_provider != NULL; in __pkcs11h_slotevent_manager()
364 current_provider = current_provider->next in __pkcs11h_slotevent_manager()
366 if (current_provider->enabled) { in __pkcs11h_slotevent_manager()
373 &current_provider->slotevent_thread, in __pkcs11h_slotevent_manager()
375 current_provider in __pkcs11h_slotevent_manager()
413 _pkcs11h_provider_t current_provider; in __pkcs11h_slotevent_manager() local
422 current_provider = _g_pkcs11h_data->providers; in __pkcs11h_slotevent_manager()
423 current_provider != NULL; in __pkcs11h_slotevent_manager()
[all …]
H A Dpkcs11h-token.c558 _pkcs11h_provider_t current_provider; in pkcs11h_token_enumTokenIds() local
582 current_provider = _g_pkcs11h_data->providers; in pkcs11h_token_enumTokenIds()
583 current_provider != NULL; in pkcs11h_token_enumTokenIds()
584 current_provider = current_provider->next in pkcs11h_token_enumTokenIds()
593 if (!current_provider->enabled) { in pkcs11h_token_enumTokenIds()
599 current_provider, in pkcs11h_token_enumTokenIds()
608 current_provider->manufacturerID, in pkcs11h_token_enumTokenIds()
628 (rv = current_provider->f->C_GetTokenInfo ( in pkcs11h_token_enumTokenIds()
H A Dpkcs11h-session.c611 _pkcs11h_provider_t current_provider = NULL; in _pkcs11h_session_reset() local
614 current_provider = _g_pkcs11h_data->providers; in _pkcs11h_session_reset()
616 current_provider != NULL && in _pkcs11h_session_reset()
619 current_provider = current_provider->next in _pkcs11h_session_reset()
631 session->provider != current_provider in _pkcs11h_session_reset()
638 current_provider, in _pkcs11h_session_reset()
647 current_provider->manufacturerID, in _pkcs11h_session_reset()
666 (rv = current_provider->f->C_GetTokenInfo ( in _pkcs11h_session_reset()
696 session->provider = current_provider; in _pkcs11h_session_reset()
709 current_provider->manufacturerID, in _pkcs11h_session_reset()
H A Dpkcs11h-core.c404 _pkcs11h_provider_t current_provider = NULL; in pkcs11h_terminate() local
420 current_provider = _g_pkcs11h_data->providers; in pkcs11h_terminate()
421 current_provider != NULL; in pkcs11h_terminate()
422 current_provider = current_provider->next in pkcs11h_terminate()
424 pkcs11h_removeProvider (current_provider->reference); in pkcs11h_terminate()
H A Dpkcs11h-certificate.c2829 _pkcs11h_provider_t current_provider; in pkcs11h_certificate_enumCertificateIds() local
2873 current_provider = _g_pkcs11h_data->providers; in pkcs11h_certificate_enumCertificateIds()
2874 current_provider != NULL; in pkcs11h_certificate_enumCertificateIds()
2875 current_provider = current_provider->next in pkcs11h_certificate_enumCertificateIds()
2881 if (!current_provider->enabled) { in pkcs11h_certificate_enumCertificateIds()
2887 current_provider, in pkcs11h_certificate_enumCertificateIds()
2906 (rv = current_provider->f->C_GetTokenInfo ( in pkcs11h_certificate_enumCertificateIds()
2944 current_provider->manufacturerID, in pkcs11h_certificate_enumCertificateIds()
2970 current_provider->manufacturerID, in pkcs11h_certificate_enumCertificateIds()
/dports/multimedia/gpodder/gpodder-3.10.17/src/gpodder/gtkui/desktop/
H A Dpodcastdirectory.py110 self.current_provider = None
170 self.obtain_podcasts_with(lambda: self.current_provider.on_tag(tag))
185 self.current_provider = provider
240 original_provider = self.current_provider
261 if original_provider == self.current_provider:
273 if self.current_provider is None:
280 if self.current_provider.kind == directory.Provider.PROVIDER_SEARCH:
281 return self.current_provider.on_search(query)
282 elif self.current_provider.kind == directory.Provider.PROVIDER_URL:
283 return self.current_provider.on_url(query)
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/common/ofi/
H A Dcommon_ofi.c441 struct fi_info *provider = provider_list, *current_provider = provider_list; in opal_mca_common_ofi_select_provider() local
471 current_provider = provider; in opal_mca_common_ofi_select_provider()
474 while (NULL != current_provider) { in opal_mca_common_ofi_select_provider()
475 if (!check_provider_attr(provider, current_provider)) { in opal_mca_common_ofi_select_provider()
478 if (NULL != current_provider->nic) { in opal_mca_common_ofi_select_provider()
479 pci = current_provider->nic->bus_attr->attr.pci; in opal_mca_common_ofi_select_provider()
496 provider_table[num_provider] = current_provider; in opal_mca_common_ofi_select_provider()
500 current_provider = current_provider->next; in opal_mca_common_ofi_select_provider()
/dports/www/htdigest/httpd-2.4.6/modules/aaa/
H A Dmod_auth_basic.c276 authn_provider_list *current_provider; in authenticate_basic_user() local
298 current_provider = conf->providers; in authenticate_basic_user()
305 if (!current_provider) { in authenticate_basic_user()
319 provider = current_provider->provider; in authenticate_basic_user()
320 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, current_provider->provider_name); in authenticate_basic_user()
338 current_provider = current_provider->next; in authenticate_basic_user()
339 } while (current_provider); in authenticate_basic_user()
H A Dmod_auth_form.c760 authn_provider_list *current_provider; in check_authn() local
764 current_provider = conf->providers; in check_authn()
772 if (!current_provider) { in check_authn()
786 provider = current_provider->provider; in check_authn()
787 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, current_provider->provider_name); in check_authn()
809 current_provider = current_provider->next; in check_authn()
810 } while (current_provider); in check_authn()
H A Dmod_auth_digest.c1373 authn_provider_list *current_provider; in get_hash() local
1375 current_provider = conf->providers; in get_hash()
1382 if (!current_provider) { in get_hash()
1396 provider = current_provider->provider; in get_hash()
1397 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, current_provider->provider_name); in get_hash()
1417 current_provider = current_provider->next; in get_hash()
1418 } while (current_provider); in get_hash()
/dports/www/apache24/httpd-2.4.53/modules/aaa/
H A Dmod_auth_basic.c300 authn_provider_list *current_provider; in authenticate_basic_user() local
331 current_provider = conf->providers; in authenticate_basic_user()
338 if (!current_provider) { in authenticate_basic_user()
352 provider = current_provider->provider; in authenticate_basic_user()
353 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, current_provider->provider_name); in authenticate_basic_user()
390 current_provider = current_provider->next; in authenticate_basic_user()
391 } while (current_provider); in authenticate_basic_user()
H A Dmod_auth_form.c761 authn_provider_list *current_provider; in check_authn() local
765 current_provider = conf->providers; in check_authn()
773 if (!current_provider) { in check_authn()
787 provider = current_provider->provider; in check_authn()
788 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, current_provider->provider_name); in check_authn()
810 current_provider = current_provider->next; in check_authn()
811 } while (current_provider); in check_authn()
H A Dmod_auth_digest.c1315 authn_provider_list *current_provider; in get_hash() local
1317 current_provider = conf->providers; in get_hash()
1324 if (!current_provider) { in get_hash()
1338 provider = current_provider->provider; in get_hash()
1339 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, current_provider->provider_name); in get_hash()
1359 current_provider = current_provider->next; in get_hash()
1360 } while (current_provider); in get_hash()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/download/
H A DEnhancedDownloadManager.java1097 private PieceRTAProvider current_provider; field in EnhancedDownloadManager.progressiveStatsCommon
1170 if ( current_provider != provider || provider == null ){ in updateCurrentProvider()
1172 current_provider = provider; in updateCurrentProvider()
1177 if ( current_provider == null ){ in updateCurrentProvider()
1187 provider_initial_position = Math.max( file_start, current_provider.getStartPosition()); in updateCurrentProvider()
1192 provider_blocking_byte_position = current_provider.getBlockingPosition(); in updateCurrentProvider()
1202 setRTA( current_provider != null ); in updateCurrentProvider()
1210 current_user_agent = current_provider.getUserAgent(); in updateCurrentProvider()
1218 provider_byte_position = Math.max( file_start, current_provider.getCurrentPosition()); in updateCurrentProvider()
1219 provider_blocking_byte_position = current_provider.getBlockingPosition(); in updateCurrentProvider()
[all …]
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-application.c172 GtkCssProvider *current_provider, *fallback_provider; in add_fallback_mandatory_css_provider() local
176 current_provider = gtk_css_provider_get_named (theme_name, NULL); in add_fallback_mandatory_css_provider()
178 css = gtk_css_provider_to_string (current_provider); in add_fallback_mandatory_css_provider()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/platform/
H A Dax_platform_node_textprovider_win.cc187 for (Microsoft::WRL::ComPtr<ITextRangeProvider>& current_provider : ranges) { in GetVisibleRanges()
189 current_provider.Get()); in GetVisibleRanges()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_platform_node_textprovider_win.cc178 for (Microsoft::WRL::ComPtr<ITextRangeProvider>& current_provider : ranges) { in GetVisibleRanges()
180 current_provider.Get()); in GetVisibleRanges()
/dports/print/qpdf/qpdf-10.5.0/libqpdf/
H A DQUtil.cc1101 RandomDataProvider* current_provider; member in RandomDataProviderProvider
1106 current_provider(0) in RandomDataProviderProvider()
1108 this->current_provider = default_provider; in RandomDataProviderProvider()
1114 return this->current_provider; in getProvider()
1120 this->current_provider = p ? p : this->default_provider; in setProvider()
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/
H A Dtest_nfs.py1411 current_provider = 'current_provider'
1423 provider_location=current_provider,
1434 original_provider != current_provider):
1443 'provider_location': current_provider},
1447 'provider_location': current_provider},
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/src/
H A Dmcd-account.c2122 const gchar *current_provider = mcp_account_storage_provider (storage_plugin); in set_storage_provider() local
2125 tp_strdiff (g_value_get_string (value), current_provider)) in set_storage_provider()