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/
sqlite3.h 492 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
495 ** device that holds the file that the [sqlite3_io_methods]
527 ** of an [sqlite3_io_methods] object.
539 ** [sqlite3_io_methods] object it uses a combination of
573 ** [sqlite3_io_methods] object that defines methods for performing
578 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
591 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
668 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
669 struct sqlite3_io_methods { struct
    [all...]
sqlite3.h.orig 489 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
492 ** device that holds the file that the [sqlite3_io_methods]
524 ** of an [sqlite3_io_methods] object.
536 ** [sqlite3_io_methods] object it uses a combination of
570 ** [sqlite3_io_methods] object that defines methods for performing
575 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
588 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
665 typedef struct sqlite3_io_methods sqlite3_io_methods;
666 struct sqlite3_io_methods {
    [all...]
sqlite3.c 1215 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1216 struct sqlite3_io_methods { struct
    [all...]
sqlite3.c.orig     [all...]

Completed in 30 milliseconds