Searched defs:completion_cursor (Results 1 – 2 of 2) 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 …]
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 …]