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

/haiku/3rdparty/proj2make/
H A Dproj2make.cpp32 uint32 gProjLength; variable
107 gProjLength = length + 8;
109 if (strcmp(name, "MIDE") != 0 || gProjLength > projFileLength)
232 gProjData = new uint8[gProjLength];
233 gProjFile.read((char*)gProjData, gProjLength);

Completed in 54 milliseconds