Searched defs:address (Results 1 – 17 of 17) sorted by relevance
/PHP-8.1/ext/sockets/ |
H A D | sockets.stub.php | 43 function socket_getsockname(Socket $socket, &$address, &$port = null): bool {} 49 function socket_getpeername(Socket $socket, &$address, &$port = null): bool {} 53 function socket_connect(Socket $socket, string $address, ?int $port = null): bool {} 57 function socket_bind(Socket $socket, string $address, int $port = 0): bool {} 69 function socket_recvfrom(Socket $socket, &$data, int $length, int $flags, &$address, &$port = null)… 71 function socket_sendto(Socket $socket, string $data, int $length, int $flags, string $address, ?int… 125 function socket_addrinfo_connect(AddressInfo $address): Socket|false {} 127 function socket_addrinfo_bind(AddressInfo $address): Socket|false {} 133 function socket_addrinfo_explain(AddressInfo $address): array {}
|
H A D | sockets.c | 1553 const char *address; local
|
/PHP-8.1/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.1/sapi/fuzzer/corpus/json/ |
H A D | pass1.json | 34 "address": "50 St. James Street", string
|
/PHP-8.1/main/ |
H A D | alloca.c | 337 i00afunc (long *address) in i00afunc() 411 i00afunc (long address) in i00afunc()
|
/PHP-8.1/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 | 129 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free()
|
/PHP-8.1/ext/bz2/ |
H A D | bz2_filter.c | 56 static void php_bz2_free(void *opaque, void *address) in php_bz2_free()
|
/PHP-8.1/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.1/ext/standard/ |
H A D | dns.c | 295 const char *address; in php_gethostbyname() local
|
H A D | basic_functions.c | 604 char *address; in PHP_FUNCTION() local 636 char *address; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 1634 function stream_socket_client(string $address, &$error_code = null, &$error_message = null, ?float … 1643 function stream_socket_server(string $address, &$error_code = null, &$error_message = null, int $fl… 1661 function stream_socket_recvfrom($socket, int $length, int $flags = 0, &$address = null): string|fal… 1664 function stream_socket_sendto($socket, string $data, int $flags = 0, string $address = ""): int|fal…
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 1728 zend_ulong address = (zend_ulong) execute_data->opline; in phpdbg_execute_ex() local
|
/PHP-8.1/ext/imap/ |
H A D | php_imap.c | 2954 zend_string *address; in PHP_FUNCTION() local 3963 char address[MAILTMPLEN]; in _php_rfc822_write_address() local 4041 char address[SENDBUFLEN]; in _php_rfc822_write_address() local
|
/PHP-8.1/ext/soap/ |
H A D | php_sdl.c | 761 xmlNodePtr address, binding, trav2; in load_wsdl() local
|
/PHP-8.1/ext/standard/tests/misc/ |
H A D | browscap.ini | 3322 Parent=E-Mail Harvesters 3323 Browser="ZIBB Crawler"
|
Completed in 205 milliseconds