Home
last modified time | relevance | path

Searched defs:completion_cursor (Results 1 – 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c2928 typedef struct completion_cursor completion_cursor; typedef
2929 struct completion_cursor { struct
2930 sqlite3_vtab_cursor base; /* Base class - must be first */
2931 sqlite3 *db; /* Database connection for this cursor */
2932 int nPrefix, nLine; /* Number of bytes in zPrefix and zLine */
2933 char *zPrefix; /* The prefix for the word we want to complete */
2934 char *zLine; /* The whole that we want to complete */
2935 const char *zCurrentRow; /* Current output row */
2936 sqlite3_stmt *pStmt; /* Current statement */
2937 sqlite3_int64 iRowid; /* The rowid */
[all …]
/external/sqlite/dist/
Dshell.c2934 typedef struct completion_cursor completion_cursor; typedef
2935 struct completion_cursor { struct
2936 sqlite3_vtab_cursor base; /* Base class - must be first */
2937 sqlite3 *db; /* Database connection for this cursor */
2938 int nPrefix, nLine; /* Number of bytes in zPrefix and zLine */
2939 char *zPrefix; /* The prefix for the word we want to complete */
2940 char *zLine; /* The whole that we want to complete */
2941 const char *zCurrentRow; /* Current output row */
2942 sqlite3_stmt *pStmt; /* Current statement */
2943 sqlite3_int64 iRowid; /* The rowid */
[all …]