Searched defs:completion_cursor (Results 1 – 4 of 4) sorted by relevance
8174 typedef struct completion_cursor completion_cursor; typedef8175 struct completion_cursor { struct8176 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 …]
6870 typedef struct completion_cursor completion_cursor; typedef6871 struct completion_cursor { struct6872 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 …]
8169 typedef struct completion_cursor completion_cursor; typedef8170 struct completion_cursor { struct8171 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 …]
6877 typedef struct completion_cursor completion_cursor; typedef6878 struct completion_cursor { struct6879 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 …]