Home
last modified time | relevance | path

Searched refs:cur_piece (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/download/
H A Dwebseed.cpp165 cur_piece = PieceData::Ptr(nullptr); in download()
381 if (!cur_piece || cur_piece->parentChunk() != c) in handleData()
382 cur_piece = c->getPiece(0, c->getSize(), false); in handleData()
384 if (cur_piece) in handleData()
385 cur_piece->write((const Uint8 *)tmp.data() + off, bl, bytes_of_cur_chunk); in handleData()
404 cur_piece = PieceData::Ptr(nullptr); in handleData()
407 cur_piece = c->getPiece(0, c->getSize(), false); in handleData()
H A Dwebseed.h190 PieceData::Ptr cur_piece; variable
/dports/security/pidgin-encryption/pidgin-encryption-3.1/
H A Drsa_nss.c477 int cur_piece;
494 cur_piece = 0;
498 if (split_key[cur_piece] == 0) {
506 wrappedKey = NSSBase64_DecodeBuffer(0, 0, split_key[cur_piece], strlen(split_key[cur_piece]));
546 if (split_key[++cur_piece] == 0) {
556 iv = NSSBase64_DecodeBuffer(0, 0, split_key[cur_piece],
557 strlen(split_key[cur_piece]));
559 if (split_key[++cur_piece] == 0) {
570 wrappedKey = NSSBase64_DecodeBuffer(0, 0, split_key[cur_piece],
571 strlen(split_key[cur_piece]));
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_common.c5289 uint32_t cur_piece = 1; in triangle_fill() local
5304 while (cur_piece < pieces) { in triangle_fill()
5315 target_arr[cur_piece++] = lbound; in triangle_fill()