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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_onefile.c179 fs_real_file *pFileList; member in struct:fs_vfs_t
204 0, /* pFileList */
610 pReal=pFsVfs->pFileList;
656 pReal->pNext = pFsVfs->pFileList;
660 pReal->ppThis = &pFsVfs->pFileList;
661 pFsVfs->pFileList = pReal;
695 pReal = pFsVfs->pFileList;
733 pReal = pFsVfs->pFileList;
/external/libpng/contrib/visupng/
H A DVisualPng.c50 BOOL SearchPngList (TCHAR *pFileList, int FileCount, int *pFileIndex,
619 TCHAR *pFileList, int FileCount, int *pFileIndex,
633 strcpy (pstrPrevName, pFileList + (*pFileIndex * MAX_PATH));
645 strcpy (pstrNextName, pFileList + (*pFileIndex * MAX_PATH));
618 SearchPngList( TCHAR *pFileList, int FileCount, int *pFileIndex, PTSTR pstrPrevName, PTSTR pstrNextName) argument

Completed in 114 milliseconds