Searched refs:sqlite3_file (Results 1 – 2 of 2) sorted by relevance
635 typedef struct sqlite3_file sqlite3_file; typedef636 struct sqlite3_file { struct733 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 …]
842 typedef struct sqlite3_file sqlite3_file; typedef843 struct sqlite3_file { struct16650 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 **ppFd80679 sqlite3_file *pReal = (sqlite3_file *)&p[1];131323 sqlite3_file *fd;[all …]
Completed in 465 milliseconds