Searched defs:pRowid (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c6143 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
46624 sqlite3RowSetNext(RowSet *p, i64 *pRowid) argument
124052 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
148553 fts3RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
156287 sqlite3_value *pRowid = apVal[p->nColumn+3]; local
156387 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value *pRowid, u32 *aSz, int *pbFound ) argument
157724 fts3IsEmpty(Fts3Table *p, sqlite3_value *pRowid, int *pisEmpty) argument
160796 fts3DeleteByRowid( Fts3Table *p, sqlite3_value *pRowid, int *pnChng, u32 *aSzDel ) argument
165060 rtreeRowid(sqlite3_vtab_cursor *pVtabCursor, sqlite_int64 *pRowid) argument
174124 statRowid(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
180896 jsonEachRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid) argument
196917 fts5RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c6143 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
46624 sqlite3RowSetNext(RowSet *p, i64 *pRowid) argument
124052 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
148553 fts3RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
156299 sqlite3_value *pRowid = apVal[p->nColumn+3]; local
156399 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value *pRowid, u32 *aSz, int *pbFound ) argument
157736 fts3IsEmpty(Fts3Table *p, sqlite3_value *pRowid, int *pisEmpty) argument
160808 fts3DeleteByRowid( Fts3Table *p, sqlite3_value *pRowid, int *pnChng, u32 *aSzDel ) argument
165072 rtreeRowid(sqlite3_vtab_cursor *pVtabCursor, sqlite_int64 *pRowid) argument
174136 statRowid(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
180908 jsonEachRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid) argument
196929 fts5RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
[all...]

Completed in 532 milliseconds