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