Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:VDBE_MAGIC_HALT

12545 #define VDBE_MAGIC_HALT     0x519c2973    /* VDBE has completed execution */
59372 p->magic = VDBE_MAGIC_HALT;
59407 ** virtual machine from VDBE_MAGIC_RUN or VDBE_MAGIC_HALT back to
59488 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){