Searched refs:xFileControl (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h694 ** The xFileControl() method is a generic interface that allows custom
699 ** write return values. Potential uses for xFileControl() might be
705 ** Applications that define a custom xFileControl method should use opcodes
763 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
782 ** These integer constants are opcodes for the xFileControl method
789 ** opcode causes the xFileControl method to write the current state of
996 ** opcode causes the xFileControl method to swap the file handle with the one
6711 ** xFileControl method for the [sqlite3_io_methods] object associated
6720 ** the xFileControl method. ^The return value of the xFileControl
[all...]
H A Dsqlite3.c971 ** The xFileControl() method is a generic interface that allows custom
976 ** write return values. Potential uses for xFileControl() might be
982 ** Applications that define a custom xFileControl method should use opcodes
1040 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
1059 ** These integer constants are opcodes for the xFileControl method
1066 ** opcode causes the xFileControl method to write the current state of
1273 ** opcode causes the xFileControl method to swap the file handle with the one
6988 ** xFileControl method for the [sqlite3_io_methods] object associated
6997 ** the xFileControl method. ^The return value of the xFileControl
[all...]
/external/sqlite/dist/
H A Dsqlite3.h694 ** The xFileControl() method is a generic interface that allows custom
699 ** write return values. Potential uses for xFileControl() might be
705 ** Applications that define a custom xFileControl method should use opcodes
763 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
782 ** These integer constants are opcodes for the xFileControl method
789 ** opcode causes the xFileControl method to write the current state of
996 ** opcode causes the xFileControl method to swap the file handle with the one
6711 ** xFileControl method for the [sqlite3_io_methods] object associated
6720 ** the xFileControl method. ^The return value of the xFileControl
[all...]
H A Dsqlite3.c971 ** The xFileControl() method is a generic interface that allows custom
976 ** write return values. Potential uses for xFileControl() might be
982 ** Applications that define a custom xFileControl method should use opcodes
1040 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
1059 ** These integer constants are opcodes for the xFileControl method
1066 ** opcode causes the xFileControl method to write the current state of
1273 ** opcode causes the xFileControl method to swap the file handle with the one
6988 ** xFileControl method for the [sqlite3_io_methods] object associated
6997 ** the xFileControl method. ^The return value of the xFileControl
[all...]

Completed in 522 milliseconds