Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c5591 typedef struct completion_cursor completion_cursor; typedef
5592 struct completion_cursor { struct
5593 sqlite3_vtab_cursor base; /* Base class - must be first */
5594 sqlite3 *db; /* Database connection for this cursor */
5595 int nPrefix, nLine; /* Number of bytes in zPrefix and zLine */
5596 char *zPrefix; /* The prefix for the word we want to complete */
5597 char *zLine; /* The whole that we want to complete */
5598 const char *zCurrentRow; /* Current output row */
5599 int szRow; /* Length of the zCurrentRow string */
5600 sqlite3_stmt *pStmt; /* Current statement */
[all …]
/external/sqlite/dist/
Dshell.c5596 typedef struct completion_cursor completion_cursor; typedef
5597 struct completion_cursor { struct
5598 sqlite3_vtab_cursor base; /* Base class - must be first */
5599 sqlite3 *db; /* Database connection for this cursor */
5600 int nPrefix, nLine; /* Number of bytes in zPrefix and zLine */
5601 char *zPrefix; /* The prefix for the word we want to complete */
5602 char *zLine; /* The whole that we want to complete */
5603 const char *zCurrentRow; /* Current output row */
5604 int szRow; /* Length of the zCurrentRow string */
5605 sqlite3_stmt *pStmt; /* Current statement */
[all …]