Home
last modified time | relevance | path

Searched defs:hostname (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/snmp/
H A Dsnmp.stub.php113 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 Dsnmp.c790 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 Ddns.c150 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 Ddns_win32.c45 char *hostname; in PHP_FUNCTION() local
98 char *hostname; in PHP_FUNCTION() local
356 char *hostname; in PHP_FUNCTION() local
H A Dfsock.c45 char *hostname = NULL; in php_fsockopen_stream() local
H A Dbasic_functions.stub.php2132 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/ext/ftp/
H A Dftp.stub.php62 … 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 Dmysqli.stub.php744 ?string $hostname = null,
768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
H A Dmysqli_nonapi.c53 char *hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL, local
/php-src/ext/filter/
H A Dlogical_filters.c511 int hostname = flags & FILTER_FLAG_HOSTNAME; in _php_filter_validate_domain() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c2298 MYSQLND_CSTRING hostname = { host, host? strlen(host) : 0 }; local
H A Dmysqlnd_structs.h893 MYSQLND_STRING hostname; member
/php-src/ext/sockets/
H A Dsockets.c2394 zend_string *hostname, *key; local

Completed in 81 milliseconds