Searched refs:hostname_len (Results 1 – 4 of 4) sorted by relevance
/PHP-7.4/ext/standard/ |
H A D | fsock.c | 47 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() 82 stream = php_stream_xport_create(hostname, hostname_len, REPORT_ERRORS, in php_fsockopen_stream()
|
H A D | dns.c | 214 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() 368 size_t hostname_len, rectype_len = 0; in PHP_FUNCTION() local 385 if (hostname_len == 0) { in PHP_FUNCTION() 807 size_t hostname_len; in PHP_FUNCTION() local [all …]
|
H A D | dns_win32.c | 47 size_t hostname_len; in PHP_FUNCTION() local 53 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz|z", &hostname, &hostname_len, &mx_list, &weight_lis… in PHP_FUNCTION() 101 size_t hostname_len, rectype_len = 0; in PHP_FUNCTION() local 107 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|s", &hostname, &hostname_len, &rectype, &rectype_len… in PHP_FUNCTION() 111 if (hostname_len == 0) { in PHP_FUNCTION() 354 size_t hostname_len; in PHP_FUNCTION() local 361 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
|
/PHP-7.4/ext/mysqli/ |
H A D | mysqli_nonapi.c | 60 size_t hostname_len = 0, username_len = 0, passwd_len = 0, dbname_len = 0, socket_len = 0; local 86 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s!s!s!l!s!", &hostname, &hostname_len, &username, &… 105 …&hostname, &hostname_len, &username, &username_len, &passwd, &passwd_len, &dbname, &dbname_len, &p… 136 if (!hostname || !hostname_len) {
|
Completed in 11 milliseconds