Home
last modified time | relevance | path

Searched refs:forwards (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTraceCursor.cpp33 void TraceCursor::SetForwards(bool forwards) { m_forwards = forwards; } in SetForwards() argument
/freebsd-12-stable/contrib/unbound/libunbound/
Dlibunbound.c978 if(ctx->env->cfg->forwards && in ub_ctx_set_fwd()
979 strcmp(ctx->env->cfg->forwards->name, ".") == 0) { in ub_ctx_set_fwd()
980 s = ctx->env->cfg->forwards; in ub_ctx_set_fwd()
981 ctx->env->cfg->forwards = s->next; in ub_ctx_set_fwd()
998 if(!ctx->env->cfg->forwards || in ub_ctx_set_fwd()
999 strcmp(ctx->env->cfg->forwards->name, ".") != 0) { in ub_ctx_set_fwd()
1013 s->next = ctx->env->cfg->forwards; in ub_ctx_set_fwd()
1014 ctx->env->cfg->forwards = s; in ub_ctx_set_fwd()
1016 log_assert(ctx->env->cfg->forwards); in ub_ctx_set_fwd()
1017 s = ctx->env->cfg->forwards; in ub_ctx_set_fwd()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DTraceCursor.h102 void SetForwards(bool forwards);
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DDLL.cpp733 std::vector<Chunk *> forwards; in EdataContents() local
738 forwards.push_back(e.forwardChunk); in EdataContents()
751 chunks.insert(chunks.end(), forwards.begin(), forwards.end()); in EdataContents()
/freebsd-12-stable/crypto/openssh/
DPROTOCOL.mux160 6. Requesting establishment of port forwards
189 7. Requesting closure of port forwards
285 XXX extended status (e.g. report open channels / forwards)
/freebsd-12-stable/contrib/unbound/util/
Dconfigparser.y364 s->next = cfg_parser->cfg->forwards;
365 cfg_parser->cfg->forwards = s;
3007 if(cfg_parser->cfg->forwards->name)
3010 free(cfg_parser->cfg->forwards->name);
3011 cfg_parser->cfg->forwards->name = $2;
3017 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->hosts, $2))
3024 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->addrs, $2))
3033 else cfg_parser->cfg->forwards->isfirst=(strcmp($2, "yes")==0);
3042 else cfg_parser->cfg->forwards->no_cache=(strcmp($2, "yes")==0);
3051 else cfg_parser->cfg->forwards->ssl_upstream =
[all …]
Dconfig_file.h250 struct config_stub* forwards; member
Dconfig_file.c217 cfg->forwards = NULL; in config_create()
1624 config_delstubs(cfg->forwards); in config_delete()
/freebsd-12-stable/contrib/unbound/smallapp/
Dunbound-checkconf.c168 for(p=cfg->forwards; p; p=p->next) { in donotquerylocalhostcheck()
645 warn_hosts("forward-host", cfg->forwards); in morechecks()
/freebsd-12-stable/contrib/unbound/iterator/
Diter_fwd.c267 for(s = cfg->forwards; s; s = s->next) { in read_forwards()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DOptions.td1060 def thread_trace_dump_instructions_forwards: Option<"forwards", "f">, Group<1>,
1061 Desc<"If specified, the trace is traversed forwards chronologically "
1067 "instruction, or the oldest if --forwards is provided.">;
1072 "dumping instructions, or from the beginning if --forwards is provided">;
/freebsd-12-stable/crypto/openssl/
DREADME.ENGINE11 in the standard releases from 0.9.7 forwards.
/freebsd-12-stable/contrib/libstdc++/include/tr1/
Dfunctional498 * @brief Returns a function object that forwards to the member
/freebsd-12-stable/contrib/gcc/config/arm/
Darm.c7330 HOST_WIDE_INT forwards; member
7453 HOST_WIDE_INT max_address = fix->address + fix->forwards - minipool_pad; in add_minipool_forward_ref()
8029 fix->forwards = get_attr_pool_range (insn); in push_minipool_fix()
8036 gcc_assert (fix->forwards || fix->backwards); in push_minipool_fix()
8050 -1 * (long)fix->backwards, (long)fix->forwards); in push_minipool_fix()
/freebsd-12-stable/contrib/libevent/
Dwhatsnew-2.1.txt631 least keep time running forwards.
DChangeLog1304 applications should now be more resilient to jumps forwards or backwards
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Dwhatsnew-2.1.txt631 least keep time running forwards.
DChangeLog1304 applications should now be more resilient to jumps forwards or backwards
/freebsd-12-stable/contrib/sendmail/cf/
DREADME637 an extra rule is added to ruleset 0 that forwards all
1814 pointing at this host; this rule catches the message and forwards it on
2505 therefore forwards it to the mail hub which in turns relays it
3587 everything in a domain to one machine that then forwards it
/freebsd-12-stable/contrib/tcp_wrappers/
DREADME624 to all portmap daemons on its network; each portmap daemon forwards the
/freebsd-12-stable/contrib/gcc/doc/
Dcppinternals.texi264 cannot assume that it can scan forwards until the first non-number
/freebsd-12-stable/contrib/unbound/doc/
DChangelog472 with 1.17.2. 1.17.1 excludes fix #823, it is included forwards.
5339 - Fix #746: Fix unbound sets CD bit on all forwards.
6599 - Fix queries leaking up for stubs and forwards, if the configured
6995 can modify stubs and forwards for running unbound (on mobile computer)
7000 - iter forwards uses malloc inside for more dynamicity.
11603 - forwards udp queries and sends answer.
/freebsd-12-stable/contrib/bmake/
Dbmake.cat11005 modifier, the words are indexed both forwards using positive inte-
/freebsd-12-stable/contrib/sendmail/
DRELEASE_NOTES3080 forwards, or :include: files. It also will override the -v
4930 Handle aliases or forwards which deliver to programs using tabs
10565 Reset uid earlier in include() so that recursive .forwards or
10616 forwards all mail to a hub without ever looking at the
/freebsd-12-stable/contrib/gcc/cp/
DChangeLog-20034712 types, forwards for non-types.

12