Home
last modified time | relevance | path

Searched defs:pFd (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dtest_vfs.c46 TestvfsFd *pFd; /* File data */ member
323 TestvfsFd *pFd = pTestfile->pFd; in tvfsClose() local
368 TestvfsFd *pFd = tvfsGetFd(pFile); in tvfsWrite() local
396 TestvfsFd *pFd = tvfsGetFd(pFile); in tvfsTruncate() local
417 TestvfsFd *pFd = tvfsGetFd(pFile); in tvfsSync() local
500 TestvfsFd *pFd = tvfsGetFd(pFile); in tvfsSectorSize() local
512 TestvfsFd *pFd = tvfsGetFd(pFile); in tvfsDeviceCharacteristics() local
532 TestvfsFd *pFd; in tvfsOpen() local
728 TestvfsFd *pFd; /* The testvfs file structure */ in tvfsShmOpen() local
789 TestvfsFd *pFd = tvfsGetFd(pFile); in tvfsShmMap() local
[all …]
Dtest_osinst.c803 sqlite3_file *pFd; /* File descriptor open on vfslog file */ member
Dos_unix.c3256 static int openDirectory(const char *zFilename, int *pFd){ in openDirectory()
3694 static void unixShmPurge(unixFile *pFd){ in unixShmPurge()
Dpager.c776 #define isOpen(pFd) ((pFd)->pMethods) argument