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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1378 int function (sqlite3_vtab_cursor*, sqlite3_int64 *pRowid) xRowid;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c5950 static int seriesRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid){ argument
5953 *pRowid = (sqlite3_int64)((n<LARGEST_UINT64)? n+1 : 0);
7899 static int fsdirRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid){ argument
7901 *pRowid = pCur->iRowid;
8448 static int completionRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid){ argument
8450 *pRowid = pCur->iRowid;
10863 sqlite_int64 *pRowid
10885 (void)pRowid;
12362 sqlite_int64 *pRowid
12367 (void)pRowid;
12426 expertRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid) argument
15151 dbdataRowid(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
[all...]
H A Dsqlite3.h7306 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
H A Dsqlite3.c7619 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
56488 sqlite3RowSetNext(RowSet *p, i64 *pRowid) argument
105351 bytecodevtabRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid) argument
153252 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
187969 fts3RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
195817 sqlite3_value *pRowid = apVal[p->nColumn+3]; local
195917 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value *pRowid, u32 *aSz, int *pbFound ) argument
197293 fts3IsEmpty(Fts3Table *p, sqlite3_value *pRowid, int *pisEmpty) argument
200472 fts3DeleteByRowid( Fts3Table *p, sqlite3_value *pRowid, int *pnChng, u32 *aSzDel ) argument
208197 jsonEachRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid) argument
210234 rtreeRowid(sqlite3_vtab_cursor *pVtabCursor, sqlite_int64 *pRowid) argument
222560 statRowid(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
222911 dbpageRowid(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
249108 fts5RowidMethod(sqlite3_vtab_cursor *pCursor, sqlite_int64 *pRowid) argument
255571 stmtRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid) argument
[all...]

Completed in 919 milliseconds