Searched refs:MAX_CLIENT_READ_SIZE (Results 1 – 1 of 1) sorted by relevance
53 static const size_t MAX_CLIENT_READ_SIZE = 20 * 1024 * 1024; // 20M variable1623 CHECK_AND_RETURN_RET_LOG(userSize < MAX_CLIENT_READ_SIZE && userSize > 0, in Read()