Home
last modified time | relevance | path

Searched refs:sqlite3Fts5HashScanEof (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c242067 static int sqlite3Fts5HashScanEof(Fts5Hash*);
250055 assert( !sqlite3Fts5HashScanEof(p) );
250059 static int sqlite3Fts5HashScanEof(Fts5Hash *p){ function
255714 while( p->rc==SQLITE_OK && 0==sqlite3Fts5HashScanEof(pHash) ){