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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h622 ** The xFileControl() method is a generic interface that allows custom
627 ** write return values. Potential uses for xFileControl() might be
633 ** Applications that define a custom xFileControl method should use opcodes
688 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
703 ** These integer constants are opcodes for the xFileControl method
708 ** opcode causes the xFileControl method to write the current state of
5532 ** xFileControl method for the [sqlite3_io_methods] object associated
5541 ** the xFileControl method. ^The return value of the xFileControl
5548 ** underlying sqlite3_io_methods.xFileControl metho
[all...]
H A Dsqlite3.c1175 ** The xFileControl() method is a generic interface that allows custom
1180 ** write return values. Potential uses for xFileControl() might be
1186 ** Applications that define a custom xFileControl method should use opcodes
1241 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
1256 ** These integer constants are opcodes for the xFileControl method
1261 ** opcode causes the xFileControl method to write the current state of
6085 ** xFileControl method for the [sqlite3_io_methods] object associated
6094 ** the xFileControl method. ^The return value of the xFileControl
6101 ** underlying sqlite3_io_methods.xFileControl metho
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h725 ** The xFileControl() method is a generic interface that allows custom
730 ** write return values. Potential uses for xFileControl() might be
736 ** Applications that define a custom xFileControl method should use opcodes
795 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
814 ** These integer constants are opcodes for the xFileControl method
821 ** opcode causes the xFileControl method to write the current state of
1038 ** opcode causes the xFileControl method to swap the file handle with the one
1068 ** except for calls to the xWrite method and the xFileControl method
7685 ** xFileControl method for the [sqlite3_io_methods] object associated
7694 ** the xFileControl metho
[all...]
H A Dshell.c3839 apndFileControl, /* xFileControl */
3983 rc = pFile->pMethods->xFileControl(pFile, op, pArg);
H A Dsqlite3.c1788 ** The xFileControl() method is a generic interface that allows custom
1793 ** write return values. Potential uses for xFileControl() might be
1799 ** Applications that define a custom xFileControl method should use opcodes
1858 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
1877 ** These integer constants are opcodes for the xFileControl method
1884 ** opcode causes the xFileControl method to write the current state of
2101 ** opcode causes the xFileControl method to swap the file handle with the one
2131 ** except for calls to the xWrite method and the xFileControl method
8748 ** xFileControl method for the [sqlite3_io_methods] object associated
8757 ** the xFileControl metho
[all...]

Completed in 912 milliseconds