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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4787 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
H A Dsqlite3.c5340 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
37369 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-11-stable/contrib/sqlite3/
H A Dshell.c2914 static int fsdirRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid){ argument
2916 *pRowid = pCur->iRowid;
3454 static int completionRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid){ argument
3456 *pRowid = pCur->iRowid;
5641 static int seriesRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid){ argument
5643 *pRowid = pCur->iRowid;
7413 sqlite_int64 *pRowid
8882 sqlite_int64 *pRowid
8887 (void)pRowid;
8946 static int expertRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid){ argument
11137 dbdataRowid(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
[all...]
H A Dsqlite3.h6793 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
H A Dsqlite3.c7856 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
51891 sqlite3RowSetNext(RowSet *p, i64 *pRowid) argument
97814 bytecodevtabRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid) argument
141084 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
173437 fts3RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
181189 sqlite3_value *pRowid = apVal[p->nColumn+3]; local
181289 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value *pRowid, u32 *aSz, int *pbFound ) argument
182657 fts3IsEmpty(Fts3Table *p, sqlite3_value *pRowid, int *pisEmpty) argument
185812 fts3DeleteByRowid( Fts3Table *p, sqlite3_value *pRowid, int *pnChng, u32 *aSzDel ) argument
190891 jsonEachRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid) argument
192888 rtreeRowid(sqlite3_vtab_cursor *pVtabCursor, sqlite_int64 *pRowid) argument
205111 statRowid(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
205447 dbpageRowid(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
227939 fts5RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
234127 stmtRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid) argument
[all...]

Completed in 1036 milliseconds