Home
last modified time | relevance | path

Searched refs:hostname_len (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/standard/
H A Dfsock.c47 size_t hostname_len; in php_fsockopen_stream() local
66 hostname_len = spprintf(&hostname, 0, "%s:" ZEND_LONG_FMT, host, port); in php_fsockopen_stream()
68 hostname_len = host_len; in php_fsockopen_stream()
91 stream = php_stream_xport_create(hostname, hostname_len, REPORT_ERRORS, in php_fsockopen_stream()
H A Ddns.c214 size_t hostname_len; in PHP_FUNCTION() local
217 Z_PARAM_STRING(hostname, hostname_len) in PHP_FUNCTION()
220 if(hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
223 RETURN_STRINGL(hostname, hostname_len); in PHP_FUNCTION()
235 size_t hostname_len; in PHP_FUNCTION() local
241 Z_PARAM_STRING(hostname, hostname_len) in PHP_FUNCTION()
244 if(hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
355 size_t hostname_len, rectype_len = 0; in PHP_FUNCTION() local
372 if (hostname_len == 0) { in PHP_FUNCTION()
794 size_t hostname_len; in PHP_FUNCTION() local
[all …]
H A Ddns_win32.c47 size_t hostname_len; in PHP_FUNCTION() local
53 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz/|z/", &hostname, &hostname_len, &mx_list, &weight_l… in PHP_FUNCTION()
96 size_t hostname_len, rectype_len = 0; in PHP_FUNCTION() local
102 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|s", &hostname, &hostname_len, &rectype, &rectype_len… in PHP_FUNCTION()
106 if (hostname_len == 0) { in PHP_FUNCTION()
349 size_t hostname_len; in PHP_FUNCTION() local
356 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
/PHP-7.3/ext/mysqli/
H A Dmysqli_nonapi.c60 size_t hostname_len = 0, username_len = 0, passwd_len = 0, dbname_len = 0, socket_len = 0; local
85 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ssssls", &hostname, &hostname_len, &username, &userna…
104 …&hostname, &hostname_len, &username, &username_len, &passwd, &passwd_len, &dbname, &dbname_len, &p…
136 if (!hostname || !hostname_len) {
252 if (hostname_len) {

Completed in 16 milliseconds