Home
last modified time | relevance | path

Searched defs:unqlite_io_methods (Results 1 – 2 of 2) sorted by relevance

/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.h94 typedef struct unqlite_io_methods unqlite_io_methods; typedef
566 struct unqlite_io_methods { struct
567 int iVersion; /* Structure version number (currently 1) */
568 int (*xClose)(unqlite_file*);
571 int (*xTruncate)(unqlite_file*, unqlite_int64 size);
572 int (*xSync)(unqlite_file*, int flags);
573 int (*xFileSize)(unqlite_file*, unqlite_int64 *pSize);
574 int (*xLock)(unqlite_file*, int);
575 int (*xUnlock)(unqlite_file*, int);
576 int (*xCheckReservedLock)(unqlite_file*, int *pResOut);
[all …]
H A Dunqlite.c2301 typedef struct unqlite_io_methods unqlite_io_methods; typedef
2773 struct unqlite_io_methods { struct
2774 int iVersion; /* Structure version number (currently 1) */
2775 int (*xClose)(unqlite_file*);
2778 int (*xTruncate)(unqlite_file*, unqlite_int64 size);
2779 int (*xSync)(unqlite_file*, int flags);
2780 int (*xFileSize)(unqlite_file*, unqlite_int64 *pSize);
2781 int (*xLock)(unqlite_file*, int);
2782 int (*xUnlock)(unqlite_file*, int);
2783 int (*xCheckReservedLock)(unqlite_file*, int *pResOut);
[all …]