Home
last modified time | relevance | path

Searched refs:errorCount_ (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DErrorCountEventHandler.cxx16 : errorCount_(0), maxErrors_(errorLimit), cancel_(0) in ErrorCountEventHandler()
28 if (message.isError() && ++errorCount_ == maxErrors_) in noteMessage()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DErrorCountEventHandler.h31 unsigned errorCount_; variable
38 return errorCount_; in errorCount()