Lines Matching full:while
315 } while ($r_line != "\r\n" && $r_line != "\n");
405 … while (preg_match('/^[a-zA-Z0-9]?$/', $byte = $this->readData($socket, 1, 'chunk'))) {
426 } while ($chunk_size && !$abort);
455 while (!feof($socket)) {
542 } while ($r_line != "\r\n" && $r_line != "\n");
588 while ($written < $towrite) {
592 …throw new HTTPClientException(sprintf('Timeout while sending %s (%.3fs)', $message, $time_used), -…
594 throw new HTTPClientException("Socket disconnected while writing $message");
609 … throw new HTTPClientException("Failed writing to socket while sending $message", -100);
640 'Timeout while reading %s after %d bytes (%.3fs)',
649 … throw new HTTPClientException("Premature End of File (socket) while reading $message");
666 … throw new HTTPClientException("Failed reading from socket while reading $message", -100);
670 } while ($to_read > 0 && strlen($r_data) < $nbytes);
693 sprintf('Timeout while reading %s (%.3fs) >%s<', $message, $time_used, $r_data),
697 … throw new HTTPClientException("Premature End of File (socket) while reading $message");
710 } while (!preg_match('/\n$/', $r_data));