Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:pQuery

62844       Mem *pQuery;
67998 Mem *pQuery;
68008 u.ci.pQuery = &aMem[pOp->p3];
68009 u.ci.pArgc = &u.ci.pQuery[1];
68011 assert( memIsValid(u.ci.pQuery) );
68012 REGISTER_TRACE(pOp->p3, u.ci.pQuery);
68019 assert( (u.ci.pQuery->flags&MEM_Int)!=0 && u.ci.pArgc->flags==MEM_Int );
68021 u.ci.iQuery = (int)u.ci.pQuery->u.i;