Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h635 typedef struct sqlite3_file sqlite3_file; typedef
636 struct sqlite3_file { struct
733 int (*xClose)(sqlite3_file*);
736 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
737 int (*xSync)(sqlite3_file*, int flags);
739 int (*xLock)(sqlite3_file*, int);
740 int (*xUnlock)(sqlite3_file*, int);
743 int (*xSectorSize)(sqlite3_file*);
744 int (*xDeviceCharacteristics)(sqlite3_file*);
748 void (*xShmBarrier)(sqlite3_file*);
[all …]
H A Dsqlite3.c842 typedef struct sqlite3_file sqlite3_file; typedef
843 struct sqlite3_file { struct
16650 sqlite3_file *pFile, in sqlite3OsOpen()
16729 sqlite3_file **ppFile, in sqlite3OsOpenMalloc()
16734 sqlite3_file *pFile; in sqlite3OsOpenMalloc()
28639 sqlite3_file *id,
28753 sqlite3_file *id,
79191 sqlite3_file **ppFd
80679 sqlite3_file *pReal = (sqlite3_file *)&p[1];
131323 sqlite3_file *fd;
[all …]

Completed in 415 milliseconds