Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmscgats.c905 FILECTX* FileNest; in InSymbol() local
916 FileNest = it8 -> FileStack[it8 -> IncludeSP + 1]; in InSymbol()
917 if(FileNest == NULL) { in InSymbol()
919FileNest = it8 ->FileStack[it8 -> IncludeSP + 1] = (FILECTX*)AllocChunk(it8, sizeof(FILECTX)); in InSymbol()
926 FileNest->FileName, cmsMAX_PATH-1) == FALSE) { in InSymbol()
931 FileNest->Stream = fopen(FileNest->FileName, "rt"); in InSymbol()
932 if (FileNest->Stream == NULL) { in InSymbol()
934 SynError(it8, "File %s not found", FileNest->FileName); in InSymbol()