OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VdbeCursor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h
43
struct
VdbeCursor
{
84
typedef struct
VdbeCursor
VdbeCursor
;
115
VdbeCursor
**apCsr; /* Array of Vdbe cursors for parent frame */
128
** A value for
VdbeCursor
.cacheValid that means the cache is always invalid.
286
VdbeCursor
**apCsr; /* One element of this array for each open cursor */
290
u32 cacheCtr; /*
VdbeCursor
row cache generation counter */
337
void sqlite3VdbeFreeCursor(Vdbe *,
VdbeCursor
*);
339
int sqlite3VdbeCursorMoveto(
VdbeCursor
*);
350
int sqlite3VdbeIdxKeyCompare(
VdbeCursor
*,UnpackedRecord*,int*)
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 1554 milliseconds