Searched refs:HasMoreInput (Results 1 – 2 of 2) sorted by relevance
37 bool HasMoreInput = true; in parse() local38 while (HasMoreInput && nextNonWhitespace()) { in parse()40 HasMoreInput = parseStringInto(Argument); in parse()
792 static BROTLI_BOOL HasMoreInput(Context* context) { in HasMoreInput() function841 if (!HasMoreInput(context)) { in DecompressFile()851 if (context->available_in != 0 || HasMoreInput(context)) { in DecompressFile()900 is_eof = !HasMoreInput(context); in CompressFile()