Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dshell.c8174 typedef struct completion_cursor completion_cursor; typedef
8175 struct completion_cursor { struct
8176 sqlite3_vtab_cursor base; /* Base class - must be first */
8177 sqlite3 *db; /* Database connection for this cursor */
8178 int nPrefix, nLine; /* Number of bytes in zPrefix and zLine */
8179 char *zPrefix; /* The prefix for the word we want to complete */
8180 char *zLine; /* The whole that we want to complete */
8181 const char *zCurrentRow; /* Current output row */
8182 int szRow; /* Length of the zCurrentRow string */
8183 sqlite3_stmt *pStmt; /* Current statement */
[all …]
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dshell.c8169 typedef struct completion_cursor completion_cursor; typedef
8170 struct completion_cursor { struct
8171 sqlite3_vtab_cursor base; /* Base class - must be first */
8172 sqlite3 *db; /* Database connection for this cursor */
8173 int nPrefix, nLine; /* Number of bytes in zPrefix and zLine */
8174 char *zPrefix; /* The prefix for the word we want to complete */
8175 char *zLine; /* The whole that we want to complete */
8176 const char *zCurrentRow; /* Current output row */
8177 int szRow; /* Length of the zCurrentRow string */
8178 sqlite3_stmt *pStmt; /* Current statement */
[all …]