Home | History | Annotate | Download | only in dist

Lines Matching defs:az

65194     } az;
68176 #if 0 /* local variables moved into u.az */
68178 #endif /* local variables moved into u.az */
68180 u.az.pCx = allocateCursor(p, pOp->p1, pOp->p2, -1, 1);
68181 if( u.az.pCx==0 ) goto no_mem;
68182 u.az.pCx->pKeyInfo = pOp->p4.pKeyInfo;
68183 u.az.pCx->pKeyInfo->enc = ENC(p->db);
68184 u.az.pCx->isSorter = 1;
68185 rc = sqlite3VdbeSorterInit(db, u.az.pCx);
84708 static const char * const az[] = { "BEGIN", "RELEASE", "ROLLBACK" };
84711 if( !v || sqlite3AuthCheck(pParse, SQLITE_SAVEPOINT, az[op], zName, 0) ){