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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h666 ** The xFileControl() method is a generic interface that allows custom
671 ** write return values. Potential uses for xFileControl() might be
677 ** Applications that define a custom xFileControl method should use opcodes
732 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
750 ** These integer constants are opcodes for the xFileControl method
755 ** opcode causes the xFileControl method to write the current state of
5926 ** xFileControl method for the [sqlite3_io_methods] object associated
5935 ** the xFileControl method. ^The return value of the xFileControl
5942 ** underlying sqlite3_io_methods.xFileControl metho
[all...]
H A Dsqlite3.c1237 ** The xFileControl() method is a generic interface that allows custom
1242 ** write return values. Potential uses for xFileControl() might be
1248 ** Applications that define a custom xFileControl method should use opcodes
1303 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
1321 ** These integer constants are opcodes for the xFileControl method
1326 ** opcode causes the xFileControl method to write the current state of
6497 ** xFileControl method for the [sqlite3_io_methods] object associated
6506 ** the xFileControl method. ^The return value of the xFileControl
6513 ** underlying sqlite3_io_methods.xFileControl metho
[all...]
/freebsd-10.2-release/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...]

Completed in 691 milliseconds