Searched defs:hostname_len (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/ext/standard/ |
| H A D | dns_win32.c | 47 int hostname_len; local 53 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz|z", &hostname, &hostname_len, &mx_list, &weight_list) == FAILURE) { 96 int hostname_len, rectype_len = 0; local 102 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &hostname, &hostname_len, &rectype, &rectype_len) == FAILURE) { 106 if (hostname_len == 0) { 341 int hostname_len; local 346 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lzz", &hostname, &hostname_len, &type_param, &authns, &addtl) == FAILURE) {
|
| H A D | fsock.c | 45 long hostname_len; local 59 hostname_len = spprintf(&hostname, 0, "%s:%ld", host, port); 61 hostname_len = host_len; 79 stream = php_stream_xport_create(hostname, hostname_len, ENFORCE_SAFE_MODE | REPORT_ERRORS,
|
| H A D | dns.c | 218 int hostname_len; local 221 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &hostname, &hostname_len) == FAILURE) { 236 int hostname_len; local 241 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &hostname, &hostname_len) == FAILURE) { 349 int hostname_len, rectype_len = 0; local 360 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &hostname, &hostname_len, &rectype, &rectype_len) == FAILURE) { 364 if (hostname_len == 0) { 707 int hostname_len; local 725 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lzz", &hostname, &hostname_len, &type_param, &authns, &addtl) == FAILURE) { 893 int hostname_len; local [all...] |
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli_nonapi.c | 65 int hostname_len = 0, username_len = 0, passwd_len = 0, dbname_len = 0, socket_len = 0; local 91 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ssssls", &hostname, &hostname_len, &username, &username_len, 110 &hostname, &hostname_len, &username, &username_len, &passwd, &passwd_len, &dbname, &dbname_len, &port, &socket, &socket_len, 140 if (!hostname || !hostname_len) { 227 if (hostname_len) {
|
Completed in 6 milliseconds