Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c12849 u8 inVtabMethod; /* See comments above */ member
59889 p->inVtabMethod = 1;
59891 p->inVtabMethod = 0;
68278 if( u.bu.pVdbe->magic==VDBE_MAGIC_RUN && u.bu.pVdbe->inVtabMethod<2 && u.bu.pVdbe->pc>=0 ){
69291 p->inVtabMethod = 2;
69293 p->inVtabMethod = 0;
69396 p->inVtabMethod = 1;
69398 p->inVtabMethod = 0;
69504 p->inVtabMethod = 1;
69506 p->inVtabMethod = 0;