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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-common.h72 uint32_t pieceIndex; /* for GOT_BLOCK, GOT_HAVE, CANCEL, ALLOWED, SUGGEST */ member in struct:__anon7343
H A Dmakemeta.h72 uint32_t pieceIndex; member in struct:tr_metainfo_builder
H A Dinout.c156 tr_ioFindFileLocation( const tr_torrent * tor, tr_piece_index_t pieceIndex, uint32_t pieceOffset, tr_file_index_t * fileIndex, uint64_t * fileOffset ) argument
184 readOrWritePiece( tr_torrent * tor, int ioMode, tr_piece_index_t pieceIndex, uint32_t pieceOffset, uint8_t * buf, size_t buflen ) argument
225 tr_ioRead( tr_torrent * tor, tr_piece_index_t pieceIndex, uint32_t begin, uint32_t len, uint8_t * buf ) argument
235 tr_ioPrefetch( tr_torrent * tor, tr_piece_index_t pieceIndex, uint32_t begin, uint32_t len) argument
245 tr_ioWrite( tr_torrent * tor, tr_piece_index_t pieceIndex, uint32_t begin, uint32_t len, const uint8_t * buf ) argument
261 recalculateHash( tr_torrent * tor, tr_piece_index_t pieceIndex, uint8_t * setme ) argument
[all...]
H A Dverify.c54 tr_piece_index_t pieceIndex = 0; local
H A Dtorrent.c1495 tr_torrentSetHasPiece( tr_torrent * tor, tr_piece_index_t pieceIndex, bool has ) argument
[all...]
H A Dpeer-mgr.c2231 tr_peerMgrSetBlame( tr_torrent * tor, tr_piece_index_t pieceIndex, int success ) argument
[all...]

Completed in 103 milliseconds