Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DvdbeInt.h46 typedef struct VdbeOp Op; typedef
173 Op *aOp; /* Program instructions for parent frame */
445 Op *aOp; /* Space to hold the virtual machine's program */
572 int sqlite3VdbeNextOpcode(Vdbe*,Mem*,int,int*,int*,Op**);
573 char *sqlite3VdbeDisplayP4(sqlite3*,Op*);
576 char *sqlite3VdbeDisplayComment(sqlite3*,const Op*,const char*);
H A Dvdbeaux.c190 assert( nOp<=(int)(1024/sizeof(Op)) ); in growOpArray()
195 v->nOpAlloc = p->szOpAlloc/sizeof(Op); in growOpArray()
641 static Op *opIterNext(VdbeOpIter *p){ in opIterNext()
643 Op *pRet = 0; in opIterNext()
644 Op *aOp; in opIterNext()
714 Op *pOp; in sqlite3VdbeAssertMayAbort()
812 Op *pOp; in resolveP2Values()
1282 Op *pOp = &aOp[nOp-1]; in vdbeFreeOpArray()
1393 Op *pOp, in vdbeChangeP4Full()
1411 Op *pOp; in sqlite3VdbeChangeP4()
[all …]
H A Dvdbevtab.c39 Op *aOp; /* Operand array */
200 Op *pOp = pCur->aOp + pCur->iAddr; in bytecodevtabColumn()
269 Op *aOp = pCur->aOp; in bytecodevtabColumn()
H A Dvdbe.c134 static void test_trace_breakpoint(int pc, Op *pOp, Vdbe *v){ in test_trace_breakpoint()
678 static u64 filterHash(const Mem *aMem, const Op *pOp){ in filterHash()
718 Op *aOp = p->aOp; /* Copy of p->aOp */ in sqlite3VdbeExec()
719 Op *pOp = aOp; /* Current operation */ in sqlite3VdbeExec()
721 Op *pOrigOp; /* Value of pOp at the top of the loop */ in sqlite3VdbeExec()
/sqlite-3.40.0/autoconf/tea/win/
H A Dmakefile.vc222 cdebug = -O2 -Op -Gs
H A Drules.vc134 !if [nmakehlp -c -Op]
135 OPTIMIZATIONS = $(OPTIMIZATIONS) -Op