HomeSort by relevance Sort by last modified time
    Searched refs:nCursor (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h 116 u16 nCursor; /* Number of entries in apCsr */
282 u16 nCursor; /* Number of slots in apCsr[] */
test_fuzzer.c 163 int nCursor; /* Number of active cursors */
215 assert( p->nCursor==0 );
271 if( p->nCursor==0 && p->pNewRule ){
290 p->nCursor++;
332 pCur->pVtab->nCursor--;
vdbe.c 222 assert( iCur<p->nCursor );
    [all...]
vdbeaux.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 455 milliseconds