Searched defs:hostname (Results 1 – 14 of 14) sorted by relevance
/PHP-8.2/ext/snmp/ |
H A D | snmp.stub.php | 113 function snmpget(string $hostname, string $community, array|string $object_id, int $timeout = -1, i… 115 function snmpgetnext(string $hostname, string $community, array|string $object_id, int $timeout = -… 117 function snmpwalk(string $hostname, string $community, array|string $object_id, int $timeout = -1, … 137 function snmp2_get(string $hostname, string $community, array|string $object_id, int $timeout = -1,… 139 function snmp2_getnext(string $hostname, string $community, array|string $object_id, int $timeout =… 148 string $hostname, string $security_name, string $security_level, 154 string $hostname, string $security_name, string $security_level, 160 string $hostname, string $security_name, string $security_level, 166 string $hostname, string $security_name, string $security_level, 172 string $hostname, string $security_name, string $security_level, [all …]
|
H A D | snmp.c | 792 static bool netsnmp_session_init(php_snmp_session **session_p, int version, zend_string *hostname, … in netsnmp_session_init()
|
/PHP-8.2/ext/standard/ |
H A D | dns.c | 151 zend_string *hostname; in PHP_FUNCTION() local 222 char *hostname; in PHP_FUNCTION() local 242 char *hostname; in PHP_FUNCTION() local 368 char *hostname; in PHP_FUNCTION() local 807 char *hostname; in PHP_FUNCTION() local 1047 char *hostname; in PHP_FUNCTION() local
|
H A D | dns_win32.c | 44 char *hostname; in PHP_FUNCTION() local 97 char *hostname; in PHP_FUNCTION() local 350 char *hostname; in PHP_FUNCTION() local
|
H A D | fsock.c | 45 char *hostname = NULL; in php_fsockopen_stream() local
|
H A D | basic_functions.stub.php | 1402 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/PHP-8.2/ext/ftp/ |
H A D | ftp.stub.php | 62 … function ftp_connect(string $hostname, int $port = 21, int $timeout = 90): FTP\Connection|false {} 65 …function ftp_ssl_connect(string $hostname, int $port = 21, int $timeout = 90): FTP\Connection|fals…
|
/PHP-8.2/ext/mysqli/ |
H A D | mysqli.stub.php | 744 ?string $hostname = null, 768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
|
H A D | mysqli_nonapi.c | 55 char *hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL, local
|
/PHP-8.2/ext/filter/ |
H A D | logical_filters.c | 511 int hostname = flags & FILTER_FLAG_HOSTNAME; in _php_filter_validate_domain() local
|
/PHP-8.2/ext/imap/ |
H A D | php_imap.stub.php | 426 …function imap_rfc822_write_address(string $mailbox, string $hostname, string $personal): string|fa…
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 2310 MYSQLND_CSTRING hostname = { host, host? strlen(host) : 0 }; local
|
H A D | mysqlnd_structs.h | 895 MYSQLND_STRING hostname; member
|
/PHP-8.2/ext/sockets/ |
H A D | sockets.c | 2305 zend_string *hostname, *key; local
|
Completed in 94 milliseconds