Home
last modified time | relevance | path

Searched refs:tempaddr (Results 1 – 25 of 87) sorted by relevance

1234

/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/z80/
H A Dz80_ddfdcb.c28 B=readbyte(tempaddr);
31 writebyte(tempaddr, B);
34 C=readbyte(tempaddr);
40 D=readbyte(tempaddr);
46 E=readbyte(tempaddr);
52 H=readbyte(tempaddr);
58 L=readbyte(tempaddr);
72 A=readbyte(tempaddr);
78 B=readbyte(tempaddr);
84 C=readbyte(tempaddr);
[all …]
/dports/emulators/mednafen/mednafen/src/hw_cpu/z80-fuse/
H A Dz80_ddfdcb.c28 B=Z80_RB_MACRO(tempaddr);
31 Z80_WB_MACRO(tempaddr, B);
34 C=Z80_RB_MACRO(tempaddr);
37 Z80_WB_MACRO(tempaddr, C);
40 D=Z80_RB_MACRO(tempaddr);
43 Z80_WB_MACRO(tempaddr, D);
46 E=Z80_RB_MACRO(tempaddr);
52 H=Z80_RB_MACRO(tempaddr);
58 L=Z80_RB_MACRO(tempaddr);
72 A=Z80_RB_MACRO(tempaddr);
[all …]
/dports/games/libretro-beetle_ngp/beetle-ngp-libretro-74cc0d8/mednafen/hw_cpu/z80-fuse/
H A Dz80_ddfdcb.c28 B=Z80_RB_MACRO(tempaddr);
31 Z80_WB_MACRO(tempaddr, B);
34 C=Z80_RB_MACRO(tempaddr);
37 Z80_WB_MACRO(tempaddr, C);
40 D=Z80_RB_MACRO(tempaddr);
43 Z80_WB_MACRO(tempaddr, D);
46 E=Z80_RB_MACRO(tempaddr);
52 H=Z80_RB_MACRO(tempaddr);
58 L=Z80_RB_MACRO(tempaddr);
72 A=Z80_RB_MACRO(tempaddr);
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/krb/
H A Dcopy_addrs.c53 krb5_address ** tempaddr; in krb5_copy_addresses() local
64 if (!(tempaddr = (krb5_address **) calloc(nelems+1, sizeof(*tempaddr)))) in krb5_copy_addresses()
68 retval = krb5_copy_addr(context, inaddr[nelems], &tempaddr[nelems]); in krb5_copy_addresses()
70 krb5_free_addresses(context, tempaddr); in krb5_copy_addresses()
75 *outaddr = tempaddr; in krb5_copy_addresses()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/krb/
H A Dcopy_addrs.c53 krb5_address ** tempaddr; in krb5_copy_addresses() local
64 if (!(tempaddr = (krb5_address **) calloc(nelems+1, sizeof(*tempaddr)))) in krb5_copy_addresses()
68 retval = krb5_copy_addr(context, inaddr[nelems], &tempaddr[nelems]); in krb5_copy_addresses()
70 krb5_free_addresses(context, tempaddr); in krb5_copy_addresses()
75 *outaddr = tempaddr; in krb5_copy_addresses()
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dtracker.c130 struct sockaddr_in tempaddr; in tracker_send_report() local
207 memset(&tempaddr,0,sizeof(tempaddr)); in tracker_send_report()
208 tempaddr.sin_family = PSOCK_AF_INET; in tracker_send_report()
209 tempaddr.sin_port = htons(addr_get_port(addrt)); in tracker_send_report()
210 tempaddr.sin_addr.s_addr = htonl(addr_get_ip(addrt)); in tracker_send_report()
218 …o->usocket,&packet,sizeof(packet),0,(struct sockaddr *)&tempaddr,(psock_t_socklen)sizeof(tempaddr)… in tracker_send_report()
/dports/mail/libspamtest/libspamtest/
H A Daddrlist.c59 stralloc quoted={0},tempaddr={0}; in rfc822_quote_one() local
69 CLEAN_SA(tempaddr); in rfc822_quote_one()
72 stralloc_copys(&tempaddr,dest); in rfc822_quote_one()
73 if(!mess822_quotelist(&quoted,&tempaddr)) in rfc822_quote_one()
76 CLEAN_SA(tempaddr); in rfc822_quote_one()
82 CLEAN_SA(tempaddr); in rfc822_quote_one()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/curl/lib/
H A Dconnect.c557 if(conn->tempaddr[tempindex]) { in trynextip()
563 else if(conn->tempaddr[0]) { in trynextip()
567 ai = conn->tempaddr[0]->ai_next; in trynextip()
572 if(conn->tempaddr[other]) { in trynextip()
585 conn->tempaddr[tempindex] = ai; in trynextip()
823 if(conn->tempaddr[i]) { in Curl_is_connected()
849 if(conn->tempaddr[1] == NULL) { in Curl_is_connected()
1189 conn->tempaddr[0] = remotehost->addr; in Curl_connecthost()
1190 conn->tempaddr[1] = NULL; in Curl_connecthost()
1200 while(conn->tempaddr[0]) { in Curl_connecthost()
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/curl/lib/
H A Dconnect.c558 if(conn->tempaddr[tempindex]) { in trynextip()
564 else if(conn->tempaddr[0]) { in trynextip()
568 ai = conn->tempaddr[0]->ai_next; in trynextip()
573 if(conn->tempaddr[other]) { in trynextip()
586 conn->tempaddr[tempindex] = ai; in trynextip()
826 if(conn->tempaddr[i]) { in Curl_is_connected()
852 if(conn->tempaddr[1] == NULL) { in Curl_is_connected()
1169 conn->tempaddr[0] = remotehost->addr; in Curl_connecthost()
1170 conn->tempaddr[1] = NULL; in Curl_connecthost()
1180 while(conn->tempaddr[0]) { in Curl_connecthost()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/
H A Dconnect.c558 if(conn->tempaddr[tempindex]) { in trynextip()
564 else if(conn->tempaddr[0]) { in trynextip()
568 ai = conn->tempaddr[0]->ai_next; in trynextip()
573 if(conn->tempaddr[other]) { in trynextip()
586 conn->tempaddr[tempindex] = ai; in trynextip()
826 if(conn->tempaddr[i]) { in Curl_is_connected()
852 if(conn->tempaddr[1] == NULL) { in Curl_is_connected()
1169 conn->tempaddr[0] = remotehost->addr; in Curl_connecthost()
1170 conn->tempaddr[1] = NULL; in Curl_connecthost()
1180 while(conn->tempaddr[0]) { in Curl_connecthost()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/
H A Dconnect.c578 if(conn->tempaddr[tempindex]) { in trynextip()
584 else if(conn->tempaddr[0]) { in trynextip()
588 ai = conn->tempaddr[0]->ai_next; in trynextip()
593 if(conn->tempaddr[other]) { in trynextip()
606 conn->tempaddr[tempindex] = ai; in trynextip()
933 if(conn->tempaddr[i]) { in Curl_is_connected()
963 if(conn->tempaddr[1] == NULL) { in Curl_is_connected()
1308 conn->tempaddr[0] = remotehost->addr; in Curl_connecthost()
1309 conn->tempaddr[1] = NULL; in Curl_connecthost()
1318 while(conn->tempaddr[0]) { in Curl_connecthost()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/lib/
H A Dconnect.c578 if(conn->tempaddr[tempindex]) { in trynextip()
584 else if(conn->tempaddr[0]) { in trynextip()
588 ai = conn->tempaddr[0]->ai_next; in trynextip()
593 if(conn->tempaddr[other]) { in trynextip()
606 conn->tempaddr[tempindex] = ai; in trynextip()
933 if(conn->tempaddr[i]) { in Curl_is_connected()
961 if(conn->tempaddr[1] == NULL) { in Curl_is_connected()
1300 conn->tempaddr[0] = remotehost->addr; in Curl_connecthost()
1301 conn->tempaddr[1] = NULL; in Curl_connecthost()
1310 while(conn->tempaddr[0]) { in Curl_connecthost()
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pj/
H A Dsock_bsd.c249 char tempaddr[PJ_INET_ADDRSTRLEN]; in pj_inet_aton() local
266 pj_memcpy(tempaddr, cp->ptr, cp->slen); in pj_inet_aton()
267 tempaddr[cp->slen] = '\0'; in pj_inet_aton()
270 return inet_aton(tempaddr, (struct in_addr*)inp); in pj_inet_aton()
272 inp->s_addr = inet_addr(tempaddr); in pj_inet_aton()
282 char tempaddr[PJ_INET6_ADDRSTRLEN]; in pj_inet_pton() local
302 pj_memcpy(tempaddr, src->ptr, src->slen); in pj_inet_pton()
303 tempaddr[src->slen] = '\0'; in pj_inet_pton()
309 if (inet_pton(af, tempaddr, dst) != 1) { in pj_inet_pton()
332 PJ_STRING_TO_NATIVE(tempaddr,wtempaddr,sizeof(wtempaddr)), in pj_inet_pton()
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/lib/
H A Dconnect.c565 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in ainext()
570 conn->tempaddr[tempindex] = ai; in ainext()
590 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in trynextip()
869 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
915 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
949 if(conn->tempaddr[i]) { in Curl_is_connected()
1328 conn->tempaddr[0] = conn->tempaddr[1] = remotehost->addr; in Curl_connecthost()
1337 conn->tempfamily[0] = conn->tempaddr[0]? in Curl_connecthost()
1338 conn->tempaddr[0]->ai_family:0; in Curl_connecthost()
1349 while(conn->tempaddr[i]) { in Curl_connecthost()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/lib/
H A Dconnect.c565 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in ainext()
570 conn->tempaddr[tempindex] = ai; in ainext()
591 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in trynextip()
905 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
951 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
985 if(conn->tempaddr[i]) { in Curl_is_connected()
990 Curl_printable_address(conn->tempaddr[i], ipaddress, in Curl_is_connected()
1361 conn->tempaddr[0] = conn->tempaddr[1] = remotehost->addr; in Curl_connecthost()
1370 conn->tempfamily[0] = conn->tempaddr[0]? in Curl_connecthost()
1371 conn->tempaddr[0]->ai_family:0; in Curl_connecthost()
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/lib/
H A Dconnect.c560 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in ainext()
565 conn->tempaddr[tempindex] = ai; in ainext()
585 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in trynextip()
880 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
926 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
960 if(conn->tempaddr[i]) { in Curl_is_connected()
1338 conn->tempaddr[0] = conn->tempaddr[1] = remotehost->addr; in Curl_connecthost()
1347 conn->tempfamily[0] = conn->tempaddr[0]? in Curl_connecthost()
1348 conn->tempaddr[0]->ai_family:0; in Curl_connecthost()
1363 while(conn->tempaddr[i]) { in Curl_connecthost()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/lib/
H A Dconnect.c563 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in ainext()
568 conn->tempaddr[tempindex] = ai; in ainext()
589 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in trynextip()
889 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
937 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
971 if(conn->tempaddr[i]) { in Curl_is_connected()
976 Curl_printable_address(conn->tempaddr[i], ipaddress, in Curl_is_connected()
1367 conn->tempaddr[0] = conn->tempaddr[1] = remotehost->addr; in Curl_connecthost()
1378 conn->tempfamily[0] = conn->tempaddr[0]? in Curl_connecthost()
1379 conn->tempaddr[0]->ai_family:0; in Curl_connecthost()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/lib/
H A Dconnect.c563 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in ainext()
568 conn->tempaddr[tempindex] = ai; in ainext()
589 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in trynextip()
891 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
939 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
973 if(conn->tempaddr[i]) { in Curl_is_connected()
978 Curl_printable_address(conn->tempaddr[i], ipaddress, in Curl_is_connected()
1369 conn->tempaddr[0] = conn->tempaddr[1] = remotehost->addr; in Curl_connecthost()
1380 conn->tempfamily[0] = conn->tempaddr[0]? in Curl_connecthost()
1381 conn->tempaddr[0]->ai_family:0; in Curl_connecthost()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dconnect.c563 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in ainext()
568 conn->tempaddr[tempindex] = ai; in ainext()
589 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in trynextip()
891 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
939 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
973 if(conn->tempaddr[i]) { in Curl_is_connected()
978 Curl_printable_address(conn->tempaddr[i], ipaddress, in Curl_is_connected()
1369 conn->tempaddr[0] = conn->tempaddr[1] = remotehost->addr; in Curl_connecthost()
1380 conn->tempfamily[0] = conn->tempaddr[0]? in Curl_connecthost()
1381 conn->tempaddr[0]->ai_family:0; in Curl_connecthost()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dconnect.c563 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in ainext()
568 conn->tempaddr[tempindex] = ai; in ainext()
589 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in trynextip()
891 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
939 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
973 if(conn->tempaddr[i]) { in Curl_is_connected()
978 Curl_printable_address(conn->tempaddr[i], ipaddress, in Curl_is_connected()
1369 conn->tempaddr[0] = conn->tempaddr[1] = remotehost->addr; in Curl_connecthost()
1380 conn->tempfamily[0] = conn->tempaddr[0]? in Curl_connecthost()
1381 conn->tempaddr[0]->ai_family:0; in Curl_connecthost()
[all …]
/dports/devel/cmake/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dconnect.c563 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in ainext()
568 conn->tempaddr[tempindex] = ai; in ainext()
589 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in trynextip()
891 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
939 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
973 if(conn->tempaddr[i]) { in Curl_is_connected()
978 Curl_printable_address(conn->tempaddr[i], ipaddress, in Curl_is_connected()
1369 conn->tempaddr[0] = conn->tempaddr[1] = remotehost->addr; in Curl_connecthost()
1380 conn->tempfamily[0] = conn->tempaddr[0]? in Curl_connecthost()
1381 conn->tempaddr[0]->ai_family:0; in Curl_connecthost()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/lib/
H A Dconnect.c563 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in ainext()
568 conn->tempaddr[tempindex] = ai; in ainext()
589 struct Curl_addrinfo *ai = conn->tempaddr[tempindex]; in trynextip()
889 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
937 conn->ip_addr = conn->tempaddr[i]; in Curl_is_connected()
971 if(conn->tempaddr[i]) { in Curl_is_connected()
976 Curl_printable_address(conn->tempaddr[i], ipaddress, in Curl_is_connected()
1367 conn->tempaddr[0] = conn->tempaddr[1] = remotehost->addr; in Curl_connecthost()
1378 conn->tempfamily[0] = conn->tempaddr[0]? in Curl_connecthost()
1379 conn->tempaddr[0]->ai_family:0; in Curl_connecthost()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/liblame/frontend/
H A Drtp.c103 unsigned int tempaddr; in rtp_socket() local
112 tempaddr = inet_addr(address); in rtp_socket()
115 sin.sin_addr.s_addr = tempaddr; in rtp_socket()
123 if ((ntohl(tempaddr) >> 28) == 0xe) { in rtp_socket()
/dports/audio/lame/lame-3.100/frontend/
H A Drtp.c103 unsigned int tempaddr; in rtp_socket() local
112 tempaddr = inet_addr(address); in rtp_socket()
115 sin.sin_addr.s_addr = tempaddr; in rtp_socket()
123 if ((ntohl(tempaddr) >> 28) == 0xe) { in rtp_socket()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/frontend/
H A Drtp.c103 unsigned int tempaddr; in rtp_socket() local
112 tempaddr = inet_addr(address); in rtp_socket()
115 sin.sin_addr.s_addr = tempaddr; in rtp_socket()
123 if ((ntohl(tempaddr) >> 28) == 0xe) { in rtp_socket()

1234