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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscgats.c920 FILECTX* FileNest; local
931 FileNest = it8 -> FileStack[it8 -> IncludeSP + 1];
932 if(FileNest == NULL) {
934 FileNest = it8 ->FileStack[it8 -> IncludeSP + 1] = (FILECTX*)AllocChunk(it8, sizeof(FILECTX));
935 //if(FileNest == NULL)
941 FileNest->FileName, cmsMAX_PATH-1) == FALSE) {
946 FileNest->Stream = fopen(FileNest->FileName, "rt");
947 if (FileNest->Stream == NULL) {
949 SynError(it8, "File %s not found", FileNest
[all...]

Completed in 46 milliseconds