Home
last modified time | relevance | path

Searched refs:sqlite3_file (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h677 typedef struct sqlite3_file sqlite3_file; typedef
678 struct sqlite3_file { struct
779 int (*xClose)(sqlite3_file*);
782 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
783 int (*xSync)(sqlite3_file*, int flags);
785 int (*xLock)(sqlite3_file*, int);
786 int (*xUnlock)(sqlite3_file*, int);
789 int (*xSectorSize)(sqlite3_file*);
790 int (*xDeviceCharacteristics)(sqlite3_file*);
794 void (*xShmBarrier)(sqlite3_file*);
[all …]
H A Dsqlite3.c1716 typedef struct sqlite3_file sqlite3_file; typedef
1717 struct sqlite3_file { struct
22377 sqlite3_file *pFile, in sqlite3OsOpen()
22464 sqlite3_file *pFile; in sqlite3OsOpenMalloc()
35824 sqlite3_file *id,
35938 sqlite3_file *id,
93021 sqlite3_file **ppFd
94637 sqlite3_file *pReal = (sqlite3_file*)p;
158361 sqlite3_file *fd;
193134 sqlite3_file *pFd = (sqlite3_file*)pRbu->pRbuFd;
[all …]

Completed in 411 milliseconds