/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_session_cache_mode.pod | 34 session is not found in internal storage or lookups for the internal storage 86 this flag guarantees that all lookups are directed to the external cache. 99 session lookups in the external cache (i.e. for session-resume requests) would
|
H A D | X509_LOOKUP_meth_new.pod | 167 lookups should return 1, and unsuccessful lookups should return 0.
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DLL.cpp | 684 size_t base = lookups.size(); in create() 688 lookups.push_back(make<OrdinalOnlyChunk>(ctx, ord)); in create() 693 lookups.push_back(make<LookupChunk>(ctx, c)); in create() 698 lookups.push_back(make<NullChunk>(ctx.config.wordsize)); in create() 707 dir->lookupTab = lookups[base]; in create()
|
H A D | DLL.h | 30 std::vector<Chunk *> lookups; variable
|
/freebsd/contrib/unbound/contrib/ |
H A D | README | 52 this will drop DNSKEY and DS lookups for tlds and hence break DNSSEC 53 lookups for downstream clients.
|
/freebsd/contrib/sendmail/cf/feature/ |
H A D | dnsbl.m4 | 20 # map for DNS based blocklist lookups
|
H A D | enhdnsbl.m4 | 19 # map for enhanced DNS based blocklist lookups
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclLookups.h | 75 inline DeclContext::lookups_range DeclContext::lookups() const { in lookups() function
|
/freebsd/usr.sbin/rpcbind/tests/ |
H A D | addrmerge_test.c | 299 static char* lookups = NULL; in rpcbind_get_conf() local 312 nconf_udp.nc_lookups = &lookups; in rpcbind_get_conf() 322 nconf_udp6.nc_lookups = &lookups; in rpcbind_get_conf()
|
/freebsd/contrib/tcp_wrappers/ |
H A D | CHANGES | 112 -DPARANOID is turned off. In order to disable hostname lookups you 136 - Added a last-minute defense against TLI weirdness: address lookups 312 Selective username lookups are now the default (was: no username 313 lookups). 329 - With some IRIX versions, remote username lookups failed because the 404 - The timeout period for remote userid lookups was upped to 30 seconds, 410 lookups could use the IP address of the "wrong" local interface. The
|
H A D | README | 30 4.4 - Client username lookups 67 connect to what network daemons; client user name lookups with the RFC 278 information can be reliable when lookups are done from a _local_ hosts 306 hostname lookups and verification can be turned off by editing the 351 4.4 - Client username lookups 365 compatible) daemon is limited (but growing); client user name lookups 367 name lookups can cause noticeable delays with connections from non-UNIX 369 telnet). The wrappers use a 10-second timeout for RFC931 lookups, to 378 lookups, by editing the Makefile. The client username lookup timeout 382 On System V with TLI-based network services, client username lookups [all …]
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | algorithm.txt | 108 will be two lookups. If you had a compression method with really long 109 symbols, you could have as many levels of lookups as is efficient. For 185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared 186 to one lookup for the single table, or 1.66 lookups per symbol for the
|
/freebsd/sys/contrib/xen/xsm/ |
H A D | flask_op.h | 135 uint32_t lookups; member
|
/freebsd/contrib/smbfs/examples/ |
H A D | dot.nsmbrc | 6 # smbfs lookups configuration files in next order:
|
/freebsd/usr.bin/tip/ |
H A D | README | 31 expensive lookups. These defines are set in tip.h.
|
/freebsd/tools/test/stress2/misc/ |
H A D | nfsrename.sh | 74 * with shared lookups in NFS can get confused and possibly reference
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_disk_set_standard_lookup.c | 66 * a simple cache to accelerate such lookups---into the archive_write_disk 160 #error No way to perform gid lookups on this platform in lookup_gid()
|
/freebsd/contrib/unbound/doc/ |
H A D | requirements.txt | 21 thus useful to cache data to speed up future lookups. A server that 267 (optout) information to speed up lookups. When used internally, 279 final answer. To help lookups, unbound will however use the parent-side 280 version of the glue as a last resort lookup. This resolves lookups for
|
/freebsd/libexec/bootpd/ |
H A D | Problems | 31 If your DNS lookups work but are just slow, consider either
|
H A D | bootptab.cmu | 44 # (Host name lookups are relative to the domain: andrew.cmu.edu)
|
/freebsd/share/examples/etc/ |
H A D | README.examples | 42 nsmb.conf - smbfs lookups configuration file
|
/freebsd/contrib/sendmail/contrib/ |
H A D | domainmap.m4 | 43 domainmap lookups should not be done.
|
H A D | dnsblaccess.m4 | 69 # map for enhanced DNS based blocklist lookups
|
/freebsd/contrib/sendmail/src/ |
H A D | TRACEFLAGS | 81 66,>99 domain.c force port=25 for TLSA RR lookups
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTDumper.cpp | 67 ? Primary->lookups() in dumpLookups()
|