Home
last modified time | relevance | path

Searched refs:VDBE_MAGIC_DEAD (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A DvdbeInt.h292 #define VDBE_MAGIC_DEAD 0xb606c3c8 /* The VDBE has been deallocated */ macro
H A Dvdbeaux.c1014 p->magic = VDBE_MAGIC_DEAD; in sqliteVdbeDelete()