Searched refs:piRowid (Results 1 – 1 of 1) sorted by relevance
221018 static int rtreeNewRowid(Rtree *pRtree, i64 *piRowid){ argument221024 *piRowid = sqlite3_last_insert_rowid(pRtree->db);256139 static void fts5NextRowid(Fts5Buffer *pBuf, int *piOff, i64 *piRowid){ argument256146 *piRowid += iVal;259466 sqlite_int64 *piRowid argument259469 *piRowid = pCsr->iRowid;261486 i64 *piRowid argument261490 rc = sqlite3Fts5StorageContentInsert(pTab->pStorage, 0, apVal, piRowid);261493 rc = sqlite3Fts5StorageIndexInsert(pTab->pStorage, apVal, *piRowid);264468 static int fts5StorageNewRowid(Fts5Storage *p, i64 *piRowid){ argument[all …]