HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3_io_methods (Results 1 - 4 of 4) sorted by null

  /external/sqlite/dist/orig/
sqlite3.h 570 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
573 ** device that holds the file that the [sqlite3_io_methods]
621 ** of an [sqlite3_io_methods] object.
633 ** [sqlite3_io_methods] object it uses a combination of
667 ** [sqlite3_io_methods] object that defines methods for performing
672 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
685 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
769 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
770 struct sqlite3_io_methods { struct
    [all...]
sqlite3.c 1793 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1794 struct sqlite3_io_methods { struct
    [all...]
  /external/sqlite/dist/
sqlite3.h 570 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
573 ** device that holds the file that the [sqlite3_io_methods]
621 ** of an [sqlite3_io_methods] object.
633 ** [sqlite3_io_methods] object it uses a combination of
667 ** [sqlite3_io_methods] object that defines methods for performing
672 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
685 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
769 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
770 struct sqlite3_io_methods { struct
    [all...]
sqlite3.c 1793 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1794 struct sqlite3_io_methods { struct
    [all...]

Completed in 331 milliseconds