Searched refs:pRowid (Results 1 - 3 of 3) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 3491 static int seriesRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid){ in seriesRowid() argument 3493 *pRowid = pCur->iRowid; in seriesRowid() 5446 static int fsdirRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid){ in fsdirRowid() argument 5448 *pRowid = pCur->iRowid; in fsdirRowid() 5994 static int completionRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid){ in completionRowid() argument 5996 *pRowid = pCur->iRowid; in completionRowid() 8388 sqlite_int64 *pRowid in zipfileUpdate() 9882 sqlite_int64 *pRowid in expertUpdate() 9887 (void)pRowid; in expertUpdate() 9946 static int expertRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid){ in expertRowid() argument 12300 dbdataRowid(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) dbdataRowid() argument [all...] |
H A D | sqlite3.c | 7411 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid); 55225 sqlite3RowSetNext(RowSet *p, i64 *pRowid) global() argument 102846 bytecodevtabRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid) global() argument 149024 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) global() argument 183075 fts3RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) global() argument 190851 sqlite3_value *pRowid = apVal[p->nColumn+3]; global() local 190951 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value *pRowid, u32 *aSz, int *pbFound ) global() argument 192327 fts3IsEmpty(Fts3Table *p, sqlite3_value *pRowid, int *pisEmpty) global() argument 195491 fts3DeleteByRowid( Fts3Table *p, sqlite3_value *pRowid, int *pnChng, u32 *aSzDel ) global() argument 200678 jsonEachRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid) global() argument 202654 rtreeRowid(sqlite3_vtab_cursor *pVtabCursor, sqlite_int64 *pRowid) global() argument 215044 statRowid(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) global() argument 215387 dbpageRowid(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) global() argument 238252 fts5RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) global() argument 244450 stmtRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid) global() argument [all...] |
/third_party/sqlite/include/ |
H A D | sqlite3.h | 7102 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
|
Completed in 172 milliseconds