Searched defs:TotalIovecLength (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/
H A Diovector.h20 inline size_t TotalIovecLength(const struct iovec* iov, size_t iovcnt) { function in namespace:net
180 size_t TotalBufferSize() const { return TotalIovecLength(iovec(), Size()); }

Completed in 644 milliseconds