host_and_port 722 ext/mysql/php_mysql.c char *user=NULL, *passwd=NULL, *host_and_port=NULL, *socket=NULL, *tmp=NULL, *host=NULL; host_and_port 771 ext/mysql/php_mysql.c host_and_port=passwd=NULL; host_and_port 778 ext/mysql/php_mysql.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!s!s!l", &host_and_port, &host_len, host_and_port 784 ext/mysql/php_mysql.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!s!s!bl", &host_and_port, &host_len, host_and_port 791 ext/mysql/php_mysql.c if (!host_and_port) { host_and_port 792 ext/mysql/php_mysql.c host_and_port = MySG(default_host); host_and_port 819 ext/mysql/php_mysql.c hashed_details_length = spprintf(&hashed_details, 0, "mysql_%s_%s_%s_%ld", SAFE_STRING(host_and_port), SAFE_STRING(user), SAFE_STRING(passwd), client_flags); host_and_port 825 ext/mysql/php_mysql.c if (host_and_port && (tmp=strchr(host_and_port, ':'))) { host_and_port 826 ext/mysql/php_mysql.c host = estrndup(host_and_port, tmp-host_and_port); host_and_port 839 ext/mysql/php_mysql.c host = host_and_port;