OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VDBE_MAGIC_INIT
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h
329
#define
VDBE_MAGIC_INIT
0x26bceaa5 /* Building a VDBE program */
vdbeaux.c
46
p->magic =
VDBE_MAGIC_INIT
;
143
assert( p->magic==
VDBE_MAGIC_INIT
);
237
assert( p->magic==
VDBE_MAGIC_INIT
);
257
assert( p->magic==
VDBE_MAGIC_INIT
);
446
assert( p->magic==
VDBE_MAGIC_INIT
);
480
assert( p->magic==
VDBE_MAGIC_INIT
);
708
assert( p->magic==
VDBE_MAGIC_INIT
);
831
assert( p->magic==
VDBE_MAGIC_INIT
);
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 48 milliseconds