OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VDBE_MAGIC_RUN
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h
330
#define
VDBE_MAGIC_RUN
0xbdf20da3 /* VDBE is ready to execute */
vdbeaux.c
[
all
...]
vdbeapi.c
346
if( p->magic!=
VDBE_MAGIC_RUN
){
986
if( p->magic!=
VDBE_MAGIC_RUN
|| p->pc>=0 ){
[
all
...]
vdbe.c
573
assert( p->magic==
VDBE_MAGIC_RUN
); /* sqlite3_step() verifies this */
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 54 milliseconds