Searched refs:BytesReported (Results 1 – 2 of 2) sorted by relevance
223 int BytesReported = 0; in parse_menu() local275 if (bytes > BytesReported + 1024) { in parse_menu()278 BytesReported = bytes; in parse_menu()
3014 int BytesReported = 0; in read_directory() local3097 if (BytesReceived > BytesReported + 1024) { in read_directory()3105 BytesReported = BytesReceived; in read_directory()