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

  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 567 ** An [sqlite3_file] object represents an open file in the
575 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
576 struct sqlite3_file { struct
584 ** [sqlite3_file] object (or, more commonly, a subclass of the
585 ** [sqlite3_file] object) with a pointer to an instance of this object.
587 ** against the open file represented by the [sqlite3_file] object.
589 ** If the xOpen method sets the sqlite3_file.pMethods element
593 ** is for the xOpen to set the sqlite3_file.pMethods element to NULL.
672 int (*xClose)(sqlite3_file*);
    [all...]
sqlite3.c 1118 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
1119 struct sqlite3_file { struct
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 579 ** An [sqlite3_file] object represents an open file in the
587 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
588 struct sqlite3_file { struct
596 ** [sqlite3_file] object (or, more commonly, a subclass of the
597 ** [sqlite3_file] object) with a pointer to an instance of this object.
599 ** against the open file represented by the [sqlite3_file] object.
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
685 int (*xClose)(sqlite3_file*);
    [all...]
sqlite3.c 1137 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
1138 struct sqlite3_file { struct
    [all...]
  /external/sqlite/dist/
sqlite3.h 579 ** An [sqlite3_file] object represents an open file in the
587 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
588 struct sqlite3_file { struct
596 ** [sqlite3_file] object (or, more commonly, a subclass of the
597 ** [sqlite3_file] object) with a pointer to an instance of this object.
599 ** against the open file represented by the [sqlite3_file] object.
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
685 int (*xClose)(sqlite3_file*);
    [all...]
sqlite3.c 1137 typedef struct sqlite3_file sqlite3_file; typedef in typeref:struct:sqlite3_file
1138 struct sqlite3_file { struct
    [all...]

Completed in 100 milliseconds