Searched refs:PhysicalFile (Results 1 – 2 of 2) sorted by relevance
117 iohandler ->PhysicalFile[0] = 0; in cmsOpenIOhandlerFromNULL()295 iohandler ->PhysicalFile[0] = 0; in cmsOpenIOhandlerFromMem()421 strncpy(iohandler -> PhysicalFile, FileName, sizeof(iohandler -> PhysicalFile)-1); in cmsOpenIOhandlerFromFile()422 iohandler -> PhysicalFile[sizeof(iohandler -> PhysicalFile)-1] = 0; in cmsOpenIOhandlerFromFile()453 iohandler -> PhysicalFile[0] = 0; in cmsOpenIOhandlerFromStream()1464 rc &= cmsSaveProfileToFile(hProfile, Icc ->IOhandler->PhysicalFile); in cmsCloseProfile()
119 char PhysicalFile[cmsMAX_PATH]; member