Home
last modified time | relevance | path

Searched refs:host_address (Results 151 – 175 of 505) sorted by relevance

12345678910>>...21

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h347 AllocationRecord(uintptr_t host_address, uint32_t permissions, in AllocationRecord()
351 m_host_address(host_address), m_permissions(permissions), in AllocationRecord()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h352 AllocationRecord(uintptr_t host_address, uint32_t permissions, in AllocationRecord()
356 m_host_address(host_address), m_permissions(permissions), in AllocationRecord()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h352 AllocationRecord(uintptr_t host_address, uint32_t permissions, in AllocationRecord()
356 m_host_address(host_address), m_permissions(permissions), in AllocationRecord()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h352 AllocationRecord(uintptr_t host_address, uint32_t permissions, in AllocationRecord()
356 m_host_address(host_address), m_permissions(permissions), in AllocationRecord()
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/
H A Dconfig.host161 if test "${host_address}" = 64; then
812 elif test "${host_address}" = 32; then
867 elif test "${host_address}" = 32; then
1282 …tmake_file="${tmake_file} riscv/t-softfp${host_address} t-softfp riscv/t-elf riscv/t-elf${host_add…
1315 if test "${host_address}" = 32; then
1379 if test "${host_address}" = 64; then
1394 if test "${host_address}" = 32; then
1428 if test "${host_address}" = 64; then
1431 if test "${host_address}" = 32; then
1453 if test "${host_address}" = 64; then
[all …]
/dports/databases/gigabase/gigabase/
H A Dcli.php491 function new_connection($host_address, $host_port, $user_name = "guest", $password = "") { argument
493 if ($con->address == $host_address && $con->port == $host_port
501 if ($con->open($host_address, $host_port, $user_name, $password) != cli_ok) {
560 function open($host_address, $host_port, $user_name = "guest", $password = "") { argument
561 $this->fp = fsockopen($host_address, $host_port, &$errno, &$errstr, 30);
566 $this->address = $host_address;
/dports/dns/yadifa/yadifa-2.5.3-10333/test/dnsserver-test/
H A Dserver.c350 server_tcp(const host_address *ha, const host_address *client) in server_tcp()
/dports/science/py-dlib/dlib-19.22/dlib/iosockstream/
H A Diosockstream.h86 con.reset(connect(addr.host_address, addr.port, timeout)); in open()
/dports/science/dlib-cpp/dlib-19.22/dlib/iosockstream/
H A Diosockstream.h86 con.reset(connect(addr.host_address, addr.port, timeout)); in open()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/include/dnsdb/
H A Dzdb.h285 ya_result zdb_append_ip_records(zdb* db, const u8* name_, host_address *target_list);
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/
H A Drname.py399 host_address: str = "" variable in TCPIPInstr
423 host_address: str = "" variable in TCPIPSocket
740 return self.parsed.host_address
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/specs/features/browser_ui/3_create/jenkins/
H A Djenkins_build_status_spec.rb19 Vendor::Jenkins::Page::Base.host = jenkins_server.host_address
/dports/devel/godot/godot-3.2.3-stable/modules/mono/mono_gd/support/
H A Dandroid_support.cpp596 const char *host_address = env->GetStringUTFChars(hostAddress, 0); in interop_get_active_network_dns_servers() local
598 r_dns_servers[i] = strdup(host_address); // freed by the BCL in interop_get_active_network_dns_servers()
601 env->ReleaseStringUTFChars(hostAddress, host_address); in interop_get_active_network_dns_servers()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/mono_gd/support/
H A Dandroid_support.cpp596 const char *host_address = env->GetStringUTFChars(hostAddress, 0); in interop_get_active_network_dns_servers() local
598 r_dns_servers[i] = strdup(host_address); // freed by the BCL in interop_get_active_network_dns_servers()
601 env->ReleaseStringUTFChars(hostAddress, host_address); in interop_get_active_network_dns_servers()
/dports/net/py-suds-community/suds-community-1.0.0/tests/
H A Dtest_transport_http.py285 self.host_address = object()
290 return [(None, None, None, None, self.host_address)]
307 assert address is self.__mocker.host_address
/dports/mail/exim-postgresql/exim-4.95/src/
H A Ddaemon.c19 uschar *host_address; /* address of the client host */ member
25 static smtp_slot empty_smtp_slot = { .pid = 0, .host_address = NULL };
329 if (smtp_slots[i].host_address) in handle_smtp_call()
331 if (Ustrcmp(sender_host_address, smtp_slots[i].host_address) == 0) in handle_smtp_call()
754 smtp_slots[i].host_address = string_copy_malloc(sender_host_address); in handle_smtp_call()
911 if (smtp_slots[i].host_address) in handle_ending_processes()
912 store_free(smtp_slots[i].host_address); in handle_ending_processes()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Ddaemon.c19 uschar *host_address; /* address of the client host */ member
25 static smtp_slot empty_smtp_slot = { .pid = 0, .host_address = NULL };
329 if (smtp_slots[i].host_address) in handle_smtp_call()
331 if (Ustrcmp(sender_host_address, smtp_slots[i].host_address) == 0) in handle_smtp_call()
754 smtp_slots[i].host_address = string_copy_malloc(sender_host_address); in handle_smtp_call()
911 if (smtp_slots[i].host_address) in handle_ending_processes()
912 store_free(smtp_slots[i].host_address); in handle_ending_processes()
/dports/mail/exim-mysql/exim-4.95/src/
H A Ddaemon.c19 uschar *host_address; /* address of the client host */ member
25 static smtp_slot empty_smtp_slot = { .pid = 0, .host_address = NULL };
329 if (smtp_slots[i].host_address) in handle_smtp_call()
331 if (Ustrcmp(sender_host_address, smtp_slots[i].host_address) == 0) in handle_smtp_call()
754 smtp_slots[i].host_address = string_copy_malloc(sender_host_address); in handle_smtp_call()
911 if (smtp_slots[i].host_address) in handle_ending_processes()
912 store_free(smtp_slots[i].host_address); in handle_ending_processes()
/dports/mail/exim-monitor/exim-4.95/src/
H A Ddaemon.c19 uschar *host_address; /* address of the client host */ member
25 static smtp_slot empty_smtp_slot = { .pid = 0, .host_address = NULL };
329 if (smtp_slots[i].host_address) in handle_smtp_call()
331 if (Ustrcmp(sender_host_address, smtp_slots[i].host_address) == 0) in handle_smtp_call()
754 smtp_slots[i].host_address = string_copy_malloc(sender_host_address); in handle_smtp_call()
911 if (smtp_slots[i].host_address) in handle_ending_processes()
912 store_free(smtp_slots[i].host_address); in handle_ending_processes()
/dports/mail/exim/exim-4.95/src/
H A Ddaemon.c19 uschar *host_address; /* address of the client host */ member
25 static smtp_slot empty_smtp_slot = { .pid = 0, .host_address = NULL };
329 if (smtp_slots[i].host_address) in handle_smtp_call()
331 if (Ustrcmp(sender_host_address, smtp_slots[i].host_address) == 0) in handle_smtp_call()
754 smtp_slots[i].host_address = string_copy_malloc(sender_host_address); in handle_smtp_call()
911 if (smtp_slots[i].host_address) in handle_ending_processes()
912 store_free(smtp_slots[i].host_address); in handle_ending_processes()
/dports/mail/exim-ldap2/exim-4.95/src/
H A Ddaemon.c19 uschar *host_address; /* address of the client host */ member
25 static smtp_slot empty_smtp_slot = { .pid = 0, .host_address = NULL };
329 if (smtp_slots[i].host_address) in handle_smtp_call()
331 if (Ustrcmp(sender_host_address, smtp_slots[i].host_address) == 0) in handle_smtp_call()
754 smtp_slots[i].host_address = string_copy_malloc(sender_host_address); in handle_smtp_call()
911 if (smtp_slots[i].host_address) in handle_ending_processes()
912 store_free(smtp_slots[i].host_address); in handle_ending_processes()
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Ddaemon.c19 uschar *host_address; /* address of the client host */ member
25 static smtp_slot empty_smtp_slot = { .pid = 0, .host_address = NULL };
329 if (smtp_slots[i].host_address) in handle_smtp_call()
331 if (Ustrcmp(sender_host_address, smtp_slots[i].host_address) == 0) in handle_smtp_call()
754 smtp_slots[i].host_address = string_copy_malloc(sender_host_address); in handle_smtp_call()
911 if (smtp_slots[i].host_address) in handle_ending_processes()
912 store_free(smtp_slots[i].host_address); in handle_ending_processes()
/dports/mail/fdm/fdm-2.0/
H A Dfdm.c97 getaddrs(host, &conf.host_fqdn, &conf.host_address); in fill_host()
425 conf.host_name, conf.host_fqdn, conf.host_address); in main()
935 if (conf.host_address != NULL) in main()
936 xfree(conf.host_address); in main()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/protocols/haproxy/test/
H A Dtest_wrapper.py80 hostAddress=mock.sentinel.host_address,
84 self.assertEqual(proto.getHost(), mock.sentinel.host_address)
/dports/www/domoticz/domoticz-2020.2/webserver/
H A Dfastcgi.cpp329 fcgi_params["REMOTE_ADDR"] = req.host_address; in handlePHP()
341 fullexecmd += " REMOTE_ADDR=" + req.host_address; in handlePHP()

12345678910>>...21