Home
last modified time | relevance | path

Searched refs:read_ahead (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTTransportUtils.h160 int read_ahead = rLen_ - rPos_; in readEnd() local
162 memcpy(rBuf_, rBuf_ + rPos_, read_ahead); in readEnd()
164 rLen_ = read_ahead; in readEnd()
/thrift-3.4.0/lib/erl/src/
Dthrift_file_transport.erl111 case file:open(Filename, [read, binary, {read_ahead, 1024*1024}]) of