OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BtCursor
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
btree.h
40
typedef struct
BtCursor
BtCursor
;
143
BtCursor
*pCursor /* Space to write cursor structure */
146
void sqlite3BtreeCursorZero(
BtCursor
*);
148
int sqlite3BtreeCloseCursor(
BtCursor
*);
150
BtCursor
*,
156
int sqlite3BtreeCursorHasMoved(
BtCursor
*, int*);
157
int sqlite3BtreeDelete(
BtCursor
*);
158
int sqlite3BtreeInsert(
BtCursor
*, const void *pKey, i64 nKey,
161
int sqlite3BtreeFirst(
BtCursor
*, int *pRes)
[
all
...]
btreeInt.h
406
BtCursor
*pCursor; /* A list of all open cursors */
479
** particular database connection identified
BtCursor
.pBtree.db.
484
struct
BtCursor
{
487
BtCursor
*pNext, *pPrev; /* Forms a linked list of all cursors */
509
** Potential values for
BtCursor
.eState.
522
** in variables
BtCursor
.pKey and
BtCursor
.nKey. When a cursor is in
531
** should return the error code stored in
BtCursor
.skip
/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 206 milliseconds