Searched refs:xNext (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | fts3_tokenizer.h | 129 int (*xNext)( member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | sqlite3.d | 1375 int function (sqlite3_vtab_cursor*) xNext;
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.h | 7303 int (*xNext)(sqlite3_vtab_cursor*); member
|
| H A D | sqlite3.c | 7616 int (*xNext)(sqlite3_vtab_cursor*); member 100997 assert( pModule->xNext ); 101005 rc = pModule->xNext(pCur->uc.pVCur); 184057 int (*xNext)( 191487 rc = pModule->xNext(pCursor, &zToken, &nToken, &iStart, &iEnd, &iPosition); 191601 rc = pModule->xNext(pCursor, &zByte, &nByte, &iBegin, &iEnd, &iPos); 193957 while( SQLITE_OK==p->xNext(pCsr, &zToken, &nToken, &iStart, &iEnd, &iPos) ){ 194708 rc = pTab->pMod->xNext(pCsr->pCsr, 195660 int (*xNext)(sqlite3_tokenizer_cursor *pCursor, 195678 xNext = pModule->xNext; [all …]
|