Home
last modified time | relevance | path

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

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DPDFParser.h233 …tusCode ParseObjectStreamHeader(ObjectStreamHeaderEntry* inHeaderInfo,ObjectIDType inObjectsCount);
H A DPDFParser.cpp1729 …FParser::ParseObjectStreamHeader(ObjectStreamHeaderEntry* inHeaderInfo,ObjectIDType inObjectsCount) in ParseObjectStreamHeader() argument
1734 while(currentObject < inObjectsCount && (PDFHummus::eSuccess == status)) in ParseObjectStreamHeader()