• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/

Lines Matching defs:sqlite3_io_methods

979 ** The xDeviceCapabilities method of the [sqlite3_io_methods]
982 ** device that holds the file that the [sqlite3_io_methods]
1013 ** of an [sqlite3_io_methods] object.
1025 ** [sqlite3_io_methods] object it uses a combination of
1047 ** [sqlite3_io_methods] object that defines methods for performing
1052 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
1065 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1142 typedef struct sqlite3_io_methods sqlite3_io_methods;
1143 struct sqlite3_io_methods {
1164 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1292 ** a valid [sqlite3_io_methods] object or to NULL. xOpen must do
5401 ** xFileControl method for the [sqlite3_io_methods] object associated
20199 const sqlite3_io_methods *pMethod; /* Always the first entry */
20209 ** by the sqlite3_io_methods object.
20780 static const sqlite3_io_methods os2IoMethod = {
20797 ** Here ends the I/O methods that form the sqlite3_io_methods object.
21302 ** * Definitions of sqlite3_io_methods objects for all locking
21449 sqlite3_io_methods const *pMethod; /* Always the first entry */
24712 ** This division contains definitions of sqlite3_io_methods objects that
24715 ** sqlite3_io_methods object for a particular database file. The pAppData
24719 ** Most finder functions return a pointer to a fixed sqlite3_io_methods
24739 ** * A constant sqlite3_io_methods object call METHOD that has locking
24746 static const sqlite3_io_methods METHOD = { \
24761 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \
24765 static const sqlite3_io_methods *(*const FINDER)(const char*,unixFile *p) \
24769 ** Here are all of the sqlite3_io_methods objects for each of the
24775 posixIoMethods, /* sqlite3_io_methods object name */
24783 nolockIoMethods, /* sqlite3_io_methods object name */
24791 dotlockIoMethods, /* sqlite3_io_methods object name */
24801 flockIoMethods, /* sqlite3_io_methods object name */
24812 semIoMethods, /* sqlite3_io_methods object name */
24823 afpIoMethods, /* sqlite3_io_methods object name */
24840 static const sqlite3_io_methods *posixWflIoFinderImpl(const char*z, unixFile*p){
24845 static const sqlite3_io_methods
24854 ** to go ahead and define the sqlite3_io_methods and finder function
24864 proxyIoMethods, /* sqlite3_io_methods object name */
24876 ** for the database file "filePath". It then returns the sqlite3_io_methods
24881 static const sqlite3_io_methods *autolockIoFinderImpl(
24887 const sqlite3_io_methods *pMethods; /* Appropriate locking method */
24935 static const sqlite3_io_methods
24943 ** for the database file "filePath". It then returns the sqlite3_io_methods
24948 static const sqlite3_io_methods *autolockIoFinderImpl(
24973 static const sqlite3_io_methods
24981 typedef const sqlite3_io_methods *(*finder_type)(const char*,unixFile*);
25003 const sqlite3_io_methods *pLockingStyle;
26019 sqlite3_io_methods const *pOldMethod; /* Original I/O methods for close */
26806 ** Most finders simply return a pointer to a fixed sqlite3_io_methods
27202 const sqlite3_io_methods *pMethod;/* Must be first */
27716 ** by the sqlite3_io_methods object.
28249 static const sqlite3_io_methods winIoMethod = {
28266 ** Here ends the I/O methods that form the sqlite3_io_methods object.
58446 sqlite3_io_methods *pMethod; /* I/O methods on journal files */
58582 static struct sqlite3_io_methods JournalFileMethods = {
58708 sqlite3_io_methods *pMethod; /* Parent class. MUST BE FIRST */
58863 static struct sqlite3_io_methods MemJournalMethods = {