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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleCollection.cpp211 uint32_t hTagBlobSize = ReadInt<uint32_t>(infile); local
216 std::vector<char> CollectionAuthorKey(hTagBlobSize);
217 infile.read(&CollectionAuthorKey[0], hTagBlobSize);

Completed in 36 milliseconds