Warning: session_start(): open(/var/lib/php/sessions/sess_1u40l5troeqkr4a48nno1k98mu, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static long indexOfBytesInFile(File f, byte[] data) ctex { int b, l = l(data); CircularByteBuffer buf = new(l); temp BufferedInputStream in = bufferedFileInputStream(f); long counter = 0; bigLoop: while ((b = in.read()) >= 0) { buf.add((byte) b); ++counter; if (buf.size() >= l) { long start = counter-l; for i to l: { if (buf.get(start+i) != data[i]) continue bigLoop; } ret start; } } ret -1; }