Home
last modified time | relevance | path

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

/external/sqlite/dist/sqlite-autoconf-3440300/
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 …]
/external/sqlite/dist/sqlite-autoconf-3420000/orig/
Dshell.c6870 typedef struct completion_cursor completion_cursor; typedef
6871 struct completion_cursor { struct
6872 sqlite3_vtab_cursor base; /* Base class - must be first */
6873 sqlite3 *db; /* Database connection for this cursor */
6874 int nPrefix, nLine; /* Number of bytes in zPrefix and zLine */
6875 char *zPrefix; /* The prefix for the word we want to complete */
6876 char *zLine; /* The whole that we want to complete */
6877 const char *zCurrentRow; /* Current output row */
6878 int szRow; /* Length of the zCurrentRow string */
6879 sqlite3_stmt *pStmt; /* Current statement */
[all …]
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
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 …]
/external/sqlite/dist/sqlite-autoconf-3420000/
Dshell.c6877 typedef struct completion_cursor completion_cursor; typedef
6878 struct completion_cursor { struct
6879 sqlite3_vtab_cursor base; /* Base class - must be first */
6880 sqlite3 *db; /* Database connection for this cursor */
6881 int nPrefix, nLine; /* Number of bytes in zPrefix and zLine */
6882 char *zPrefix; /* The prefix for the word we want to complete */
6883 char *zLine; /* The whole that we want to complete */
6884 const char *zCurrentRow; /* Current output row */
6885 int szRow; /* Length of the zCurrentRow string */
6886 sqlite3_stmt *pStmt; /* Current statement */
[all …]