MCPcopy Create free account

hub / github.com/Parchive/par2cmdline / functions

Functions426 in github.com/Parchive/par2cmdline

MethodBlockCount
How many blocks does this source file use
src/par2creatorsourcefile.h:70
MethodBlockCount
Get the number of blocks that the file uses
src/par2repairersourcefile.h:79
MethodBlockSize
src/recoverypacket.h:90
MethodBytes
src/md5.h:87
FunctionCRCUpdateBlock
src/crc.cpp:119
MethodCalculateProcessBlockSize
Determine how much recovery data can be computed on one pass
src/par2creator.cpp:314
MethodCheckBasepath
Check basepath permission
src/par2creator.cpp:246
MethodCheckPacketConsistency
Check that the packets are consistent and discard any that are not
src/par2repairer.cpp:858
MethodCheckValuesAndSetDefaults
src/commandline.cpp:1009
MethodCheckVerificationResults
Check the verification results and report the results
src/par2repairer.cpp:2156
MethodCheckVerificationResults
src/par1repairer.cpp:992
MethodCloseFiles
Close all files.
src/par2creator.cpp:968
MethodCommandLine
src/commandline.cpp:42
MethodCompareLess
src/par2creatorsourcefile.cpp:291
MethodCompareLess
src/criticalpacket.cpp:58
MethodComputeBlockCount
Compute block size from block count or vice versa depending on which was specified on the command line
src/par2creator.cpp:265
MethodComputeBlockSize
src/commandline.cpp:1246
MethodComputeRSMatrix
Compute the Reed Solomon matrix
src/par2creator.cpp:763
MethodComputeRSmatrix
Work out which data blocks are available, which need to be copied directly to the output, and which need to be recreated, and compute the appropriate
src/par2repairer.cpp:2365
MethodComputeRSmatrix
Work out which data blocks are available, which need to be recreated, and compute the appropriate Reed Solomon matrix.
src/par1repairer.cpp:1171
MethodComputeRecoveryBlockCount
Determine how many recovery blocks to create based on the source block count and the requested level of redundancy.
src/commandline.cpp:1348
MethodComputeWindowTable
Compute the table for the sliding CRC computation
src/par2repairer.cpp:1154
MethodCreate
src/descriptionpacket.cpp:33
MethodCreate
src/mainpacket.cpp:32
MethodCreate
src/creatorpacket.cpp:36
MethodCreate
src/recoverypacket.cpp:51
MethodCreate
src/verificationpacket.cpp:32
MethodCreateCreatorPacket
Create the creator packet.
src/par2creator.cpp:435
MethodCreateMainPacket
Create the main packet and determine the setid to use with all packets
src/par2creator.cpp:422
MethodCreateParentDirectory
src/diskfile.cpp:70
MethodCreateSourceBlocks
Initialise all of the source blocks ready to start reading data from the source files.
src/par2creator.cpp:445
MethodCreateSourceFileList
Use the information in the main packet to get the source files into the correct order and determine their filenames
src/par2repairer.cpp:983
MethodCreateTargetFiles
Work out which files are being repaired, create them, and allocate target DataBlocks to them, and remember them for later verification.
src/par2repairer.cpp:2303
MethodCreateTargetFiles
Work out which files are being repaired, create them, and allocate target DataBlocks to them, and remember them for later verification.
src/par1repairer.cpp:1125
MethodCreatorPacket
Construct the packet
src/creatorpacket.h:34
MethodCriticalPacket
src/criticalpacket.h:55
MethodCriticalPacketEntry
src/criticalpacket.h:94
MethodDataBlock
Construct the data block
src/datablock.h:80
MethodDeleteIncompleteTargetFiles
Delete all of the partly reconstructed files
src/par2repairer.cpp:2732
MethodDeleteIncompleteTargetFiles
Delete all of the partly reconstructed files
src/par1repairer.cpp:1417
MethodDescriptionPacket
Construct the packet
src/descriptionpacket.h:31
MethodDiskFile
src/diskfile.cpp:50
MethodDiskFileMap
src/diskfile.cpp:1145
MethodErrorMessage
src/diskfile.cpp:1081
MethodFileAllocation
src/par2creator.cpp:468
MethodFileCheckSummer
src/filechecksummer.cpp:33
MethodFileExists
src/diskfile.cpp:429
MethodFileName
Get the name of the file from the packet NB whilst the file format does not guarantee that the name will have a NULL termination character, par2cmdlin
src/descriptionpacket.h:92
MethodFileName
src/par1repairersourcefile.h:39
MethodFileSize
Get the size of the file from the packet
src/descriptionpacket.h:80
MethodFileSize
src/par1repairersourcefile.h:40
MethodFileSizeCache
src/diskfile.cpp:1188
MethodFill
src/filechecksummer.cpp:136
MethodFindFiles
src/diskfile.cpp:373
MethodFinishCriticalPackets
Fill in all remaining details in the critical packets.
src/par2creator.cpp:931
MethodFinishFileHashComputation
src/par2creator.cpp:911
MethodFirstBlockNumber
Get the relative block number of the first block in the file
src/par2repairersourcefile.h:82
MethodGalois
Basic constructors
src/galois.h:63
MethodGalois
src/galois.h:159
MethodGaloisLongMultiplyTable
src/galois.h:315
MethodGaloisTable
src/galois.h:134
MethodGaussElim
src/reedsolomon.h:380
MethodGetCanonicalPathname
src/diskfile.cpp:346
MethodGetCompleteFile
src/par2repairersourcefile.cpp:111
MethodGetDiskFile
Which disk file is this
src/filechecksummer.h:75
MethodGetFileSize
src/diskfile.cpp:415
MethodGetFileThreads
src/par2creator.h:105
MethodGetFileThreads
src/par2repairer.h:145
MethodGetOffset
What offset is the block located at
src/datablock.h:146
MethodGetRecursive
src/commandline.h:98
MethodGetTargetExists
src/par2repairersourcefile.cpp:101
MethodGetTargetFile
src/par2repairersourcefile.cpp:91
MethodGetTotalPhysicalMemory
src/commandline.cpp:959
MethodHash
Compute and return the current hash
src/filechecksummer.cpp:225
MethodInitialiseOutputFiles
Create all of the output files and allocate all packets to appropriate file offsets.
src/par2creator.cpp:481
MethodInsert
Insert a new entry in the tree
src/verificationhashtable.h:155
MethodLoad
Load data from a verification packet
src/verificationhashtable.cpp:68
MethodLoad
Load a description packet from a specified file
src/descriptionpacket.cpp:82
MethodLoad
src/creatorpacket.cpp:63
MethodLoad
src/recoverypacket.cpp:108
MethodLoad
src/verificationpacket.cpp:72
MethodLoadCreatorPacket
Finish loading the creator packet
src/par2repairer.cpp:723
MethodLoadDescriptionPacket
Finish loading a file description packet
src/par2repairer.cpp:605
MethodLoadExtraRecoveryFiles
Load packets from any other PAR files whose names are given on the command line
src/par1repairer.cpp:579
MethodLoadMainPacket
Finish loading the main packet
src/par2repairer.cpp:702
MethodLoadOtherRecoveryFiles
src/par1repairer.cpp:529
MethodLoadPacketsFromExtraFiles
Load packets from any other PAR2 files whose names are given on the command line
src/par2repairer.cpp:840
MethodLoadPacketsFromFile
Load the packets from the specified file
src/par2repairer.cpp:332
MethodLoadPacketsFromOtherFiles
Load packets from other PAR2 files with names based on the original PAR2 file
src/par2repairer.cpp:744
MethodLoadRecoveryFile
src/par1repairer.cpp:267
MethodLoadRecoveryPacket
Finish loading a recovery packet
src/par2repairer.cpp:576
MethodLoadVerificationPacket
Finish loading a file verification packet
src/par2repairer.cpp:653
MethodLookup
Search for an entry with the specified crc
src/verificationhashtable.h:272
MethodMD5Context
src/md5.cpp:182
MethodMainPacket
Construct the packet
src/mainpacket.h:34
MethodOpen
Open the file associated with the data block if is not already open
src/datablock.cpp:31
MethodOpen
src/par2creatorsourcefile.cpp:58
MethodOpenSourceFiles
Open all of the source files, compute the Hashes and CRC values, and store the results in the file verification and file description packets.
src/par2creator.cpp:353
MethodPacketLength
src/recoverypacket.h:80
MethodPar1Repairer
src/par1repairer.cpp:34
← previousnext →201–300 of 426, ranked by callers