Searched defs:xFileControl (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h615 ** The xFileControl() method is a generic interface that allows custom
620 ** write return values. Potential uses for xFileControl() might be
626 ** Applications that define a custom xFileControl method should use opcodes
681 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
696 ** These integer constants are opcodes for the xFileControl method
701 ** opcode causes the xFileControl method to write the current state of
5343 ** xFileControl method for the [sqlite3_io_methods] object associated
5352 ** the xFileControl method. ^The return value of the xFileControl
5359 ** underlying sqlite3_io_methods.xFileControl metho
[all...]
H A Dsqlite3.c1158 ** The xFileControl() method is a generic interface that allows custom
1163 ** write return values. Potential uses for xFileControl() might be
1169 ** Applications that define a custom xFileControl method should use opcodes
1224 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
1239 ** These integer constants are opcodes for the xFileControl method
1244 ** opcode causes the xFileControl method to write the current state of
5886 ** xFileControl method for the [sqlite3_io_methods] object associated
5895 ** the xFileControl method. ^The return value of the xFileControl
5902 ** underlying sqlite3_io_methods.xFileControl metho
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h669 ** The xFileControl() method is a generic interface that allows custom
674 ** write return values. Potential uses for xFileControl() might be
680 ** Applications that define a custom xFileControl method should use opcodes
735 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
754 ** These integer constants are opcodes for the xFileControl method
759 ** opcode causes the xFileControl method to write the current state of
944 ** opcode causes the xFileControl method to swap the file handle with the one
6088 ** xFileControl method for the [sqlite3_io_methods] object associated
6097 ** the xFileControl method. ^The return value of the xFileControl
[all...]
H A Dsqlite3.c784 ** The xFileControl() method is a generic interface that allows custom
789 ** write return values. Potential uses for xFileControl() might be
795 ** Applications that define a custom xFileControl method should use opcodes
850 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
869 ** These integer constants are opcodes for the xFileControl method
874 ** opcode causes the xFileControl method to write the current state of
1059 ** opcode causes the xFileControl method to swap the file handle with the one
6203 ** xFileControl method for the [sqlite3_io_methods] object associated
6212 ** the xFileControl method. ^The return value of the xFileControl
[all...]
/external/sqlite/dist/
H A Dsqlite3.h669 ** The xFileControl() method is a generic interface that allows custom
674 ** write return values. Potential uses for xFileControl() might be
680 ** Applications that define a custom xFileControl method should use opcodes
735 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
754 ** These integer constants are opcodes for the xFileControl method
759 ** opcode causes the xFileControl method to write the current state of
944 ** opcode causes the xFileControl method to swap the file handle with the one
6088 ** xFileControl method for the [sqlite3_io_methods] object associated
6097 ** the xFileControl method. ^The return value of the xFileControl
[all...]
H A Dsqlite3.c784 ** The xFileControl() method is a generic interface that allows custom
789 ** write return values. Potential uses for xFileControl() might be
795 ** Applications that define a custom xFileControl method should use opcodes
850 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
869 ** These integer constants are opcodes for the xFileControl method
874 ** opcode causes the xFileControl method to write the current state of
1059 ** opcode causes the xFileControl method to swap the file handle with the one
6203 ** xFileControl method for the [sqlite3_io_methods] object associated
6212 ** the xFileControl method. ^The return value of the xFileControl
[all...]

Completed in 1088 milliseconds