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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h566 ** The xFileControl() method is a generic interface that allows custom
571 ** write return values. Potential uses for xFileControl() might be
577 ** Applications that define a custom xFileControl method should use opcodes
630 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
639 ** These integer constants are opcodes for the xFileControl method
644 ** opcode causes the xFileControl method to write the current state of
4877 ** xFileControl method for the [sqlite3_io_methods] object associated
4886 ** the xFileControl method. ^The return value of the xFileControl
4892 ** or [sqlite3_errmsg()]. The underlying xFileControl metho
[all...]
H A Dsqlite3.c1090 ** The xFileControl() method is a generic interface that allows custom
1095 ** write return values. Potential uses for xFileControl() might be
1101 ** Applications that define a custom xFileControl method should use opcodes
1154 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
1163 ** These integer constants are opcodes for the xFileControl method
1168 ** opcode causes the xFileControl method to write the current state of
5401 ** xFileControl method for the [sqlite3_io_methods] object associated
5410 ** the xFileControl method. ^The return value of the xFileControl
5416 ** or [sqlite3_errmsg()]. The underlying xFileControl metho
[all...]

Completed in 374 milliseconds