Home
last modified time | relevance | path

Searched refs:address (Results 1 – 25 of 138) sorted by relevance

123456

/PHP-8.1/win32/
H A Dsockets.c29 struct sockaddr_in address; in socketpair_win32() local
31 int size = sizeof(address); in socketpair_win32()
45 address.sin_addr.s_addr = INADDR_ANY; in socketpair_win32()
46 address.sin_family = AF_INET; in socketpair_win32()
47 address.sin_port = 0; in socketpair_win32()
49 if (bind(sock[0], (struct sockaddr *) &address, sizeof(address)) != 0) { in socketpair_win32()
53 if (getsockname(sock[0], (struct sockaddr *) &address, &size) != 0) { in socketpair_win32()
71 address.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in socketpair_win32()
72 if (connect(sock[1], (struct sockaddr *) &address, sizeof(address)) != 0) { in socketpair_win32()
76 redirect = accept(sock[0], (struct sockaddr *) &address, &size); in socketpair_win32()
/PHP-8.1/Zend/asm/
H A Dmake_ppc32_sysv_xcoff_gas.S68 # save return address into R6
71 # first arg of make_fcontext() == top address of context-function
72 # shift address in R3 to lower 16 byte boundary
79 # third arg of make_fcontext() == address of context-function descriptor
100 # compute abs address of label .L_finish
104 # save address of finish as return-address for context-function
108 # restore return address from R6
114 # save return address into R0
116 # save return address on stack, set up stack frame
H A Dmake_ppc64_sysv_xcoff_gas.S80 # save return address into R6
83 # first arg of make_fcontext() == top address of context-function
84 # shift address in R3 to lower 16 byte boundary
91 # third arg of make_fcontext() == address of context-function descriptor
112 # compute abs address of label .L_finish
116 # save address of finish as return-address for context-function
120 # restore return address from R6
126 # save return address into R0
128 # save return address on stack, set up stack frame
H A Dmake_arm_aapcs_macho_gas.S45 @ shift address in A1 to lower 16 byte boundary
51 @ third arg of make_fcontext() == address of context-function
54 @ compute address of returned transfer_t
59 @ compute abs address of label finish
61 @ save address of finish as return-address for context-function
H A Dmake_ppc32_sysv_elf_gas.S59 # save return address into R6
62 # first arg of make_fcontext() == top address of context-function
63 # shift address in R3 to lower 16 byte boundary
70 # third arg of make_fcontext() == address of context-function
93 # load address of label 1 into R4
97 # compute abs address of trampoline, use as PC
101 # compute abs address of label finish
103 # save address of finish as return-address for context-function
107 # restore return address from R6
117 lwz %r0, 8(%r1) # address of context-function
[all …]
H A Dmake_ppc64_sysv_elf_gas.S99 # save return address into R6
102 # first arg of make_fcontext() == top address of context-stack
103 # shift address in R3 to lower 16 byte boundary
110 # third arg of make_fcontext() == address of context-function
113 # save address of context-function entry point
116 # save address of context-function entry point
140 # compute abs address of label finish
144 # save address of finish as return-address for context-function
148 # restore return address from R6
154 # save return address into R0
[all …]
H A Dmake_arm_aapcs_elf_gas.S48 @ shift address in A1 to lower 16 byte boundary
54 @ third arg of make_fcontext() == address of context-function
57 @ compute address of returned transfer_t
62 @ compute abs address of label finish
64 @ save address of finish as return-address for context-function
H A Dmake_arm64_aapcs_macho_gas.S59 ; shift address in x0 (allocated stack) to lower 16 byte boundary
65 ; third arg of make_fcontext() == address of context-function
66 ; store address as a PC to jump in
71 ; save address of finish as return-address for context-function
H A Dmake_arm64_aapcs_elf_gas.S60 # shift address in x0 (allocated stack) to lower 16 byte boundary
66 # third arg of make_fcontext() == address of context-function
67 # store address as a PC to jump in
70 # save address of finish as return-address for context-function
H A Dmake_riscv64_sysv_elf_gas.S66 # shift address in a0 (allocated stack) to lower 16 byte boundary
72 # third arg of make_fcontext() == address of context-function
73 # store address as a PC to jump in
76 # save address of finish as return-address for context-function
H A Dmake_i386_ms_pe_masm.asm37 ; shift address in EAX to lower 16 byte boundary
52 ; save top address of context stack as 'base'
58 ; compute bottom address of context stack (limit)
60 ; save bottom address of context-stack as 'limit'
73 ; compute abs address of label trampoline
75 ; save address of trampoline as return-address for context-function
79 ; compute abs address of label finish
81 ; save address of finish as return-address for context-function in EBP
102 ; exchange content; ECX contains address of next SEH
110 ; save address in ECX as SEH handler for context
[all …]
H A Dmake_ppc32_sysv_macho_gas.S80 ; save return address into R6
83 ; first arg of make_fcontext() == top address of context-function
84 ; shift address in R3 to lower 16 byte boundary
91 ; third arg of make_fcontext() == address of context-function
H A Dmake_mips32_o32_elf_gas.S53 # shift address in A0 to lower 16 byte boundary
66 # third arg of make_fcontext() == address of context-function
71 # compute address of returned transfer_t
75 # compute abs address of label finish
77 # save address of finish as return-address for context-function
/PHP-8.1/ext/imap/tests/
H A Dbug45705_1.phpt2 Bug #45705 test #1 (imap rfc822_parse_adrlist() modifies passed address parameter)
8 $address = 'John Doe <john@example.com>';
9 var_dump($address);
10 imap_rfc822_parse_adrlist($address, '');
11 var_dump($address);
/PHP-8.1/ext/standard/tests/file/
H A Dstream_002.phpt22 Warning: stream_socket_client(): Unable to connect to (Failed to parse address "") in %s on line %d
25 string(26) "Failed to parse address """
27 Warning: stream_socket_client(): Unable to connect to [ (Failed to parse address "[") in %s on line…
30 string(27) "Failed to parse address "[""
37 Warning: stream_socket_client(): Unable to connect to . (Failed to parse address ".") in %s on line…
40 string(27) "Failed to parse address ".""
42 Warning: stream_socket_client(): Unable to connect to 1 (Failed to parse address "1") in %s on line…
45 string(27) "Failed to parse address "1""
/PHP-8.1/ext/sockets/
H A Dsockets.stub.php40 * @param string $address
43 function socket_getsockname(Socket $socket, &$address, &$port = null): bool {} argument
46 * @param string $address
49 function socket_getpeername(Socket $socket, &$address, &$port = null): bool {} argument
53 function socket_connect(Socket $socket, string $address, ?int $port = null): bool {} argument
57 function socket_bind(Socket $socket, string $address, int $port = 0): bool {} argument
66 * @param string $address
69 function socket_recvfrom(Socket $socket, &$data, int $length, int $flags, &$address, &$port = null)… argument
125 function socket_addrinfo_connect(AddressInfo $address): Socket|false {} argument
127 function socket_addrinfo_bind(AddressInfo $address): Socket|false {} argument
[all …]
/PHP-8.1/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_unix.phpt21 $address = sprintf("/tmp/%s.sock", uniqid());
22 if (!socket_bind($socket, $address)) {
23 die("Unable to bind to $address");
28 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address);
30 @unlink($address);
33 @unlink($address);
41 @unlink($address);
44 @unlink($address);
50 @unlink($address);
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt18 socket_getsockname($socket, $address, $port);
22 $sent = socket_sendto($socket, $msg, $len, 0, $address, $port);
39 $socket, $buffering, $wants, 0, $address, $port);
63 echo "Received $buf from remote address $address and remote port $port" . PHP_EOL;
66 Received Ping! from remote address %s and remote port %d
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt22 $address = '::1';
23 if (!socket_bind($socket, $address, 1223)) {
24 die("Unable to bind to $address:1223");
29 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address, 1223);
44 echo "Received $buf from remote address $from and remote port $port" . PHP_EOL;
50 Received Ping! from remote address ::1 and remote port 1223
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt26 socket_getsockname($socket, $address, $port);
30 $sent = socket_sendto($socket, $msg, $len, 0, $address, $port);
47 $socket, $buffering, $wants, 0, $address, $port);
71 echo "Received $buf from remote address $address and remote port $port" . PHP_EOL;
74 Received Ping! from remote address %s and remote port %d
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug38536.phpt24 <address href="#i2"/>
27 <xsd:address id="i2" xsi:type="ns1:ClientAddressType" SOAP-ENC:root="0">
29 <address href="#i3"/>
30 </xsd:address>
31 <address xsi:type="xsd:string" id="i3" SOAP-ENC:root="0">Test</address>
46 [address] => stdClass Object
49 [address] => Test
/PHP-8.1/tests/classes/
H A Dclass_example.phpt9 public $first_name,$family_name,$address,$phone_num;
16 echo "Address:\t ".$this->address."\n";
20 function initialize($first_name,$family_name,$address,$phone_num)
24 $this->address = $address;
34 $t->address = "New address...";
83 Address: New address...
/PHP-8.1/ext/filter/tests/
H A Dbug52929.phpt7 var_dump(filter_var('valid@email.address', FILTER_VALIDATE_EMAIL));
9 // Beyond the allowable limit for an e-mail address.
12 // An invalid address likely to crash PHP due to stack exhaustion if it goes to
17 string(19) "valid@email.address"
/PHP-8.1/ext/oci8/tests/
H A Dbind_rowid.phpt12 $s = oci_parse($c, 'select address from rid_tab order by id');
22 "create table rid_tab (id number, address varchar2(40))",
23 "insert into rid_tab (id, address) values (1, 'original text #1')",
24 "insert into rid_tab (id, address) values (2, 'original text #2')"
32 $s = oci_parse($c, 'select rowid, address from rid_tab where id = :l_bv for update');
44 $s = oci_parse($c,'update rid_tab set address = :a_bv where rowid = :r_bv');
/PHP-8.1/main/
H A Dalloca.c337 i00afunc (long *address) in i00afunc() argument
372 if ((block <= address) && (address < (block + size))) in i00afunc()
379 result = address - block; in i00afunc()
411 i00afunc (long address) in i00afunc() argument
446 while (!(this_segment <= address && address <= stkl)) in i00afunc()
449 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl); in i00afunc()
460 result = address - this_segment; in i00afunc()

Completed in 38 milliseconds

123456