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

  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 491 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
494 ** device that holds the file that the [sqlite3_io_methods]
526 ** of an [sqlite3_io_methods] object.
538 ** [sqlite3_io_methods] object it uses a combination of
572 ** [sqlite3_io_methods] object that defines methods for performing
577 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
590 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
669 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
670 struct sqlite3_io_methods { struct
    [all...]
sqlite3.c 1212 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1213 struct sqlite3_io_methods { struct
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 498 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
501 ** device that holds the file that the [sqlite3_io_methods]
538 ** of an [sqlite3_io_methods] object.
550 ** [sqlite3_io_methods] object it uses a combination of
584 ** [sqlite3_io_methods] object that defines methods for performing
589 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
602 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
682 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
683 struct sqlite3_io_methods { struct
    [all...]
sqlite3.c 1232 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1233 struct sqlite3_io_methods { struct
    [all...]
  /external/sqlite/dist/
sqlite3.h 498 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
501 ** device that holds the file that the [sqlite3_io_methods]
538 ** of an [sqlite3_io_methods] object.
550 ** [sqlite3_io_methods] object it uses a combination of
584 ** [sqlite3_io_methods] object that defines methods for performing
589 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
602 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
682 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
683 struct sqlite3_io_methods { struct
    [all...]
sqlite3.c 1232 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1233 struct sqlite3_io_methods { struct
    [all...]

Completed in 322 milliseconds