Searched refs:aOp (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c16484 VdbeOp *aOp; /* Array of opcodes for sub-program */ member in struct:SubProgram
16485 int nOp; /* Elements in aOp[] */
16846 SQLITE_PRIVATE VdbeOp *sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp,int iLineno);
19744 int szOpAlloc; /* Bytes of memory space allocated for Vdbe.aOp[] */
23204 Op *aOp; /* Program instructions for parent frame */ member in struct:VdbeFrame
23484 Op *aOp; /* Space to hold the virtual machine's program */ member in struct:Vdbe
53782 sqlite3BitvecBuiltinTest(int sz, int *aOp) argument
85077 Op *aOp; local
85482 VdbeOp *aOp = p->aOp; local
85501 sqlite3VdbeAddOpList( Vdbe *p, int nOp, VdbeOpList const *aOp, int iLineno ) argument
85785 vdbeFreeOpArray(sqlite3 *db, Op *aOp, int nOp) argument
86613 Op *aOp = 0; /* Opcode array */ local
86753 Op *aOp; /* Array of opcodes */ local
92244 VdbeOp *aOp; local
93415 Op *aOp = p->aOp; /* Copy of p->aOp */ local
102019 VdbeOp *aOp; local
105069 Op *aOp; /* Operand array */ member in struct:bytecodevtab_cursor
105304 Op *aOp = pCur->aOp; local
132626 VdbeOp *aOp; local
132686 VdbeOp *aOp; local
138285 VdbeOp *aOp; local
138550 VdbeOp *aOp; local
139889 VdbeOp *aOp; local
140016 VdbeOp *aOp; local
140037 VdbeOp *aOp; local
159309 } aOp[] = { local
169339 static int aOp[] = { OP_Ge, OP_Ge, OP_Gt, OP_Ge, OP_Ge }; local
[all...]
H A Dshell.c6351 char *aOp; /* Operators for the virtual machine */ member in struct:ReCompiled
6356 unsigned nState; /* Number of entries in aOp[] and aArg[] */
6357 unsigned nAlloc; /* Slots allocated for aOp[] and aArg[] */
6471 switch( pRe->aOp[x] ){
6539 if( pRe->aOp[x+j]==RE_OP_CC_VALUE ){
6553 if( pRe->aOp[x]==RE_OP_CC_EXC ) hit = !hit;
6562 while( pRe->aOp[x]==RE_OP_GOTO ) x += pRe->aArg[x];
6563 if( pRe->aOp[x]==RE_OP_ACCEPT ){ rc = 1; break; }
6573 char *aOp; local
6575 aOp
[all...]

Completed in 605 milliseconds