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_vfs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
588
** in the 4th parameter to the [
sqlite3_vfs
.xOpen] method.
739
** [
sqlite3_vfs
| OS interface layer]. Individual OS interface
754
** Every file opened by the [
sqlite3_vfs
.xOpen] method populates an
760
** If the [
sqlite3_vfs
.xOpen] method sets the sqlite3_file.pMethods element
762
** may be invoked even if the [
sqlite3_vfs
.xOpen] reported that it failed. The
763
** only way to prevent a call to xClose following a failed [
sqlite3_vfs
.xOpen]
764
** is for the [
sqlite3_vfs
.xOpen] to set the sqlite3_file.pMethods element
1024
** of type "[
sqlite3_vfs
] **". This opcode will set *X
1345
** An instance of the
sqlite3_vfs
object defines the interface between
1356
** may be appended to the
sqlite3_vfs
object and the iVersion valu
1511
typedef struct
sqlite3_vfs
sqlite3_vfs
;
typedef in typeref:struct:sqlite3_vfs
1513
struct
sqlite3_vfs
{
struct
[
all
...]
sqlite3.c
909
** in the 4th parameter to the [
sqlite3_vfs
.xOpen] method.
1060
** [
sqlite3_vfs
| OS interface layer]. Individual OS interface
1075
** Every file opened by the [
sqlite3_vfs
.xOpen] method populates an
1081
** If the [
sqlite3_vfs
.xOpen] method sets the sqlite3_file.pMethods element
1083
** may be invoked even if the [
sqlite3_vfs
.xOpen] reported that it failed. The
1084
** only way to prevent a call to xClose following a failed [
sqlite3_vfs
.xOpen]
1085
** is for the [
sqlite3_vfs
.xOpen] to set the sqlite3_file.pMethods element
1345
** of type "[
sqlite3_vfs
] **". This opcode will set *X
1666
** An instance of the
sqlite3_vfs
object defines the interface between
1677
** may be appended to the
sqlite3_vfs
object and the iVersion valu
1832
typedef struct
sqlite3_vfs
sqlite3_vfs
;
typedef in typeref:struct:sqlite3_vfs
1834
struct
sqlite3_vfs
{
struct
[
all
...]
Completed in 101 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026