Home | History | Annotate | Download | only in fts3

Lines Matching refs:pCursor

206 static int fts3auxCloseMethod(sqlite3_vtab_cursor *pCursor){
207 Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab;
208 Fts3auxCursor *pCsr = (Fts3auxCursor *)pCursor;
238 static int fts3auxNextMethod(sqlite3_vtab_cursor *pCursor){
239 Fts3auxCursor *pCsr = (Fts3auxCursor *)pCursor;
240 Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab;
333 sqlite3_vtab_cursor *pCursor, /* The cursor used for this query */
339 Fts3auxCursor *pCsr = (Fts3auxCursor *)pCursor;
340 Fts3Table *pFts3 = ((Fts3auxTable *)pCursor->pVtab)->pFts3Tab;
385 if( rc==SQLITE_OK ) rc = fts3auxNextMethod(pCursor);
392 static int fts3auxEofMethod(sqlite3_vtab_cursor *pCursor){
393 Fts3auxCursor *pCsr = (Fts3auxCursor *)pCursor;
401 sqlite3_vtab_cursor *pCursor, /* Cursor to retrieve value from */
405 Fts3auxCursor *p = (Fts3auxCursor *)pCursor;
429 sqlite3_vtab_cursor *pCursor, /* Cursor to retrieve value from */
432 Fts3auxCursor *pCsr = (Fts3auxCursor *)pCursor;