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

/external/sqlite/dist/orig/
H A Dsqlite3.c5711 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
41403 sqlite3RowSetNext(RowSet *p, i64 *pRowid) argument
114098 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
136262 fts3RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
143914 sqlite3_value *pRowid = apVal[p->nColumn+3]; local
144014 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value *pRowid, u32 *aSz, int *pbFound ) argument
145343 fts3IsEmpty(Fts3Table *p, sqlite3_value *pRowid, int *pisEmpty) argument
148411 fts3DeleteByRowid( Fts3Table *p, sqlite3_value *pRowid, int *pnChng, u32 *aSzDel ) argument
152369 rtreeRowid(sqlite3_vtab_cursor *pVtabCursor, sqlite_int64 *pRowid) argument
155830 statRowid(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c5711 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
41421 sqlite3RowSetNext(RowSet *p, i64 *pRowid) argument
114116 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
136280 fts3RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
143944 sqlite3_value *pRowid = apVal[p->nColumn+3]; local
144044 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value *pRowid, u32 *aSz, int *pbFound ) argument
145373 fts3IsEmpty(Fts3Table *p, sqlite3_value *pRowid, int *pisEmpty) argument
148441 fts3DeleteByRowid( Fts3Table *p, sqlite3_value *pRowid, int *pnChng, u32 *aSzDel ) argument
152399 rtreeRowid(sqlite3_vtab_cursor *pVtabCursor, sqlite_int64 *pRowid) argument
155860 statRowid(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
[all...]

Completed in 310 milliseconds