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

12

/freebsd-11-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-11-stable/contrib/gdb/gdb/
H A Dglibc-tdep.c88 struct minimal_symbol *resolver local
91 if (resolver)
/freebsd-11-stable/lib/libc/net/
H A DMakefile.inc47 nsdispatch.3 rcmd.3 rcmdsh.3 resolver.3 sockatmark.3 \
113 MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \
114 resolver.3 res_mkquery.3 resolver.3 res_query.3 \
115 resolver.3 res_search.3 resolver.3 res_send.3 resolver.3 dn_skipname.3 \
116 resolver
[all...]
/freebsd-11-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-11-stable/contrib/ldns/
H A Dresolver.c2 * resolver.c
4 * resolver implementation
312 /* set the new value in the resolver */
1182 /* transfer the udp_edns_size from the resolver to the packet */
1243 rr instead of separate values in resolver (and packet)
1274 ldns_axfr_next(ldns_resolver *resolver) argument
1283 if (!resolver || resolver->_socket == 0) {
1287 if (resolver->_cur_axfr_pkt) {
1288 if (resolver
1376 ldns_axfr_abort(ldns_resolver *resolver) argument
[all...]
H A Dnet.c863 /* code from resolver.c */
865 ldns_axfr_start(ldns_resolver *resolver, ldns_rdf *domain, ldns_rr_class class) argument
877 if (!resolver || ldns_resolver_nameserver_count(resolver) < 1) {
886 if(ldns_resolver_source(resolver)) {
888 ldns_resolver_source(resolver), 0, &src_len);
894 ns_i < ldns_resolver_nameserver_count(resolver) &&
895 resolver->_socket == 0;
901 resolver->_nameservers[ns_i],
902 ldns_resolver_port(resolver),
[all...]
H A DMakefile.in69 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
74 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
82 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
83 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
84 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
504 $(srcdir)/ldns/resolver.h $(srcdir)/ldns/tsig.h $(srcdir)/ldns/dnssec_zone.h $(srcdir)/ldns/rbtree.h \
512 $(srcdir)/ldns/resolver.h $(srcdir)/ldns/tsig.h $(srcdir)/ldns/dnssec_zone.h $(srcdir)/ldns/rbtree.h \
520 $(srcdir)/ldns/resolver.h $(srcdir)/ldns/tsig.h $(srcdir)/ldns/dnssec_zone.h $(srcdir)/ldns/rbtree.h \
528 $(srcdir)/ldns/resolver.h $(srcdir)/ldns/tsig.h $(srcdir)/ldns/dnssec_zone.h $(srcdir)/ldns/rbtree.h \
536 $(srcdir)/ldns/zone.h $(srcdir)/ldns/resolver
[all...]
/freebsd-11-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-11-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-11-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>
40 * a packet from a resolver
42 * \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, 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
151 * Get the port the resolver should use
152 * \param[in] r the resolver
158 * Get the source address the resolver should use
159 * \param[in] r the resolver
165 * Is the resolver set to recurse
166 * \param[in] r the resolver
172 * Get the debug status of the resolver
[all...]
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp112 void ProcessInstanceInfo::Dump(Stream &s, UserIDResolver &resolver) const {
146 resolver.GetUserName(GetUserID()).getValueOr(""));
150 resolver.GetGroupName(GetGroupID()).getValueOr(""));
154 resolver.GetUserName(GetEffectiveUserID()).getValueOr(""));
158 resolver.GetGroupName(GetEffectiveGroupID()).getValueOr(""));
185 void ProcessInstanceInfo::DumpAsTableRow(Stream &s, UserIDResolver &resolver, argument
204 if (auto name = (resolver.*getName)(id))
/freebsd-11-stable/share/man/man5/
H A DMakefile62 resolver.5 \
79 MLINKS+=resolver.5 resolv.conf.5
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp409 ResolveRegister(const SymbolFile::RegisterInfoResolver &resolver, argument
412 return resolver.ResolveName(name);
418 ResolveRegisterOrRA(const SymbolFile::RegisterInfoResolver &resolver, argument
421 return resolver.ResolveNumber(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC);
422 return ResolveRegister(resolver, name);
436 const RegisterInfoResolver &resolver,
456 if (const RegisterInfo *info = ResolveRegister(resolver, name)) {
471 } else if (const RegisterInfo *info = ResolveRegisterOrRA(resolver, lhs)) {
487 const RegisterInfoResolver &resolver) {
491 return ParseCFIUnwindPlan(entry->data, resolver);
435 ParseCFIUnwindRow(llvm::StringRef unwind_rules, const RegisterInfoResolver &resolver, UnwindPlan::Row &row) argument
486 GetUnwindPlan(const Address &address, const RegisterInfoResolver &resolver) argument
499 ParseCFIUnwindPlan(const Bookmark &bookmark, const RegisterInfoResolver &resolver) argument
542 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-11-stable/lib/libldns/
H A DMakefile16 keys.c net.c packet.c parse.c radix.c rbtree.c rdata.c resolver.c \
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverFileLine.h23 BreakpointResolverFileLine(Breakpoint *bkpt, const FileSpec &resolver,
64 bool m_inlines; ///< This determines whether the resolver looks for inlined
/freebsd-11-stable/usr.sbin/ppp/
H A Dipcp.h80 unsigned resolver : 1; /* Found resolv.conf ? */ member in struct:ipcp::__anon8869
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h145 void Dump(Stream &s, UserIDResolver &resolver) const;
149 void DumpAsTableRow(Stream &s, UserIDResolver &resolver, bool show_args,

Completed in 285 milliseconds

12