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

/external/sqlite/dist/orig/
H A Dsqlite3.c5516 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
38245 sqlite3RowSetNext(RowSet *p, i64 *pRowid) argument
101039 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
119659 fts3RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
125910 sqlite3_value *pRowid = apVal[p->nColumn+3]; local
126010 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value *pRowid, u32 *aSz ) argument
127294 fts3IsEmpty(Fts3Table *p, sqlite3_value *pRowid, int *pisEmpty) argument
128407 fts3DeleteByRowid( Fts3Table *p, sqlite3_value *pRowid, int *pnDoc, u32 *aSzDel ) argument
131242 rtreeRowid(sqlite3_vtab_cursor *pVtabCursor, sqlite_int64 *pRowid) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c5516 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
38258 sqlite3RowSetNext(RowSet *p, i64 *pRowid) argument
101052 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
119687 fts3RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
125941 sqlite3_value *pRowid = apVal[p->nColumn+3]; local
126041 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value *pRowid, u32 *aSz ) argument
127325 fts3IsEmpty(Fts3Table *p, sqlite3_value *pRowid, int *pisEmpty) argument
128438 fts3DeleteByRowid( Fts3Table *p, sqlite3_value *pRowid, int *pnDoc, u32 *aSzDel ) argument
131273 rtreeRowid(sqlite3_vtab_cursor *pVtabCursor, sqlite_int64 *pRowid) argument
[all...]

Completed in 278 milliseconds