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

/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c37369 sqlite3RowSetNext(RowSet *p, i64 *pRowid) argument
98855 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
116967 fts3RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
123116 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value *pRowid, u32 *aSz ) argument
124384 fts3IsEmpty(Fts3Table *p, sqlite3_value *pRowid, int *pisEmpty) argument
125348 fts3DeleteByRowid( Fts3Table *p, sqlite3_value *pRowid, int *pnDoc, u32 *aSzDel ) argument
128158 rtreeRowid(sqlite3_vtab_cursor *pVtabCursor, sqlite_int64 *pRowid) argument
[all...]
/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.c38105 sqlite3RowSetNext(RowSet *p, i64 *pRowid) argument
102845 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
122335 fts3RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
129574 sqlite3_value *pRowid = apVal[p->nColumn+3]; local
129674 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value *pRowid, u32 *aSz, int *pbFound ) argument
130987 fts3IsEmpty(Fts3Table *p, sqlite3_value *pRowid, int *pisEmpty) argument
133836 fts3DeleteByRowid( Fts3Table *p, sqlite3_value *pRowid, int *pnChng, u32 *aSzDel ) argument
137474 rtreeRowid(sqlite3_vtab_cursor *pVtabCursor, sqlite_int64 *pRowid) argument
[all...]

Completed in 692 milliseconds