Searched defs:hostname (Results 1 – 13 of 13) sorted by relevance
/php-src/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 | 795 static bool netsnmp_session_init(php_snmp_session **session_p, int version, zend_string *hostname, … in netsnmp_session_init()
|
/php-src/ext/standard/ |
H A D | dns.c | 150 zend_string *hostname; in PHP_FUNCTION() local 221 char *hostname; in PHP_FUNCTION() local 247 char *hostname; in PHP_FUNCTION() local 371 char *hostname; in PHP_FUNCTION() local 810 char *hostname; in PHP_FUNCTION() local 1050 char *hostname; in PHP_FUNCTION() local
|
H A D | dns_win32.c | 45 char *hostname; in PHP_FUNCTION() local 98 char *hostname; in PHP_FUNCTION() local 356 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 | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/php-src/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-src/ext/mysqli/ |
H A D | mysqli.stub.php | 723 ?string $hostname = null, 747 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
|
H A D | mysqli_nonapi.c | 53 char *hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL, local
|
/php-src/ext/filter/ |
H A D | logical_filters.c | 511 int hostname = flags & FILTER_FLAG_HOSTNAME; in _php_filter_validate_domain() local
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 2276 MYSQLND_CSTRING hostname = { host, host? strlen(host) : 0 }; local
|
H A D | mysqlnd_structs.h | 893 MYSQLND_STRING hostname; member
|
/php-src/ext/sockets/ |
H A D | sockets.c | 2446 zend_string *hostname, *key; local
|
Completed in 52 milliseconds