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

  /external/chromium_org/third_party/sqlite/src/src/
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--;
vdbeInt.h 116 u16 nCursor; /* Number of entries in apCsr */
282 u16 nCursor; /* Number of slots in apCsr[] */
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 5540 milliseconds