| /external/chromium_org/third_party/sqlite/amalgamation/ |
| D | sqlite3.h | 669 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 670 struct sqlite3_io_methods { struct 671 int iVersion; 672 int (*xClose)(sqlite3_file*); 673 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 697 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| D | sqlite3.c | 1212 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 1213 struct sqlite3_io_methods { struct 1214 int iVersion; 1215 int (*xClose)(sqlite3_file*); 1216 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 1240 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| /external/chromium_org/third_party/sqlite/src/src/ |
| D | sqlite.h.in | 664 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 665 struct sqlite3_io_methods { struct 666 int iVersion; 667 int (*xClose)(sqlite3_file*); 668 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 692 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| /external/sqlite/dist/orig/ |
| D | sqlite3.h | 723 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 724 struct sqlite3_io_methods { struct 725 int iVersion; 726 int (*xClose)(sqlite3_file*); 727 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 728 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 729 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 730 int (*xSync)(sqlite3_file*, int flags); 731 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 755 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| D | sqlite3.c | 838 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 839 struct sqlite3_io_methods { struct 840 int iVersion; 841 int (*xClose)(sqlite3_file*); 842 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 843 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 844 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 845 int (*xSync)(sqlite3_file*, int flags); 846 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 870 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| /external/sqlite/dist/ |
| D | sqlite3.h | 723 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 724 struct sqlite3_io_methods { struct 725 int iVersion; 726 int (*xClose)(sqlite3_file*); 727 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 728 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 729 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 730 int (*xSync)(sqlite3_file*, int flags); 731 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 755 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|
| D | sqlite3.c | 838 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef 839 struct sqlite3_io_methods { struct 840 int iVersion; 841 int (*xClose)(sqlite3_file*); 842 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 843 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 844 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 845 int (*xSync)(sqlite3_file*, int flags); 846 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 870 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] argument
|