Searched refs:xNext (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 7701 int (*xNext)(sqlite3_vtab_cursor*); member
|
| H A D | sqlite3.c | 8022 int (*xNext)(sqlite3_vtab_cursor*); member 105230 assert( pModule->xNext ); 105238 rc = pModule->xNext(pCur->uc.pVCur); 193422 int (*xNext)( member 200923 rc = pModule->xNext(pCursor, &zToken, &nToken, &iStart, &iEnd, &iPosition); 201052 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos); 203403 while( SQLITE_OK==p->xNext(pCsr, &zToken, &nToken, &iStart, &iEnd, &iPos) ){ 204154 rc = pTab->pMod->xNext(pCsr->pCsr, 205128 int (*xNext)(sqlite3_tokenizer_cursor *pCursor, local 205146 xNext = pModule->xNext; [all …]
|