Lines Matching refs:zPath
274 const char *zPath; /* Full pathname of this file */ member
2089 const char *zPath, /* File path associated with error */ in winLogErrorAtLine() argument
2098 if( zPath==0 ) zPath = ""; in winLogErrorAtLine()
2103 iLine, lastErrno, zFunc, zPath, zMsg in winLogErrorAtLine()
2616 "winSeekFile", pFile->zPath); in winSeekFile()
2637 "winSeekFile", pFile->zPath); in winSeekFile()
2712 "winClose", pFile->zPath); in winClose()
2780 "winRead", pFile->zPath);
2892 "winWrite1", pFile->zPath);
2897 "winWrite2", pFile->zPath);
2963 "winTruncate1", pFile->zPath);
2968 "winTruncate2", pFile->zPath);
3060 "winSync1", pFile->zPath);
3075 "winSync2", pFile->zPath);
3101 "winFileSize", pFile->zPath);
3116 "winFileSize", pFile->zPath);
3211 "winUnlockReadLock", pFile->zPath);
3437 "winUnlock", pFile->zPath);
3935 nName = sqlite3Strlen30(pDbFd->zPath);
3942 sqlite3_snprintf(nName+15, pNew->zFilename, "%s-shm", pDbFd->zPath);
3943 sqlite3FileSuffix3(pDbFd->zPath, pNew->zFilename);
3975 if( 0==sqlite3_uri_boolean(pDbFd->zPath, "readonly_shm", 0) ){
4256 "winShmMap1", pDbFd->zPath);
4271 "winShmMap2", pDbFd->zPath);
4330 "winShmMap3", pDbFd->zPath);
4379 "winUnmapfile1", pFile->zPath);
4390 "winUnmapfile2", pFile->zPath);
4467 "winMapfile1", pFd->zPath);
4485 "winMapfile2", pFd->zPath);
5312 pFile->zPath = zName;