Home
last modified time | relevance | path

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

/dports/misc/jojodiff/jdiff081/src/
H A DJMatchTable.h39 …JMatchTable(JHashPos const * cpHsh, JFile * apFilOrg, JFile * apFilNew, const bool abCmpAll = t…
H A DJDiff.h165 JDiff(JFile * const apFilOrg, JFile * const apFilNew, JOut * const apOut,
H A DJMatchTable.cpp61 …(JHashPos const * const cpHsh, JFile * const apFilOrg, JFile * const apFilNew, const bool abCmp… in JMatchTable() argument
62 : mpHsh(cpHsh), mpFilOrg(apFilOrg), mpFilNew(apFilNew), mbCmpAll(abCmpAll) in JMatchTable()
H A DJDiff.cpp151 JFile * const apFilOrg, JFile * const apFilNew, in JDiff() argument
157 ) : mpFilOrg(apFilOrg), mpFilNew(apFilNew), mpOut(apOut), in JDiff()