Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dfsock.c49 size_t hostname_len; in php_fsockopen_stream() local
63 hostname_len = spprintf(&hostname, 0, "%s:" ZEND_LONG_FMT, host, port); in php_fsockopen_stream()
65 hostname_len = host_len; in php_fsockopen_stream()
88 stream = php_stream_xport_create(hostname, hostname_len, REPORT_ERRORS, in php_fsockopen_stream()
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()
H A Ddns.c221 size_t hostname_len; in PHP_FUNCTION() local
223 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &hostname, &hostname_len) == FAILURE) { in PHP_FUNCTION()
227 if(hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
230 RETURN_STRINGL(hostname, hostname_len); in PHP_FUNCTION()
242 size_t hostname_len; in PHP_FUNCTION() local
251 if(hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
364 size_t hostname_len, rectype_len = 0; in PHP_FUNCTION() local
379 if (hostname_len == 0) { in PHP_FUNCTION()
791 size_t hostname_len; in PHP_FUNCTION() local
811 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/mysqli/
H A Dmysqli_nonapi.c65 size_t hostname_len = 0, username_len = 0, passwd_len = 0, dbname_len = 0, socket_len = 0; local
90 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ssssls", &hostname, &hostname_len, &username, &userna…
109 …&hostname, &hostname_len, &username, &username_len, &passwd, &passwd_len, &dbname, &dbname_len, &p…
141 if (!hostname || !hostname_len) {
232 if (hostname_len) {

Completed in 16 milliseconds