Home
last modified time | relevance | path

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

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