Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c221018 static int rtreeNewRowid(Rtree *pRtree, i64 *piRowid){ argument
221024 *piRowid = sqlite3_last_insert_rowid(pRtree->db);
256139 static void fts5NextRowid(Fts5Buffer *pBuf, int *piOff, i64 *piRowid){ argument
256146 *piRowid += iVal;
259466 sqlite_int64 *piRowid argument
259469 *piRowid = pCsr->iRowid;
261486 i64 *piRowid argument
261490 rc = sqlite3Fts5StorageContentInsert(pTab->pStorage, 0, apVal, piRowid);
261493 rc = sqlite3Fts5StorageIndexInsert(pTab->pStorage, apVal, *piRowid);
264468 static int fts5StorageNewRowid(Fts5Storage *p, i64 *piRowid){ argument
[all …]