Home
last modified time | relevance | path

Searched refs:caching (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd/tools/build/options/
H A DWITHOUT_NS_CACHING1 Disable name caching in the
4 The generic caching daemon,
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_session_cache_mode.pod5 SSL_CTX_set_session_cache_mode, SSL_CTX_get_session_cache_mode - enable/disable session caching
16 SSL_CTX_set_session_cache_mode() enables/disables session caching
48 No session caching for client or server takes place.
85 automatically stored there. If external session caching callbacks are in use,
95 session caching (callback) that is configured for the SSL_CTX. This flag will
98 in any SSL/TLS servers where external caching is configured, any successful
H A DSSL_CTX_sess_set_get_cb.pod5 …e_cb, SSL_CTX_sess_get_get_cb - provide callback functions for server side external session caching
52 In order to allow external session caching, synchronization with the internal
58 session caching is enabled (see L<SSL_CTX_set_session_cache_mode(3)>). The
92 session caching was disabled. The get_session_cb() is passed the
H A DX509_LOOKUP_hash_dir.pod65 caching policy.
130 It does no caching of its own, but can use a caching L<ossl_store(7)>
H A DSSL_CTX_set_timeout.pod5 SSL_CTX_set_timeout, SSL_CTX_get_timeout - manipulate timeout values for session caching
/freebsd/tools/lua/
H A Dtemplate.lua207 local caching
209 caching = enabled(var.template_cache)
211 caching = true
224 function template.caching(enable) function
225 if enable ~= nil then caching = enable == true end
226 return caching
353 if caching then cache[cache_key] = func end
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_readdir.sh72 atf_test_case caching
114 atf_add_test_case caching
/freebsd/contrib/unbound/contrib/
H A Dlibunbound.pc.in7 Description: Library with validating, recursive, and caching DNS resolver
H A Dunbound.spec1 Summary: Validating, recursive, and caching DNS resolver
14 Unbound is a validating, recursive, and caching DNS resolver.
H A Dunbound_portable.service.in15 Description=Validating, recursive, and caching DNS resolver
H A Dunbound.service.in43 Description=Validating, recursive, and caching DNS resolver
/freebsd/share/doc/papers/newvm/
H A Dspell.ok27 caching
/freebsd/usr.sbin/bootparamd/bootparamd/
H A DREADME34 It is kept simple, e g there is no caching of data, but the bootparameter file
58 Maybe match by comparing the inet address instead. (But beware that caching
/freebsd/contrib/unbound/doc/
H A DFEATURES23 RFC 1034-1035: as a recursive, caching server. Not authoritative.
28 RFC 4033-4035: as a validating caching server (unbound daemon).
H A DTODO3 o NSEC/NSEC3 aggressive negative caching, so that updates to NSEC/NSEC3
49 * aggressive negative caching for NSEC, NSEC3.
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Drenesas,fcp.txt6 caching, and conversion of AXI transactions in order to reduce the memory
H A Drenesas,fcp.yaml15 data caching, and conversion of AXI transactions in order to reduce the
/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo.c949 uint32_t caching = proposed_placement & TTM_PL_MASK_CACHING; in ttm_bo_select_caching() local
956 if ((cur_placement & caching) != 0) in ttm_bo_select_caching()
957 result |= (cur_placement & caching); in ttm_bo_select_caching()
958 else if ((man->default_caching & caching) != 0) in ttm_bo_select_caching()
960 else if ((TTM_PL_FLAG_CACHED & caching) != 0) in ttm_bo_select_caching()
962 else if ((TTM_PL_FLAG_WC & caching) != 0) in ttm_bo_select_caching()
964 else if ((TTM_PL_FLAG_UNCACHED & caching) != 0) in ttm_bo_select_caching()
/freebsd/contrib/unbound/testdata/
H A Dcachedb_cached_ede.crpl23 SCENARIO_BEGIN Test cachedb support for caching EDEs.
H A Dsubnet_cached_ede.crpl22 SCENARIO_BEGIN Test subnetcache support for caching EDEs.
/freebsd/lib/libc/locale/
H A DDESIGN.xlocale75 The existing locale implementation included several ad-hoc caching layers.
80 The current xlocale implementation removes the caching entirely. This pattern
89 If, in the future, it is determined that caching is beneficial, it can be added
/freebsd/contrib/unbound/
H A DREADME.md9 Unbound is a validating, recursive, caching DNS resolver. It is designed to be
/freebsd/sys/dev/vnic/
H A Dq_struct.h624 uint64_t caching:1; member
636 uint64_t caching:1;
H A Dnicvf_queues.h277 uint8_t caching; member
/freebsd/libexec/bootpd/
H A DProblems33 running a caching DNS server on the host running bootpd.

1234