Home
last modified time | relevance | path

Searched refs:first_fill (Results 1 – 1 of 1) sorted by relevance

/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java915 … int first_fill = (b.remaining() < search_window.length) ? b.remaining() : search_window.length; in getBoundaryPositions() local
916 b.get(search_window, 0, first_fill); in getBoundaryPositions()
917 int new_bytes = first_fill - boundary.length; in getBoundaryPositions()