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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 415 ** The xDeviceCapabilities method of the [sqlite3_io_methods]
418 ** device that holds the file that the [sqlite3_io_methods]
449 ** of an [sqlite3_io_methods] object.
461 ** [sqlite3_io_methods] object it uses a combination of
481 ** [sqlite3_io_methods] object that defines methods for performing
486 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
570 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
571 struct sqlite3_io_methods { struct
592 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()
    [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 79 milliseconds