OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_io_methods
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
634
** The xDeviceCharacteristics method of the [
sqlite3_io_methods
]
637
** device that holds the file that the [
sqlite3_io_methods
]
693
** of an [
sqlite3_io_methods
] object. These values are ordered from
709
** [
sqlite3_io_methods
] object it uses a combination of
743
** [
sqlite3_io_methods
] object that defines methods for performing
748
const struct
sqlite3_io_methods
*pMethods; /* Methods for an open file */
761
** to a non-NULL pointer, then the
sqlite3_io_methods
.xClose method
853
typedef struct
sqlite3_io_methods
sqlite3_io_methods
;
typedef in typeref:struct:sqlite3_io_methods
854
struct
sqlite3_io_methods
{
struct
[
all
...]
sqlite3.c
955
** The xDeviceCharacteristics method of the [
sqlite3_io_methods
]
958
** device that holds the file that the [
sqlite3_io_methods
]
1014
** of an [
sqlite3_io_methods
] object. These values are ordered from
1030
** [
sqlite3_io_methods
] object it uses a combination of
1064
** [
sqlite3_io_methods
] object that defines methods for performing
1069
const struct
sqlite3_io_methods
*pMethods; /* Methods for an open file */
1082
** to a non-NULL pointer, then the
sqlite3_io_methods
.xClose method
1174
typedef struct
sqlite3_io_methods
sqlite3_io_methods
;
typedef in typeref:struct:sqlite3_io_methods
1175
struct
sqlite3_io_methods
{
struct
[
all
...]
Completed in 58 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026