Home
last modified time | relevance | path

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

1234

/NextBSD/contrib/unbound/libunbound/python/doc/
HDintro.rst6 `Unbound`_ is an implementation of a DNS resolver, that performs caching and DNSSEC validation.
17 It is the first Python module which offers thread-safe caching resolver.
26 * customizable caching validation resolver for synchronous and asynchronous lookups
37 * DNS-based applications performing DNS lookups; the caching resolver can reduce overhead
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_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
HDSSL_CTX_sess_set_get_cb.pod5 …e_cb, SSL_CTX_sess_get_get_cb - provide callback functions for server side external session caching
50 In order to allow external session caching, synchronization with the internal
56 and session caching is enabled (see
71 session caching was disabled. The get_session_cb() is passed the
HDSSL_CTX_set_timeout.pod5 SSL_CTX_set_timeout, SSL_CTX_get_timeout - manipulate timeout values for session caching
/NextBSD/contrib/netbsd-tests/fs/tmpfs/
HDt_readdir.sh72 atf_test_case caching
114 atf_add_test_case caching
/NextBSD/contrib/amd/
HDldap-id.ms52 attribute SHOULD be set to 0 indicating to clients that caching of
55 internal caching schemes. A value of 0 for the amdMapCacheTtl must
56 result in clients turning off any local caching.
162 of 0 disables caching."
HDldap-id.txt35 indicating to clients that caching of map entries SHOULD be turned off. Clients
37 the ttl for internal caching schemes. A value of 0 for the amdMapCacheTtl must
38 result in clients turning off any local caching.
164 of 0 disables caching."
/NextBSD/usr.sbin/bootparamd/bootparamd/
HDREADME35 It is kept simple, e g there is no caching of data, but the bootparameter file
59 Maybe match by comparing the inet address instead. (But beware that caching
/NextBSD/share/doc/papers/newvm/
HDspell.ok27 caching
/NextBSD/contrib/unbound/libunbound/python/doc/examples/
HDindex.rst5 Unbound is a caching validator and resolver and can be linked into an application, as a library whe…
/NextBSD/usr.bin/svn/lib/libsvn_fs_fs/
HDMakefile10 SRCS= cached_data.c caching.c dag.c dump-index.c fs.c fs_fs.c \
/NextBSD/usr.bin/svn/lib/libsvn_fs_x/
HDMakefile10 SRCS= cached_data.c caching.c changes.c dag.c fs.c fs_id.c fs_x.c \
/NextBSD/contrib/unbound/doc/
HDFEATURES23 RFC 1034-1035: as a recursive, caching server. Not authoritative.
28 RFC 4033-4035: as a validating caching server (unbound daemon).
HDTODO3 o NSEC/NSEC3 aggressive negative caching, so that updates to NSEC/NSEC3
50 * aggressive negative caching for NSEC, NSEC3.
/NextBSD/sys/dev/drm2/ttm/
HDttm_bo.c951 uint32_t caching = proposed_placement & TTM_PL_MASK_CACHING; in ttm_bo_select_caching() local
958 if ((cur_placement & caching) != 0) in ttm_bo_select_caching()
959 result |= (cur_placement & caching); in ttm_bo_select_caching()
960 else if ((man->default_caching & caching) != 0) in ttm_bo_select_caching()
962 else if ((TTM_PL_FLAG_CACHED & caching) != 0) in ttm_bo_select_caching()
964 else if ((TTM_PL_FLAG_WC & caching) != 0) in ttm_bo_select_caching()
966 else if ((TTM_PL_FLAG_UNCACHED & caching) != 0) in ttm_bo_select_caching()
/NextBSD/sys/sys/mach/
HDmemory_object_types.h378 #define SET_MAP_MEM(caching, flags) \
379 ((flags) = ((((unsigned int)(caching)) << 24) \
/NextBSD/lib/libc/locale/
HDDESIGN.xlocale76 The existing locale implementation included several ad-hoc caching layers.
81 The current xlocale implementation removes the caching entirely. This pattern
90 If, in the future, it is determined that caching is beneficial, it can be added
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDdiskhits_example.txt57 effect caching the file has made,
HDseeksize_example.txt129 to navigate the direttory tree (depending on caching); and tar
/NextBSD/contrib/dialog/package/debian/
HDchangelog3 * improved memory-caching for gauge widget
/NextBSD/sys/dev/vnic/
HDq_struct.h624 uint64_t caching:1; member
636 uint64_t caching:1;
HDnicvf_queues.h276 uint8_t caching; member
/NextBSD/libexec/bootpd/
HDProblems34 running a caching DNS server on the host running bootpd.
/NextBSD/crypto/openssl/crypto/engine/
HDREADME138 caching tricks such that requests on that 'nid' will be cached and all future
149 "default" for that 'nid'. The caching is acknowledged by a 'uptodate' variable
168 cleanup works with the ENGINE_PILE doing all this caching nonsense (ie. when the
/NextBSD/cddl/contrib/dtracetoolkit/Notes/
HDiosnoop_notes.txt40 Due to caching (after vfs) few events will make it to the disk for iosnoop

1234