Searched refs:pFile (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | shell.c | 3795 pFile = ORIGFILE(pFile); in apndClose() 3809 pFile = ORIGFILE(pFile); in apndRead() 3837 pFile = ORIGFILE(pFile); in apndWrite() 3860 pFile = ORIGFILE(pFile); in apndTruncate() 3873 pFile = ORIGFILE(pFile); in apndSync() 3895 pFile = ORIGFILE(pFile); in apndLock() 3903 pFile = ORIGFILE(pFile); in apndUnlock() 3911 pFile = ORIGFILE(pFile); in apndCheckReservedLock() 3921 pFile = ORIGFILE(pFile); in apndFileControl() 3933 pFile = ORIGFILE(pFile); in apndSectorSize() [all …]
|
| H A D | sqlite3.c | 34905 return pFile->pInode!=0 && pFile->pId!=pFile->pInode->fileId.pId; 35363 pFile->eFileLock, pFile->pInode->eFileLock, pFile->pInode->nShared, 36558 pFile->eFileLock, pFile->pInode->eFileLock, pFile->pInode->nShared, 37226 nByte = ((nByte + pFile->szChunk - 1)/pFile->szChunk) * pFile->szChunk; 37311 nSize = ((nByte+pFile->szChunk-1) / pFile->szChunk) * pFile->szChunk; 44518 osGetCurrentProcessId(), pFile, pFile->h, nByte, pFile->locktype)); 44526 nByte = ((nByte + pFile->szChunk - 1)/pFile->szChunk) * pFile->szChunk; 44631 pFile, pFile->pMapRegion)); 44831 pFile->h, pFile->locktype, pFile->sharedLockByte, locktype)); 45007 pFile->h, pFile->locktype, pFile->sharedLockByte, locktype)); [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 22644 nByte = ((nByte + pFile->szChunk - 1)/pFile->szChunk) * pFile->szChunk; 23965 memset( pFile, 0, sizeof(*pFile) ); 26161 pFile->eFileLock, pFile->pInode->eFileLock, pFile->pInode->nShared, 26347 robust_close(pFile, pFile->h, __LINE__); 27368 pFile->eFileLock, pFile->pInode->eFileLock, pFile->pInode->nShared, 27465 if( pFile->pInode && pFile->pInode->nLock ){ 27961 nByte = ((nByte + pFile->szChunk - 1)/pFile->szChunk) * pFile->szChunk; 28034 nSize = ((nByte+pFile->szChunk-1) / pFile->szChunk) * pFile->szChunk; 32780 nByte = ((nByte + pFile->szChunk - 1)/pFile->szChunk) * pFile->szChunk; 32981 pFile->h, locktype, pFile->locktype, pFile->sharedLockByte)); [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmnLLDBDebugSessionInfo.cpp | 808 const char *pFile = pUnkwn; in GetBrkPtInfo() local 819 pFile = rFileSpec.GetFilename(); in GetBrkPtInfo() 833 vrwBrkPtInfo.m_fileName = pFile; in GetBrkPtInfo()
|