Lines Matching refs:row
30 while ($row = mysqli_fetch_assoc($res))
31 $running_threads[$row['Id']] = $row;
46 if (!$row = mysqli_fetch_assoc($res))
51 if ($row['Value'] != 2)
63 while ($row = mysqli_fetch_assoc($res))
64 $running_threads[$row['Id']] = $row;
78 if (!$row = mysqli_fetch_assoc($res))
83 if ($row['_dbname'] != $db)
85 $row['_dbname'], $db, mysqli_errno($link), mysqli_error($link));
100 while ($row = mysqli_fetch_assoc($res))
101 $running_threads[$row['Id']] = $row;
116 if (!$row = mysqli_fetch_assoc($res))
121 if ($row['_dbname'] != $db)
123 $row['_dbname'], $db, mysqli_errno($link), mysqli_error($link));