Home
last modified time | relevance | path

Searched refs:source_host (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/dillo2/dillo-3.0.5/src/
H A Ddomain.c120 const char *source_host, *dest_host; in a_Domain_permit() local
125 source_host = URL_HOST(source); in a_Domain_permit()
129 ret = source_host[0] == '\0' || in a_Domain_permit()
132 MSG("Domain: DENIED %s -> %s.\n", source_host, URL_STR(dest)); in a_Domain_permit()
142 if (Domain_match(source_host, exceptions[i].origin) && in a_Domain_permit()
152 const char *src = source_host[0] ? source_host : URL_STR(source); in a_Domain_permit()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Diwa_gradientwarpfx.cpp139 float4 *source_host; in doCompute() local
142 source_host = (float4 *)source_host_ras->getRawData(); in doCompute()
154 setSourceRaster<TRaster32P, TPixel32>(ras32, source_host, enlargedDim); in doCompute()
156 setSourceRaster<TRaster64P, TPixel64>(ras64, source_host, enlargedDim); in doCompute()
193 source_host, warper_host, result_host); in doCompute()
195 source_host = result_host; in doCompute()
252 getSourceVal_CPU(source_host, enlargedDim, index.x, index.y), in doCompute_CPU()
253 getSourceVal_CPU(source_host, enlargedDim, index.x + 1, index.y), in doCompute_CPU()
256 getSourceVal_CPU(source_host, enlargedDim, index.x, index.y + 1), in doCompute_CPU()
270 float4 Iwa_GradientWarpFx::getSourceVal_CPU(float4 *source_host, in getSourceVal_CPU() argument
[all …]
H A Diwa_barreldistortfx.cpp72 float4 getSource_CPU(float4 *source_host, TDimensionI &dim, int pos_x, in getSource_CPU() argument
77 return source_host[pos_y * dim.lx + pos_x]; in getSource_CPU()
238 float4 *source_host; in doCompute() local
241 source_host = (float4 *)source_host_ras->getRawData(); in doCompute()
246 setSourceRaster<TRaster32P, TPixel32>(ras32, source_host, sourceDim); in doCompute()
248 setSourceRaster<TRaster64P, TPixel64>(ras64, source_host, sourceDim); in doCompute()
266 doCompute_CPU(point, sourcePoint, dist, distAspect, source_host, in doCompute()
291 float4 *source_host, float4 *result_host, TRectD &rectOut, in doCompute_CPU() argument
347 getSource_CPU(source_host, sourceDim, pos.x(), pos.y()), in doCompute_CPU()
348 getSource_CPU(source_host, sourceDim, pos.x() + 1, pos.y()), in doCompute_CPU()
[all …]
H A Diwa_perspectivedistortfx.cpp14 float4 getSource_CPU(float4 *source_host, TDimensionI &dim, int pos_x, in getSource_CPU() argument
19 return source_host[pos_y * dim.lx + pos_x]; in getSource_CPU()
174 float4 *source_host; in doCompute() local
177 source_host = (float4 *)source_host_ras->getRawData(); in doCompute()
195 setSourceRaster<TRaster32P, TPixel32>(ras32, source_host, sourceDim); in doCompute()
197 setSourceRaster<TRaster64P, TPixel64>(ras64, source_host, sourceDim); in doCompute()
208 source_host, result_host, sourceDim, resultDim, precision, in doCompute()
230 TPointD &vp, TPointD &ap, float4 *source_host, float4 *result_host, in doCompute_CPU() argument
246 getSource_CPU(source_host, sourceDim, index, j), in doCompute_CPU()
247 getSource_CPU(source_host, sourceDim, index + 1, j), ratio); in doCompute_CPU()
H A Diwa_gradientwarpfx.h59 float4 *source_host, float *warper_host,
62 float4 getSourceVal_CPU(float4 *source_host, TDimensionI &enlargedDim,
H A Diwa_perspectivedistortfx.h52 TPointD &anchorPoint, float4 *source_host,
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/devices/impl/
H A DTranscodePipeStreamSource.java31 private String source_host; field in TranscodePipeStreamSource
43 source_host = _source_host; in TranscodePipeStreamSource()
69 Socket socket2 = new Socket( source_host, source_port ); in handleSocket()
/dports/net/p5-VM-EC2/VM-EC2-1.28/lib/VM/EC2/Staging/
H A DManager.pm1373 my ($source_host) = values %hosts;
1388 my $src_is_server = $source_host && UNIVERSAL::isa($source_host,'VM::EC2::Staging::Server');
1397 my $server = $source_host || $dest_host;
1403 if (!($source_host || $dest_host)) {
1418 if ($source_host eq $dest_host) {
1431 my $ssh_args = $source_host->_ssh_escaped_args;
1432 my $keyfile = $source_host->keyfile;
1435 $self->_upload_dots_script($source_host) if $dots;
1552 my ($source_host,$dest_host) = @_;
1554 unless ($source_host->has_key($keyname)) {
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/redirects/
H A Dext_tables.sql5 source_host varchar(255) DEFAULT '' NOT NULL, field
19 KEY index_source (source_host(80),source_path(80))
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/redirects/
H A Dext_tables.sql5 source_host varchar(255) DEFAULT '' NOT NULL, field
19 KEY index_source (source_host(80),source_path(80))
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/redirects/
H A Dext_tables.sql5 source_host varchar(255) DEFAULT '' NOT NULL, field
20 KEY index_source (source_host(80),source_path(80))
/dports/net/6tunnel/6tunnel-6c64c42/
H A D6tunnel.c54 const char *source_host; variable
206 return source_host; in source_map_find()
230 source = source_host; in make_tunnel()
621 source_host = optarg; in main()
725 if (source_host != NULL) { in main()
726 debug("resolving %s\n", source_host); in main()
728 ai = resolve_host(source_host, 0, source_hint); in main()
731 fprintf(stderr, "%s: unable to resolve host %s\n", argv[0], source_host); in main()
766 debug("source: %s\n", (source_host != NULL) ? source_host : "default"); in main()
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/vendor/
H A Dvendor_manifest.py33 self.source_host = self.get_source_host()
40 ref, timestamp = self.source_host.upstream_tag(revision)
42 ref, timestamp = self.source_host.upstream_commit(revision)
45 ref, timestamp = self.source_host.upstream_commit(revision)
116 url = self.source_host.upstream_snapshot(revision)
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/vendor/
H A Dvendor_manifest.py33 self.source_host = self.get_source_host()
40 ref, timestamp = self.source_host.upstream_tag(revision)
42 ref, timestamp = self.source_host.upstream_commit(revision)
45 ref, timestamp = self.source_host.upstream_commit(revision)
116 url = self.source_host.upstream_snapshot(revision)
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/11.0/
H A DFeature-91712-RedirectModuleCleanupSchedulerTask.rst17 - Domain(s) comma separated ( query usage: source_host IN (:domains) )
24 - :sql:`protected = 0 AND (hitcount < :hitCount) AND (createdon < :age) AND (source_host IN (:domai…
25 - :sql:`protected = 0 AND (hitcount < 30) AND (createdon < 123456789) AND (source_host IN ('example…
/dports/devel/brz/breezy-3.2.0/breezy/plugins/gitlab/
H A Dhoster.py105 def __init__(self, source_host, target_host): argument
106 self.source_host = source_host
666 (source_host, source_project_name, source_branch_name) = (
670 if source_host != target_host:
671 raise DifferentGitLabInstances(source_host, target_host)
786 (self.source_host, self.source_project_name, self.source_branch_name) = (
791 if self.source_host != self.target_host:
792 raise DifferentGitLabInstances(self.source_host, self.target_host)
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dirc.c158 *source_host, /* specify a specific source host variable
525 if (source_host) in process_hostname()
526 my_strncpy(MyHostName, source_host, sizeof(MyHostName)-1); in process_hostname()
651 malloc_strcpy(&source_host, get_arg(arg,
780 if ((u_char *) 0 == source_host && ((u_char *) 0 != (ptr = my_getenv("NINJAHOST"))
782 malloc_strcpy(&source_host, ptr);
1603 source_host = NULL; in set_irchost()
1605 malloc_strcpy(&source_host, irchost); in set_irchost()
1610 dma_Free(&source_host); in set_irchost()
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/vendor/
H A Dvendor_manifest.py49 self.source_host = self.get_source_host()
56 ref, timestamp = self.source_host.upstream_tag(revision)
58 ref, timestamp = self.source_host.upstream_commit(revision)
61 ref, timestamp = self.source_host.upstream_commit(revision)
194 url = self.source_host.upstream_snapshot(revision)
/dports/irc/ircII/ircii-20210314/source/
H A Dirc.c108 *source_host, /* specify a specific source variable
368 malloc_strcpy(&source_host, in parse_arg()
498 if (NULL == source_host && NULL != (ptr = my_getenv("IRCHOST"))) in parse_args()
499 malloc_strcpy(&source_host, ptr); in parse_args()
1075 new_free(&source_host); in set_irchost()
1077 malloc_strcpy(&source_host, irchost); in set_irchost()
1083 return source_host; in get_irchost()
/dports/net/usockets/uSockets-0.8.1/src/
H A Dbsd.c274 …IPTOR bsd_create_connect_socket(const char *host, int port, const char *source_host, int options) { in bsd_create_connect_socket() argument
293 if (source_host) { in bsd_create_connect_socket()
295 if (!getaddrinfo(source_host, NULL, NULL, &interface_result)) { in bsd_create_connect_socket()
H A Dcontext.c206 … us_socket_context_t *context, const char *host, int port, const char *source_host, int options, i… in us_socket_context_connect() argument
209 …nnect((struct us_internal_ssl_socket_context_t *) context, host, port, source_host, options, socke… in us_socket_context_connect()
213 …LIBUS_SOCKET_DESCRIPTOR connect_socket_fd = bsd_create_connect_socket(host, port, source_host, opt… in us_socket_context_connect()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dirc.c137 *source_host = NULL, /* specify a specific source host variable
829 if (source_host) in process_hostname()
830 strncpy(MyHostName, source_host, sizeof(MyHostName)-1); in process_hostname()
964 malloc_strcpy(&source_host, get_arg(arg,
1082 if ((char *) 0 == source_host && (char *) 0 != (ptr = getenv("IRCHOST")))
1083 malloc_strcpy(&source_host, ptr);
1191 if ((ptr = getenv("VIRTIP"))) malloc_strcpy(&source_host, ptr);
1950 source_host = NULL; in set_irchost()
1952 malloc_strcpy(&source_host, irchost); in set_irchost()
/dports/mail/mailutils/mailutils-3.13/libmailutils/stream/
H A Dtcp.c368 const char *source_host, in mu_tcp_stream_create_with_source_host() argument
383 if (source_host) in mu_tcp_stream_create_with_source_host()
387 rc = mu_sockaddr_from_node (&source_addr, source_host, NULL, &hints); in mu_tcp_stream_create_with_source_host()
/dports/security/dropbear/dropbear-2020.81/
H A Dcli-chansession.c397 const char* source_host = "127.0.0.1"; in cli_send_netcat_request() local
413 buf_putstring(ses.writepayload, source_host, strlen(source_host)); in cli_send_netcat_request()
/dports/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4AulCompiler.cpp37 if (source_host && pos) in FormatCodePosition()
42 if (source_host && pos) in FormatCodePosition()
47 int line = SGetLine(source_host->GetScript(), pos); in FormatCodePosition()
48 int col = SLineGetCharacters(source_host->GetScript(), pos); in FormatCodePosition()
51 source_host->GetFilePath(), in FormatCodePosition()
55 if (target_host && source_host != target_host) in FormatCodePosition()
134 …(C4ScriptHost *host, C4ScriptHost *source_host, C4AulScriptFunc *func = nullptr) : target_host(hos… in PreparseAstVisitor() argument
259 …odegenAstVisitor(C4ScriptHost *host, C4ScriptHost *source_host) : target_host(host), host(source_h… in CodegenAstVisitor() argument
424 PreparseAstVisitor v(host, source_host); in Preparse()
430 void C4AulCompiler::Compile(C4ScriptHost *host, C4ScriptHost *source_host, const ::aul::ast::Script… in Compile() argument
[all …]

12