Searched refs:piRowid (Results 1 – 1 of 1) sorted by relevance
221396 static int rtreeNewRowid(Rtree *pRtree, i64 *piRowid){ argument221402 *piRowid = sqlite3_last_insert_rowid(pRtree->db);256882 static void fts5NextRowid(Fts5Buffer *pBuf, int *piOff, i64 *piRowid){ argument256889 *piRowid += iVal;260216 sqlite_int64 *piRowid argument260219 *piRowid = pCsr->iRowid;262236 i64 *piRowid argument262240 rc = sqlite3Fts5StorageContentInsert(pTab->pStorage, 0, apVal, piRowid);262243 rc = sqlite3Fts5StorageIndexInsert(pTab->pStorage, apVal, *piRowid);265215 static int fts5StorageNewRowid(Fts5Storage *p, i64 *piRowid){ argument[all …]