OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nCursor
(Results
1 - 5
of
5
) 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
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 107 milliseconds