Lines Matching refs:host
25 if (!$link2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
37 $host = 'p:' . $host;
38 if (!$plink = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
39 …printf("[004] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
40 $host, $user, $db, $port, $socket,
51 if (!$plink2 = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
52 …printf("[006] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
53 $host, $user, $db, $port, $socket,
65 if (!my_mysqli_real_connect($plink3, $host, $user, $passwd, $db, $port, $socket))
66 …printf("[008] Cannot create persistent connection using host=%s, user=%s, passwd=***, dbname=%s, p…
67 $host, $user, $db, $port, $socket,