Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c221396 static int rtreeNewRowid(Rtree *pRtree, i64 *piRowid){ argument
221402 *piRowid = sqlite3_last_insert_rowid(pRtree->db);
256882 static void fts5NextRowid(Fts5Buffer *pBuf, int *piOff, i64 *piRowid){ argument
256889 *piRowid += iVal;
260216 sqlite_int64 *piRowid argument
260219 *piRowid = pCsr->iRowid;
262236 i64 *piRowid argument
262240 rc = sqlite3Fts5StorageContentInsert(pTab->pStorage, 0, apVal, piRowid);
262243 rc = sqlite3Fts5StorageIndexInsert(pTab->pStorage, apVal, *piRowid);
265215 static int fts5StorageNewRowid(Fts5Storage *p, i64 *piRowid){ argument
[all …]