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

/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h116 u16 nCursor; /* Number of entries in apCsr */ member in struct:VdbeFrame
282 u16 nCursor; /* Number of slots in apCsr[] */ member in struct:Vdbe
H A Dtest_fuzzer.c163 int nCursor; /* Number of active cursors */ member in struct:fuzzer_vtab
215 assert( p->nCursor==0 );
271 if( p->nCursor==0 && p->pNewRule ){
290 p->nCursor++;
332 pCur->pVtab->nCursor--;
H A Dvdbe.c222 assert( iCur<p->nCursor );
2110 assert( p1<p->nCursor );
3202 assert( pOp->p1>=0 && pOp->p1<p->nCursor );
3271 assert( pOp->p1>=0 && pOp->p1<p->nCursor );
3424 assert( pOp->p1>=0 && pOp->p1<p->nCursor );
3477 assert( pOp->p1>=0 && pOp->p1<p->nCursor );
3563 assert( pOp->p1>=0 && pOp->p1<p->nCursor );
3632 assert( pOp->p1>=0 && pOp->p1<p->nCursor );
3671 assert( pOp->p1>=0 && pOp->p1<p->nCursor );
3702 assert( pOp->p1>=0 && pOp->p1<p->nCursor );
[all...]
H A Dvdbeaux.c1405 ** re-executed (from a call to sqlite3_reset()). The nVar, nMem, nCursor
1408 ** is passed -1 and nMem, nCursor and isExplain are all passed zero.
1414 int nCursor, /* Number of cursors to allocate */
1433 ** cells (nMem+1-nCursor)..nMem, inclusive, will never be used by
1441 nMem += nCursor;
1478 p->apCsr = allocSpace(p->apCsr, nCursor*sizeof(VdbeCursor*),
1487 p->nCursor = (u16)nCursor;
1569 v->nCursor = pFrame->nCursor;
1410 sqlite3VdbeMakeReady( Vdbe *p, int nVar, int nMem, int nCursor, int nArg, int isExplain, int usesStmtJournal ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c13999 int nCursor; /* Number of entries in apCsr */ member in struct:VdbeFrame
14180 int nCursor; /* Number of slots in apCsr[] */ member in struct:Vdbe
63845 int nCursor; /* Number of cursors required */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13999 int nCursor; /* Number of entries in apCsr */ member in struct:VdbeFrame
14180 int nCursor; /* Number of slots in apCsr[] */ member in struct:Vdbe
63865 int nCursor; /* Number of cursors required */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12330 u16 nCursor; /* Number of entries in apCsr */ member in struct:VdbeFrame
12496 u16 nCursor; /* Number of slots in apCsr[] */ member in struct:Vdbe
58535 sqlite3VdbeMakeReady( Vdbe *p, int nVar, int nMem, int nCursor, int nArg, int isExplain, int usesStmtJournal ) argument
[all...]

Completed in 560 milliseconds