hostname_len 66 ext/mysqli/mysqli_nonapi.c int hostname_len = 0, username_len = 0, passwd_len = 0, dbname_len = 0, socket_len = 0; hostname_len 92 ext/mysqli/mysqli_nonapi.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ssssls", &hostname, &hostname_len, &username, &username_len, hostname_len 111 ext/mysqli/mysqli_nonapi.c &hostname, &hostname_len, &username, &username_len, &passwd, &passwd_len, &dbname, &dbname_len, &port, &socket, &socket_len, hostname_len 143 ext/mysqli/mysqli_nonapi.c if (!hostname || !hostname_len) { hostname_len 230 ext/mysqli/mysqli_nonapi.c if (hostname_len) { hostname_len 218 ext/standard/dns.c int hostname_len; hostname_len 221 ext/standard/dns.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &hostname, &hostname_len) == FAILURE) { hostname_len 225 ext/standard/dns.c if(hostname_len > MAXFQDNLEN) { hostname_len 228 ext/standard/dns.c RETURN_STRINGL(hostname, hostname_len, 1); hostname_len 241 ext/standard/dns.c int hostname_len; hostname_len 246 ext/standard/dns.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &hostname, &hostname_len) == FAILURE) { hostname_len 250 ext/standard/dns.c if(hostname_len > MAXFQDNLEN) { hostname_len 360 ext/standard/dns.c int hostname_len, rectype_len = 0; hostname_len 371 ext/standard/dns.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &hostname, &hostname_len, &rectype, &rectype_len) == FAILURE) { hostname_len 375 ext/standard/dns.c if (hostname_len == 0) { hostname_len 768 ext/standard/dns.c int hostname_len; hostname_len 788 ext/standard/dns.c &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { hostname_len 997 ext/standard/dns.c int hostname_len; hostname_len 1015 ext/standard/dns.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz|z", &hostname, &hostname_len, &mx_list, &weight_list) == FAILURE) { hostname_len 47 ext/standard/dns_win32.c int hostname_len; hostname_len 53 ext/standard/dns_win32.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz|z", &hostname, &hostname_len, &mx_list, &weight_list) == FAILURE) { hostname_len 96 ext/standard/dns_win32.c int hostname_len, rectype_len = 0; hostname_len 102 ext/standard/dns_win32.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &hostname, &hostname_len, &rectype, &rectype_len) == FAILURE) { hostname_len 106 ext/standard/dns_win32.c if (hostname_len == 0) { hostname_len 351 ext/standard/dns_win32.c int hostname_len; hostname_len 358 ext/standard/dns_win32.c &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { hostname_len 45 ext/standard/fsock.c long hostname_len; hostname_len 59 ext/standard/fsock.c hostname_len = spprintf(&hostname, 0, "%s:%ld", host, port); hostname_len 61 ext/standard/fsock.c hostname_len = host_len; hostname_len 79 ext/standard/fsock.c stream = php_stream_xport_create(hostname, hostname_len, REPORT_ERRORS,