Lines Matching refs:i

1105                     for ($i = 0; $i < $count; $i++) {
1251 for ($i = 0; $i < $len; $i += 2) {
1252 $this->sortOptions[$args[$i]] = $args[$i + 1];
1277 foreach ($dirs as $i => $dir) {
1287 if ($i === $max) {
1316 foreach ($dirs as $i => $dir) {
1320 if ($i === $max) {
1729 $i = 0;
1730 $result = $this->setstat_recursive($filename, $attr, $i);
1731 $this->read_put_responses($i);
1770 * @param int $i
1774 private function setstat_recursive($path, $attr, &$i) argument
1776 if (!$this->read_put_responses($i)) {
1779 $i = 0;
1800 if (!$this->setstat_recursive($temp, $attr, $i)) {
1810 $i++;
1812 if ($i >= NET_SFTP_QUEUE_SIZE) {
1813 if (!$this->read_put_responses($i)) {
1816 $i = 0;
1827 $i++;
1829 if ($i >= NET_SFTP_QUEUE_SIZE) {
1830 if (!$this->read_put_responses($i)) {
1833 $i = 0;
1970 for ($i = 0; $i < count($dirs); $i++) {
1971 $temp = array_slice($dirs, 0, $i + 1);
2215 $i = $j = 0;
2244 $i++;
2246 if ($i == NET_SFTP_UPLOAD_QUEUE_SIZE) {
2247 if (!$this->read_put_responses($i)) {
2248 $i = 0;
2251 $i = 0;
2257 if (!$this->read_put_responses($i)) {
2290 * @param int $i
2295 private function read_put_responses($i) argument
2297 while ($i--) {
2311 return $i < 0;
2412 $i = 0;
2414 while ($i < NET_SFTP_QUEUE_SIZE && ($length < 0 || $read < $length)) {
2421 $this->send_sftp_packet(NET_SFTP_READ, $packet, $i);
2430 $i++;
2433 if (!$i) {
2437 $packets_sent = $i - 1;
2440 while ($i > 0) {
2441 $i--;
2444 $this->get_sftp_packet($packets_sent - $i);
2447 $response = $this->get_sftp_packet($packets_sent - $i);
2563 $i = 0;
2564 $result = $this->delete_recursive($path, $i);
2565 $this->read_put_responses($i);
2580 * @param int $i
2584 private function delete_recursive($path, &$i) argument
2586 if (!$this->read_put_responses($i)) {
2589 $i = 0;
2606 if (!$this->delete_recursive($temp, $i)) {
2613 $i++;
2615 if ($i >= NET_SFTP_QUEUE_SIZE) {
2616 if (!$this->read_put_responses($i)) {
2619 $i = 0;
2627 $i++;
2629 if ($i >= NET_SFTP_QUEUE_SIZE) {
2630 if (!$this->read_put_responses($i)) {
2633 $i = 0;
3122 for ($i = 0; $i < $count; $i++) {
3174 for ($i = 0; $i < $count; $i++) {