HomeSort by: relevance | last modified time | path
    Searched defs:found_store (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/lib/ns/
listenlist.c 41 isc_tls_cert_store_t *store = NULL, *found_store = NULL; local
56 &found_store, NULL);
87 if (found_store == NULL) {
94 store = found_store;
212 if (store != NULL && store != found_store) {
  /src/external/mpl/bind/dist/lib/dns/
transport.c 392 isc_tls_cert_store_t *store = NULL, *found_store = NULL; local
423 &found_store, &found_sess_cache);
468 * The situation when 'found_store != NULL' while
474 if (found_store == NULL) {
487 store = found_store;
539 found_store = NULL;
543 &found_store, &found_sess_cache);
564 * The 'found_store' might be equal to 'store' as there
568 * store via the 'found_store' variable, whose value we
574 if (store != NULL && store != found_store) {
    [all...]
  /src/external/mpl/bind/dist/bin/dig/
dighost.c 2827 isc_tls_cert_store_t *store = NULL, *found_store = NULL; local
2847 &found_store, &found_sess_cache);
2850 if (found_store == NULL) {
2858 store = found_store;
2924 INSIST(!query->lookup->tls_ca_set || found_store != NULL);
2931 * The 'found_store' is being managed by the TLS context
2937 if (store != NULL && store != found_store) {

Completed in 29 milliseconds