Home
last modified time | relevance | path

Searched refs:hostname_len (Results 1 – 4 of 4) sorted by last modified time

/PHP-7.2/ext/standard/
H A Dfsock.c49 size_t hostname_len; in php_fsockopen_stream() local
68 hostname_len = spprintf(&hostname, 0, "%s:" ZEND_LONG_FMT, host, port); in php_fsockopen_stream()
70 hostname_len = host_len; in php_fsockopen_stream()
93 stream = php_stream_xport_create(hostname, hostname_len, REPORT_ERRORS, in php_fsockopen_stream()
H A Ddns.c216 size_t hostname_len; in PHP_FUNCTION() local
219 Z_PARAM_STRING(hostname, hostname_len) in PHP_FUNCTION()
222 if(hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
225 RETURN_STRINGL(hostname, hostname_len); in PHP_FUNCTION()
237 size_t hostname_len; in PHP_FUNCTION() local
243 Z_PARAM_STRING(hostname, hostname_len) in PHP_FUNCTION()
246 if(hostname_len > MAXFQDNLEN) { in PHP_FUNCTION()
359 size_t hostname_len, rectype_len = 0; in PHP_FUNCTION() local
376 if (hostname_len == 0) { in PHP_FUNCTION()
798 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.2/ext/mysqli/
H A Dmysqli_nonapi.c67 size_t hostname_len = 0, username_len = 0, passwd_len = 0, dbname_len = 0, socket_len = 0; local
92 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ssssls", &hostname, &hostname_len, &username, &userna…
111 …&hostname, &hostname_len, &username, &username_len, &passwd, &passwd_len, &dbname, &dbname_len, &p…
143 if (!hostname || !hostname_len) {
261 if (hostname_len) {

Completed in 26 milliseconds