OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_io_methods
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
memjournal.c
62
sqlite3_io_methods
*pMethod; /* Parent class. MUST BE FIRST */
216
static const struct
sqlite3_io_methods
MemJournalMethods = {
243
p->pMethod = (
sqlite3_io_methods
*)&MemJournalMethods;
journal.c
36
sqlite3_io_methods
*pMethod; /* I/O methods on journal files */
172
static struct
sqlite3_io_methods
JournalFileMethods = {
sqlite.h.in
486
** The xDeviceCharacteristics method of the [
sqlite3_io_methods
]
489
** device that holds the file that the [
sqlite3_io_methods
]
521
** of an [
sqlite3_io_methods
] object.
533
** [
sqlite3_io_methods
] object it uses a combination of
567
** [
sqlite3_io_methods
] object that defines methods for performing
572
const struct
sqlite3_io_methods
*pMethods; /* Methods for an open file */
585
** to a non-NULL pointer, then the
sqlite3_io_methods
.xClose method
664
typedef struct
sqlite3_io_methods
sqlite3_io_methods
;
665
struct
sqlite3_io_methods
{
[
all
...]
test_devsym.c
104
static
sqlite3_io_methods
devsym_io_methods = {
test_vfs.c
193
static
sqlite3_io_methods
tvfs_io_methods = {
578
sqlite3_io_methods
*pMethods;
582
nByte = sizeof(
sqlite3_io_methods
);
584
nByte = offsetof(
sqlite3_io_methods
, xShmMap);
587
pMethods = (
sqlite3_io_methods
*)ckalloc(nByte);
[
all
...]
test6.c
127
const
sqlite3_io_methods
*pMethod; /* Must be first */
545
static const
sqlite3_io_methods
CrashFileVtab = {
test_onefile.c
208
static
sqlite3_io_methods
fs_io_methods = {
229
static
sqlite3_io_methods
tmp_io_methods = {
test_demovfs.c
398
static const
sqlite3_io_methods
demoio = {
os_unix.c
39
** * Definitions of
sqlite3_io_methods
objects for all locking
204
sqlite3_io_methods
const *pMethod; /* Always the first entry */
[
all
...]
test_multiplex.c
149
sqlite3_io_methods
sIoMethodsV1;
150
sqlite3_io_methods
sIoMethodsV2;
[
all
...]
test_quota.c
141
sqlite3_io_methods
sIoMethodsV1;
142
sqlite3_io_methods
sIoMethodsV2;
test_vfstrace.c
500
sqlite3_io_methods
*pNew = sqlite3_malloc( sizeof(*pNew) );
501
const
sqlite3_io_methods
*pSub = p->pReal->pMethods;
test_journal.c
188
static
sqlite3_io_methods
jt_io_methods = {
os_os2.c
68
const
sqlite3_io_methods
*pMethod; /* Always the first entry */
89
** by the
sqlite3_io_methods
object.
[
all
...]
os_win.c
102
const
sqlite3_io_methods
*pMethod; /*** Must be first ***/
621
** by the
sqlite3_io_methods
object.
[
all
...]
test_osinst.c
196
static
sqlite3_io_methods
vfslog_io_methods = {
[
all
...]
pager.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
491
** The xDeviceCharacteristics method of the [
sqlite3_io_methods
]
494
** device that holds the file that the [
sqlite3_io_methods
]
526
** of an [
sqlite3_io_methods
] object.
538
** [
sqlite3_io_methods
] object it uses a combination of
572
** [
sqlite3_io_methods
] object that defines methods for performing
577
const struct
sqlite3_io_methods
*pMethods; /* Methods for an open file */
590
** to a non-NULL pointer, then the
sqlite3_io_methods
.xClose method
669
typedef struct
sqlite3_io_methods
sqlite3_io_methods
;
typedef in typeref:struct:sqlite3_io_methods
670
struct
sqlite3_io_methods
{
struct
[
all
...]
sqlite3.c
1212
typedef struct
sqlite3_io_methods
sqlite3_io_methods
;
typedef in typeref:struct:sqlite3_io_methods
1213
struct
sqlite3_io_methods
{
struct
[
all
...]
/external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c
515
sqlite3_io_methods
*pMethod;
[
all
...]
Completed in 155 milliseconds