Searched refs:doWrite (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dinout.c50 const bool doWrite = ioMode >= TR_IO_WRITE; local
65 fd = tr_fdFileGetCached( session, tr_torrentId( tor ), fileIndex, doWrite );
76 if( !doWrite )
91 const int prealloc = file->dnd || !doWrite
95 filename, doWrite,
102 else if( doWrite )
H A Dfdlimit.h70 bool doWrite );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMemFile.h141 /** @see CFileDataIO::doWrite */
142 virtual sint64 doWrite(const void* buffer, size_t count);
H A DCFile.h188 /** @see CFileDataIO::doWrite **/
189 virtual sint64 doWrite(const void* buffer, size_t count);
H A DMemFile.cpp145 sint64 CMemFile::doWrite(const void* buffer, size_t count) function in class:CMemFile
H A DSafeFile.h237 virtual sint64 doWrite(const void* buffer, size_t count) = 0;
H A DSafeFile.cpp94 if (doWrite(buffer, count) != (signed)count) {
H A DCFile.cpp351 sint64 CFile::doWrite(const void* buffer, size_t nCount) function in class:CFile

Completed in 182 milliseconds