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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c16485 int nOp; /* Elements in aOp[] */ member in struct:SubProgram
16846 SQLITE_PRIVATE VdbeOp *sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp,int iLineno);
23216 int nOp; /* Size of aOp array */ member in struct:VdbeFrame
23485 int nOp; /* Number of instructions in the program */ member in struct:Vdbe
84534 growOpArray(Vdbe *v, int nOp) argument
85078 int nOp; local
85501 sqlite3VdbeAddOpList( Vdbe *p, int nOp, VdbeOpList const *aOp, int iLineno ) argument
85785 vdbeFreeOpArray(sqlite3 *db, Op *aOp, int nOp) argument
86859 int nOp = p->nOp; local
92245 int nOp; local
[all...]

Completed in 420 milliseconds