Lines Matching refs:host
16 $host = 'p:' . $host;
17 if (!$plink = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
18 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
19 $host, $user, $db, $port, $socket);
69 if (!$plink = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
70 …printf("[011] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
71 $host, $user, $db, $port, $socket);
80 // remove the "p:<host>" from the host variable
81 $host = substr($host, 2);
82 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
83 …printf("[013] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
84 $host, $user, $db, $port, $socket);