Home | History | Annotate | Download | only in orig

Lines Matching defs:VDBE_MAGIC_HALT

14238 #define VDBE_MAGIC_HALT     0x519c2973    /* VDBE has completed execution */
64667 p->magic = VDBE_MAGIC_HALT;
64748 ** virtual machine from VDBE_MAGIC_RUN or VDBE_MAGIC_HALT back to
64833 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){