Searched refs:resolver (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_link_resolver.c31 struct archive_entry_linkresolver *resolver; local
33 /* Initialize the resolver. */
34 assert(NULL != (resolver = archive_entry_linkresolver_new()));
35 archive_entry_linkresolver_set_strategy(resolver,
45 archive_entry_linkify(resolver, &entry, &e2);
56 archive_entry_linkify(resolver, &entry, &e2);
64 archive_entry_linkify(resolver, &entry, &e2);
77 archive_entry_linkify(resolver, &entry, &e2);
84 archive_entry_linkify(resolver, &entry, &e2);
90 archive_entry_linkresolver_free(resolver);
96 struct archive_entry_linkresolver *resolver; local
131 struct archive_entry_linkresolver *resolver; local
[all...]
/freebsd-13-stable/lib/libc/net/
H A DMakefile.inc48 nsdispatch.3 rcmd.3 rcmdsh.3 resolver.3 sockatmark.3 \
114 MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \
115 resolver.3 res_mkquery.3 resolver.3 res_query.3 \
116 resolver.3 res_search.3 resolver.3 res_send.3 resolver.3 dn_skipname.3 \
117 resolver
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cpp11 /// region and handles ifunc resolver case, when necessary.
90 const uptr resolver = reinterpret_cast<uptr>(&__hwasan_premap_shadow); local
91 // shadow == resolver is how Android KitKat and older handles ifunc.
93 return shadow != 0 && shadow != resolver;
112 // The resolver might be called multiple times. Map the shadow just once.
132 // Call the ifunc resolver for __hwasan_shadow and fill in its GOT entry. This
134 // because a resolver might read __hwasan_shadow.
138 ElfW(Addr) resolver = r->r_addend;
139 if (resolver == reinterpret_cast<ElfW(Addr)>(&__hwasan_premap_shadow)) {
140 *offset = reinterpret_cast<ifunc_resolver_t>(resolver)();
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_premap_shadow.cpp11 // Reserve shadow memory with an ifunc resolver.
55 uptr resolver = reinterpret_cast<uptr>(&__asan_premap_shadow); local
56 // shadow == resolver is how Android KitKat and older handles ifunc.
58 if (shadow == 0 || shadow == resolver)
66 // The resolver may be called multiple times. Map the shadow just once.
/freebsd-13-stable/contrib/ldns/
H A Dnet.c858 /* code from resolver.c */
860 ldns_axfr_start(ldns_resolver *resolver, const ldns_rdf *domain, ldns_rr_class class) argument
872 if (!resolver || ldns_resolver_nameserver_count(resolver) < 1) {
881 if(ldns_resolver_source(resolver)) {
883 ldns_resolver_source(resolver), 0, &src_len);
889 ns_i < ldns_resolver_nameserver_count(resolver) &&
890 resolver->_socket == SOCK_INVALID;
896 resolver->_nameservers[ns_i],
897 ldns_resolver_port(resolver),
[all...]
H A Dresolver.c2 * resolver.c
4 * resolver implementation
312 /* set the new value in the resolver */
1345 /* transfer the udp_edns_size from the resolver to the packet */
1405 rr instead of separate values in resolver (and packet)
1436 ldns_axfr_next(ldns_resolver *resolver) argument
1444 if (!resolver || resolver->_socket == -1) {
1448 if (resolver->_cur_axfr_pkt) {
1449 if (resolver
1528 ldns_axfr_abort(ldns_resolver *resolver) argument
[all...]
H A DMakefile.in78 LDNS_LOBJS = buffer.lo dane.lo dname.lo dnssec.lo dnssec_sign.lo dnssec_verify.lo dnssec_zone.lo duration.lo error.lo higher.lo host2str.lo host2wire.lo keys.lo net.lo packet.lo parse.lo radix.lo rbtree.lo rdata.lo resolver.lo rr.lo rr_functions.lo sha1.lo sha2.lo str2host.lo tsig.lo update.lo util.lo wire2host.lo zone.lo
83 LDNS_HEADERS = buffer.h dane.h dname.h dnssec.h dnssec_sign.h dnssec_verify.h dnssec_zone.h duration.h error.h higher.h host2str.h host2wire.h keys.h ldns.h packet.h parse.h radix.h rbtree.h rdata.h resolver.h rr_functions.h rr.h sha1.h sha2.h str2host.h tsig.h update.h wire2host.h zone.h
91 EXAMPLE_LOBJS = examples/ldns-chaos.lo examples/ldns-compare-zones.lo examples/ldns-dane.lo examples/ldnsd.lo examples/ldns-dpa.lo examples/ldns-gen-zone.lo examples/ldns-key2ds.lo examples/ldns-keyfetcher.lo examples/ldns-keygen.lo examples/ldns-mx.lo examples/ldns-notify.lo examples/ldns-nsec3-hash.lo examples/ldns-read-zone.lo examples/ldns-resolver.lo examples/ldns-revoke.lo examples/ldns-rrsig.lo examples/ldns-signzone.lo examples/ldns-test-edns.lo examples/ldns-testns.lo examples/ldns-testpkts.lo examples/ldns-update.lo examples/ldns-verify-zone.lo examples/ldns-version.lo examples/ldns-walk.lo examples/ldns-zcat.lo examples/ldns-zsplit.lo
92 EXAMPLE_PROGS = examples/ldns-chaos examples/ldns-compare-zones examples/ldnsd examples/ldns-gen-zone examples/ldns-key2ds examples/ldns-keyfetcher examples/ldns-keygen examples/ldns-mx examples/ldns-notify examples/ldns-read-zone examples/ldns-resolver examples/ldns-rrsig examples/ldns-test-edns examples/ldns-update examples/ldns-version examples/ldns-walk examples/ldns-zcat examples/ldns-zsplit
93 EX_PROGS_BASENM = ldns-chaos ldns-compare-zones ldns-dane ldnsd ldns-dpa ldns-gen-zone ldns-key2ds ldns-keyfetcher ldns-keygen ldns-mx ldns-notify ldns-nsec3-hash ldns-read-zone ldns-resolver ldns-revoke ldns-rrsig ldns-signzone ldns-test-edns ldns-testns ldns-testpkts ldns-update ldns-verify-zone ldns-version ldns-walk ldns-zcat ldns-zsplit
542 $(srcdir)/ldns/resolver.h $(srcdir)/ldns/tsig.h $(srcdir)/ldns/dnssec_zone.h $(srcdir)/ldns/rbtree.h \
550 $(srcdir)/ldns/resolver.h $(srcdir)/ldns/tsig.h $(srcdir)/ldns/dnssec_zone.h $(srcdir)/ldns/rbtree.h \
558 $(srcdir)/ldns/resolver.h $(srcdir)/ldns/tsig.h $(srcdir)/ldns/dnssec_zone.h $(srcdir)/ldns/rbtree.h \
566 $(srcdir)/ldns/resolver.h $(srcdir)/ldns/tsig.h $(srcdir)/ldns/dnssec_zone.h $(srcdir)/ldns/rbtree.h \
574 $(srcdir)/ldns/zone.h $(srcdir)/ldns/resolver
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolverFileLine.h31 AddressResolverFileLine(const FileSpec &resolver, uint32_t line_no,
47 bool m_inlines; // This determines whether the resolver looks for inlined
H A DFileLineResolver.h34 FileLineResolver(const FileSpec &resolver, uint32_t line_no,
57 bool m_inlines; // This determines whether the resolver looks for inlined
/freebsd-13-stable/contrib/ldns/ldns/
H A Dhigher.h19 #include <ldns/resolver.h>
30 * Ask the resolver about name
32 * \param[in] r the resolver to use
40 * ask the resolver about the address
42 * \param[in] r the resolver to use
82 * \param[in] res The resolver. If this value is NULL then a resolver will
H A Dldns.h56 To be able to do this, drill uses the resolver module of ldns, which acts as
57 a stub resolver. The resolver module uses the net module to actually send
111 #include <ldns/resolver.h>
H A Dupdate.h21 #include <ldns/resolver.h>
41 * a packet from a resolver
43 * \param[in] r resolver to copy from
H A Dnet.h80 * Sends ptk to the nameserver at the resolver object. Returns the data
84 * \param[in] r the resolver to use
91 * Sends and ldns_buffer (presumably containing a packet to the nameserver at the resolver object. Returns the data
95 * \param[in] r the resolver to use
194 * Prepares the resolver for an axfr query
196 * \param[in] resolver the resolver to use
201 ldns_status ldns_axfr_start(ldns_resolver *resolver, const ldns_rdf *domain, ldns_rr_class c);
H A Dresolver.h2 * resolver.h
16 * Defines the ldns_resolver structure, a stub resolver that can send queries and parse answers.
57 * DNS stub resolver structure
153 * Get the port the resolver should use
154 * \param[in] r the resolver
160 * Get the source address the resolver should use
161 * \param[in] r the resolver
167 * Is the resolver set to recurse
168 * \param[in] r the resolver
174 * Get the debug status of the resolver
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp13 // Have to include the other breakpoint resolver types here so the static
85 "Resolver data missing subclass resolver key");
91 error.SetErrorStringWithFormatv("Unknown resolver type: {0}.",
112 BreakpointResolver *resolver; local
116 resolver = BreakpointResolverFileLine::CreateFromStructuredData(
120 resolver = BreakpointResolverAddress::CreateFromStructuredData(
124 resolver = BreakpointResolverName::CreateFromStructuredData(
128 resolver = BreakpointResolverFileRegex::CreateFromStructuredData(
132 resolver = BreakpointResolverScripted::CreateFromStructuredData(
139 llvm_unreachable("Should never get an unresolvable resolver typ
[all...]
/freebsd-13-stable/share/man/man5/
H A DMakefile63 resolver.5 \
84 MLINKS+=resolver.5 resolv.conf.5
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp412 const SymbolFile::RegisterInfoResolver &resolver,
420 return resolver.ResolveName(name);
425 const SymbolFile::RegisterInfoResolver &resolver,
428 return resolver.ResolveNumber(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC);
429 return ResolveRegister(triple, resolver, name);
443 const RegisterInfoResolver &resolver,
465 ResolveRegister(triple, resolver, name)) {
481 ResolveRegisterOrRA(triple, resolver, lhs)) {
497 const RegisterInfoResolver &resolver) {
501 return ParseCFIUnwindPlan(entry->data, resolver);
411 ResolveRegister(const llvm::Triple &triple, const SymbolFile::RegisterInfoResolver &resolver, llvm::StringRef name) argument
424 ResolveRegisterOrRA(const llvm::Triple &triple, const SymbolFile::RegisterInfoResolver &resolver, llvm::StringRef name) argument
442 ParseCFIUnwindRow(llvm::StringRef unwind_rules, const RegisterInfoResolver &resolver, UnwindPlan::Row &row) argument
496 GetUnwindPlan(const Address &address, const RegisterInfoResolver &resolver) argument
509 ParseCFIUnwindPlan(const Bookmark &bookmark, const RegisterInfoResolver &resolver) argument
552 ParseWinUnwindPlan(const Bookmark &bookmark, const RegisterInfoResolver &resolver) argument
[all...]
H A DSymbolFileBreakpad.h148 const RegisterInfoResolver &resolver) override;
218 const RegisterInfoResolver &resolver);
220 const RegisterInfoResolver &resolver,
223 const RegisterInfoResolver &resolver);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverFileLine.h24 const FileSpec &resolver,
66 bool m_inlines; ///< This determines whether the resolver looks for inlined
/freebsd-13-stable/lib/libldns/
H A DMakefile16 keys.c net.c packet.c parse.c radix.c rbtree.c rdata.c resolver.c \
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp113 void ProcessInstanceInfo::Dump(Stream &s, UserIDResolver &resolver) const {
147 resolver.GetUserName(GetUserID()).getValueOr(""));
151 resolver.GetGroupName(GetGroupID()).getValueOr(""));
155 resolver.GetUserName(GetEffectiveUserID()).getValueOr(""));
159 resolver.GetGroupName(GetEffectiveGroupID()).getValueOr(""));
186 void ProcessInstanceInfo::DumpAsTableRow(Stream &s, UserIDResolver &resolver, argument
205 if (auto name = (resolver.*getName)(id))
/freebsd-13-stable/usr.sbin/ppp/
H A Dipcp.h80 unsigned resolver : 1; /* Found resolv.conf ? */ member in struct:ipcp::__anon16659
/freebsd-13-stable/contrib/unbound/contrib/
H A Dunbound.spec1 Summary: Validating, recursive, and caching DNS resolver
15 Unbound is a validating, recursive, and caching DNS resolver.
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h146 void Dump(Stream &s, UserIDResolver &resolver) const;
150 void DumpAsTableRow(Stream &s, UserIDResolver &resolver, bool show_args,
/freebsd-13-stable/contrib/libarchive/tar/
H A Dwrite.c451 if ((bsdtar->resolver = archive_entry_linkresolver_new()) == NULL)
452 lafe_errc(1, 0, "cannot create link resolver");
453 archive_entry_linkresolver_set_strategy(bsdtar->resolver,
522 archive_entry_linkify(bsdtar->resolver, &entry, &sparse_entry);
568 archive_entry_linkify(bsdtar->resolver, &entry, &sparse_entry);
579 archive_entry_linkresolver_free(bsdtar->resolver);
580 bsdtar->resolver = NULL;
936 archive_entry_linkify(bsdtar->resolver, &entry, &spare_entry);

Completed in 139 milliseconds

12