Searched refs:xNext (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 7699 int (*xNext)(sqlite3_vtab_cursor*); member
|
| H A D | sqlite3.c | 8020 int (*xNext)(sqlite3_vtab_cursor*); member 105072 assert( pModule->xNext ); 105080 rc = pModule->xNext(pCur->uc.pVCur); 193125 int (*xNext)( member 200610 rc = pModule->xNext(pCursor, &zToken, &nToken, &iStart, &iEnd, &iPosition); 200739 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos); 203089 while( SQLITE_OK==p->xNext(pCsr, &zToken, &nToken, &iStart, &iEnd, &iPos) ){ 203840 rc = pTab->pMod->xNext(pCsr->pCsr, 204814 int (*xNext)(sqlite3_tokenizer_cursor *pCursor, local 204832 xNext = pModule->xNext; [all …]
|