Searched refs:pRowid (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h2393 int (*xRowid)(sqlite3_vtab_cursor*, sqlite_int64 *pRowid);
/external/sqlite/dist/
H A Dshell.c424 static int schemaRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid){ argument
426 *pRowid = pCur->rowid;
H A Dsqlite3.h.orig4167 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
H A Dsqlite3.h4167 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
H A Dsqlite3.c.orig4691 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
[all...]
H A Dsqlite3.c4691 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
31394 sqlite3RowSetNext(RowSet *p, i64 *pRowid) argument
85411 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere ) argument
100657 fts3RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
108473 rtreeRowid(sqlite3_vtab_cursor *pVtabCursor, sqlite_int64 *pRowid) argument
[all...]

Completed in 379 milliseconds