Searched refs:ReadFullyWithoutChecks (Results 1 – 2 of 2) sorted by relevance
117 IOResult ReadFullyWithoutChecks(void* data, size_t ndata); // REQUIRES(state_mutex_);
156 IOResult FdForwardTransport::ReadFullyWithoutChecks(void* data, size_t ndata) { in ReadFullyWithoutChecks() function in dt_fd_forward::FdForwardTransport194 return ReadFullyWithoutChecks(data, to_read); in ReadUpToMax()387 IOResult res = ReadFullyWithoutChecks(handshake_recv, sizeof(handshake_recv)); in Accept()