OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xFileControl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
794
** The
xFileControl
() method is a generic interface that allows custom
799
** write return values. Potential uses for
xFileControl
() might be
805
** Applications that define a custom
xFileControl
method should use opcodes
865
int (*
xFileControl
)(sqlite3_file*, int op, void *pArg);
884
** These integer constants are opcodes for the
xFileControl
method
891
** opcode causes the
xFileControl
method to write the current state of
1107
** opcode causes the
xFileControl
method to swap the file handle with the one
1142
** except for calls to the xWrite method and the
xFileControl
method
8619
**
xFileControl
method for the [sqlite3_io_methods] object associated
8628
** the
xFileControl
method. ^The return value of the xFileContro
[
all
...]
sqlite3.c
1115
** The
xFileControl
() method is a generic interface that allows custom
1120
** write return values. Potential uses for
xFileControl
() might be
1126
** Applications that define a custom
xFileControl
method should use opcodes
1186
int (*
xFileControl
)(sqlite3_file*, int op, void *pArg);
1205
** These integer constants are opcodes for the
xFileControl
method
1212
** opcode causes the
xFileControl
method to write the current state of
1428
** opcode causes the
xFileControl
method to swap the file handle with the one
1463
** except for calls to the xWrite method and the
xFileControl
method
8940
**
xFileControl
method for the [sqlite3_io_methods] object associated
8949
** the
xFileControl
method. ^The return value of the xFileContro
[
all
...]
Completed in 125 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026