Searched refs:splitbyte (Results 1 – 1 of 1) sorted by relevance
851 private int splitbyte; field in NanoHTTPD.HTTPSession885 splitbyte = 0; in execute()904 splitbyte = findHeaderEnd(buf, rlen); in execute()905 if (splitbyte > 0) in execute()911 if (splitbyte < rlen) { in execute()912 inputStream.unread(buf, splitbyte, rlen - splitbyte); in execute()974 } else if (splitbyte < rlen) { in parseBody()975 size = rlen - splitbyte; in parseBody()1186 int splitbyte = 0; in findHeaderEnd() local1187 while (splitbyte + 3 < rlen) { in findHeaderEnd()[all …]