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

/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A DVisualPng.c166 static TCHAR *pPngFileList = NULL; local
189 BuildPngList (szImgPathName, &pPngFileList, &iPngFileCount,
250 BuildPngList (szImgPathName, &pPngFileList, &iPngFileCount,
297 if (SearchPngList (pPngFileList, iPngFileCount, &iPngFileIndex,
325 if (SearchPngList (pPngFileList, iPngFileCount, &iPngFileIndex,
364 if (pPngFileList != NULL)
366 free (pPngFileList);
367 pPngFileList = NULL;

Completed in 970 milliseconds