Searched refs:caching (Results 1 – 25 of 93) sorted by relevance
1234
| /NextBSD/contrib/unbound/libunbound/python/doc/ |
| HD | intro.rst | 6 `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/ |
| HD | SSL_CTX_set_session_cache_mode.pod | 5 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
|
| HD | SSL_CTX_sess_set_get_cb.pod | 5 …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
|
| HD | SSL_CTX_set_timeout.pod | 5 SSL_CTX_set_timeout, SSL_CTX_get_timeout - manipulate timeout values for session caching
|
| /NextBSD/contrib/netbsd-tests/fs/tmpfs/ |
| HD | t_readdir.sh | 72 atf_test_case caching 114 atf_add_test_case caching
|
| /NextBSD/contrib/amd/ |
| HD | ldap-id.ms | 52 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."
|
| HD | ldap-id.txt | 35 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/ |
| HD | README | 35 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/ |
| HD | spell.ok | 27 caching
|
| /NextBSD/contrib/unbound/libunbound/python/doc/examples/ |
| HD | index.rst | 5 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/ |
| HD | Makefile | 10 SRCS= cached_data.c caching.c dag.c dump-index.c fs.c fs_fs.c \
|
| /NextBSD/usr.bin/svn/lib/libsvn_fs_x/ |
| HD | Makefile | 10 SRCS= cached_data.c caching.c changes.c dag.c fs.c fs_id.c fs_x.c \
|
| /NextBSD/contrib/unbound/doc/ |
| HD | FEATURES | 23 RFC 1034-1035: as a recursive, caching server. Not authoritative. 28 RFC 4033-4035: as a validating caching server (unbound daemon).
|
| HD | TODO | 3 o NSEC/NSEC3 aggressive negative caching, so that updates to NSEC/NSEC3 50 * aggressive negative caching for NSEC, NSEC3.
|
| /NextBSD/sys/dev/drm2/ttm/ |
| HD | ttm_bo.c | 951 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/ |
| HD | memory_object_types.h | 378 #define SET_MAP_MEM(caching, flags) \ 379 ((flags) = ((((unsigned int)(caching)) << 24) \
|
| /NextBSD/lib/libc/locale/ |
| HD | DESIGN.xlocale | 76 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/ |
| HD | diskhits_example.txt | 57 effect caching the file has made,
|
| HD | seeksize_example.txt | 129 to navigate the direttory tree (depending on caching); and tar
|
| /NextBSD/contrib/dialog/package/debian/ |
| HD | changelog | 3 * improved memory-caching for gauge widget
|
| /NextBSD/sys/dev/vnic/ |
| HD | q_struct.h | 624 uint64_t caching:1; member 636 uint64_t caching:1;
|
| HD | nicvf_queues.h | 276 uint8_t caching; member
|
| /NextBSD/libexec/bootpd/ |
| HD | Problems | 34 running a caching DNS server on the host running bootpd.
|
| /NextBSD/crypto/openssl/crypto/engine/ |
| HD | README | 138 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/ |
| HD | iosnoop_notes.txt | 40 Due to caching (after vfs) few events will make it to the disk for iosnoop
|
1234