Searched defs:address (Results 1 – 18 of 18) sorted by relevance
/PHP-8.0/ext/sockets/ |
H A D | sockets.stub.php | 35 function socket_getsockname(Socket $socket, &$address, &$port = null): bool {} 41 function socket_getpeername(Socket $socket, &$address, &$port = null): bool {} 45 function socket_connect(Socket $socket, string $address, ?int $port = null): bool {} 49 function socket_bind(Socket $socket, string $address, int $port = 0): bool {} 61 function socket_recvfrom(Socket $socket, &$data, int $length, int $flags, &$address, &$port = null)… 63 function socket_sendto(Socket $socket, string $data, int $length, int $flags, string $address, ?int… 106 function socket_addrinfo_connect(AddressInfo $address): Socket|false {} 108 function socket_addrinfo_bind(AddressInfo $address): Socket|false {} 110 function socket_addrinfo_explain(AddressInfo $address): array {}
|
H A D | sockets.c | 1539 char *address; local
|
/PHP-8.0/win32/ |
H A D | sockets.c | 29 struct sockaddr_in address; in socketpair_win32() local
|
H A D | sendmail.c | 1014 static char *get_angle_addr(char *address) in get_angle_addr()
|
/PHP-8.0/sapi/fuzzer/corpus/json/ |
H A D | pass1.json | 34 "address": "50 St. James Street", string
|
/PHP-8.0/main/ |
H A D | alloca.c | 337 i00afunc (long *address) in i00afunc() 411 i00afunc (long address) in i00afunc()
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg.c | 1131 static int phpdbg_remote_init(const char* address, unsigned short port, int server, int *socket, FI… in phpdbg_remote_init() 1142 struct sockaddr_storage address; in phpdbg_remote_init() local 1320 char *address; in main() local
|
H A D | phpdbg_prompt.c | 1763 zend_ulong address = (zend_ulong) execute_data->opline; in phpdbg_execute_ex() local
|
/PHP-8.0/ext/zlib/ |
H A D | zlib_filter.c | 42 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free()
|
H A D | zlib.c | 130 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free()
|
/PHP-8.0/ext/bz2/ |
H A D | bz2_filter.c | 56 static void php_bz2_free(void *opaque, void *address) in php_bz2_free()
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 273 enum fpm_address_domain fpm_sockets_domain_from_address(char *address) /* {{{ */ in fpm_sockets_domain_from_address()
|
/PHP-8.0/ext/standard/ |
H A D | dns.c | 269 char *address; in php_gethostbyname() local
|
H A D | basic_functions.c | 599 char *address; in PHP_FUNCTION() local 631 char *address; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 1242 function stream_socket_client(string $address, &$error_code = null, &$error_message = null, ?float … 1250 function stream_socket_server(string $address, &$error_code = null, &$error_message = null, int $fl… 1267 function stream_socket_recvfrom($socket, int $length, int $flags = 0, &$address = null): string|fal… 1270 function stream_socket_sendto($socket, string $data, int $flags = 0, string $address = ""): int|fal…
|
/PHP-8.0/ext/imap/ |
H A D | php_imap.c | 2993 zend_string *address; in PHP_FUNCTION() local 4006 char address[MAILTMPLEN]; in _php_rfc822_write_address() local 4084 char address[SENDBUFLEN]; in _php_rfc822_write_address() local
|
/PHP-8.0/ext/soap/ |
H A D | php_sdl.c | 760 xmlNodePtr address, binding, trav2; in load_wsdl() local
|
/PHP-8.0/ext/standard/tests/misc/ |
H A D | browscap.ini | 3322 Parent=E-Mail Harvesters 3323 Browser="ZIBB Crawler"
|
Completed in 226 milliseconds