Home
last modified time | relevance | path

Searched refs:host_and_port (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/mysql/
H A Dphp_mysql.c722 char *user=NULL, *passwd=NULL, *host_and_port=NULL, *socket=NULL, *tmp=NULL, *host=NULL; local
771 host_and_port=passwd=NULL;
778 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!s!s!l", &host_and_port, &host_len,
784 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!s!s!bl", &host_and_port, &host_len,
791 if (!host_and_port) {
792 host_and_port = MySG(default_host);
819 …ngth = spprintf(&hashed_details, 0, "mysql_%s_%s_%s_%ld", SAFE_STRING(host_and_port), SAFE_STRING(…
825 if (host_and_port && (tmp=strchr(host_and_port, ':'))) {
826 host = estrndup(host_and_port, tmp-host_and_port);
839 host = host_and_port;

Completed in 9 milliseconds