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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_vfs.c46 TestvfsFd *pFd; /* File data */ member in struct:TestvfsFile
48 #define tvfsGetFd(pFile) (((TestvfsFile *)pFile)->pFd)
323 TestvfsFd *pFd = pTestfile->pFd; local
324 Testvfs *p = (Testvfs *)pFd->pVfs->pAppData;
328 Tcl_NewStringObj(pFd->zFilename, -1), pFd->pShmId, 0
332 if( pFd->pShmId ){
333 Tcl_DecrRefCount(pFd->pShmId);
334 pFd
368 TestvfsFd *pFd = tvfsGetFd(pFile); local
396 TestvfsFd *pFd = tvfsGetFd(pFile); local
417 TestvfsFd *pFd = tvfsGetFd(pFile); local
500 TestvfsFd *pFd = tvfsGetFd(pFile); local
512 TestvfsFd *pFd = tvfsGetFd(pFile); local
532 TestvfsFd *pFd; local
728 TestvfsFd *pFd; /* The testvfs file structure */ local
789 TestvfsFd *pFd = tvfsGetFd(pFile); local
831 TestvfsFd *pFd = tvfsGetFd(pFile); local
888 TestvfsFd *pFd = tvfsGetFd(pFile); local
903 TestvfsFd *pFd = tvfsGetFd(pFile); local
[all...]
H A Dos_unix.c3235 ** If successful, *pFd is set to the opened file descriptor and
3237 ** or SQLITE_CANTOPEN is returned and *pFd is set to an undefined
3251 ** *pFd set to a negative number.
3254 ** the file descriptor *pFd using close().
3256 static int openDirectory(const char *zFilename, int *pFd){ argument
3273 *pFd = fd;
3694 static void unixShmPurge(unixFile *pFd){ argument
3695 unixShmNode *p = pFd->pInode->pShmNode;
3699 assert( p->pInode==pFd->pInode );
3710 robust_close(pFd,
[all...]
H A Dtest_osinst.c803 sqlite3_file *pFd; /* File descriptor open on vfslog file */ member in struct:VfslogVtab
805 char *zFile; /* File name for pFd */
875 p->pFd = (sqlite3_file *)&p[1];
876 p->zFile = &((char *)p->pFd)[pVfs->szOsFile];
888 rc = pVfs->xOpen(pVfs, p->zFile, p->pFd, flags, &flags);
891 p->pFd->pMethods->xFileSize(p->pFd, &p->nByte);
917 if( p->pFd->pMethods ){
918 p->pFd->pMethods->xClose(p->pFd);
[all...]
H A Dpager.c776 #define isOpen(pFd) ((pFd)->pMethods)
/external/sqlite/dist/orig/
H A Dsqlite3.c26158 static int unixMapfile(unixFile *pFd, i64 nByte);
26159 static void unixUnmapfile(unixFile *pFd);
27772 openDirectory(const char *zFilename, int *pFd) argument
28425 unixShmPurge(unixFile *pFd) argument
28947 unixUnmapfile(unixFile *pFd) argument
28972 unixRemapfile( unixFile *pFd, i64 nNew ) argument
29062 unixMapfile(unixFile *pFd, i64 nByte) argument
29107 unixFile *pFd = (unixFile *)fd; /* The underlying database file */ local
29138 unixFile *pFd = (unixFile *)fd; /* The underlying database file */ local
35956 winMapfile(winFile *pFd, sqlite3_int64 nByte) argument
36055 winFile *pFd = (winFile*)fd; /* The underlying database file */ local
36096 winFile *pFd = (winFile*)fd; /* The underlying database file */ local
50131 sqlite3_file *pFd; /* The WAL file to which we write */ member in struct:WalWriter
60771 sqlite3_file *pFd; /* File descriptor for database pTo */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c26176 static int unixMapfile(unixFile *pFd, i64 nByte);
26177 static void unixUnmapfile(unixFile *pFd);
27790 openDirectory(const char *zFilename, int *pFd) argument
28445 unixShmPurge(unixFile *pFd) argument
28967 unixUnmapfile(unixFile *pFd) argument
28992 unixRemapfile( unixFile *pFd, i64 nNew ) argument
29082 unixMapfile(unixFile *pFd, i64 nByte) argument
29127 unixFile *pFd = (unixFile *)fd; /* The underlying database file */ local
29158 unixFile *pFd = (unixFile *)fd; /* The underlying database file */ local
35976 winMapfile(winFile *pFd, sqlite3_int64 nByte) argument
36075 winFile *pFd = (winFile*)fd; /* The underlying database file */ local
36116 winFile *pFd = (winFile*)fd; /* The underlying database file */ local
50151 sqlite3_file *pFd; /* The WAL file to which we write */ member in struct:WalWriter
60791 sqlite3_file *pFd; /* File descriptor for database pTo */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c27376 ** If successful, *pFd is set to the opened file descriptor and
27378 ** or SQLITE_CANTOPEN is returned and *pFd is set to an undefined
27392 ** *pFd set to a negative number.
27395 ** the file descriptor *pFd using close().
27397 static int openDirectory(const char *zFilename, int *pFd){ argument
27414 *pFd = fd;
27835 static void unixShmPurge(unixFile *pFd){ argument
27836 unixShmNode *p = pFd->pInode->pShmNode;
27840 assert( p->pInode==pFd->pInode );
27851 robust_close(pFd,
[all...]

Completed in 1698 milliseconds