Home
last modified time | relevance | path

Searched refs:need_refetch (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/test/
H A Devp_extra_test2.c521 int need_refetch = 0; in do_pkey_all_gettables_probe() local
576 need_refetch = 1; in do_pkey_all_gettables_probe()
586 need_refetch = 1; in do_pkey_all_gettables_probe()
600 if (need_refetch && !TEST_true(EVP_PKEY_get_params(pkey, probe))) { in do_pkey_all_gettables_probe()
/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c641 qstate->need_refetch = 1; in parse_data()
862 qstate->need_refetch = 0; in cachedb_handle_query()
865 if(qstate->need_refetch && qstate->serve_expired_data && in cachedb_handle_query()
/freebsd/contrib/unbound/util/
H A Dmodule.h693 int need_refetch; member
/freebsd/contrib/unbound/services/
H A Dmesh.c1075 mstate->s.need_refetch = 0; in mesh_state_create()
2225 if(mstate->s.need_refetch && mstate->reply_list && in mesh_continue()
2240 if(mstate->s.need_refetch) { in mesh_continue()
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c604 qstate->need_refetch = 1; in lookup_and_reply()