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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c904 FILECTX* FileNest; local
915 FileNest = it8 -> FileStack[it8 -> IncludeSP + 1];
916 if(FileNest == NULL) {
918 FileNest = it8 ->FileStack[it8 -> IncludeSP + 1] = (FILECTX*)AllocChunk(it8, sizeof(FILECTX));
919 //if(FileNest == NULL)
925 FileNest->FileName, cmsMAX_PATH-1) == FALSE) {
930 FileNest->Stream = fopen(FileNest->FileName, "rt");
931 if (FileNest->Stream == NULL) {
933 SynError(it8, "File %s not found", FileNest
[all...]

Completed in 725 milliseconds