Home
last modified time | relevance | path

Searched refs:iRow (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c421 sqlite_int64 iRow, in createIncrblobChannel() argument
434 rc = sqlite3_blob_open(db, zDb, zTable, zColumn, iRow, !isReadonly, &pBlob); in createIncrblobChannel()
2979 Tcl_WideInt iRow; in DbObjCmd()
2996 rc = Tcl_GetWideIntFromObj(interp, objv[objc-1], &iRow); in DbObjCmd()
3000 interp, pDb, zDb, zTable, zColumn, (sqlite3_int64)iRow, isReadonly in DbObjCmd()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1520 sqlite3_int64 iRow,
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h7770 sqlite3_int64 iRow,
H A Dsqlite3.c8083 sqlite3_int64 iRow,
70729 i64 iRow, /* The rowid that might be changing */
70739 if( p->pgnoRoot==pgnoRoot && (isClearTable || p->info.nKey==iRow) ){
101797 static int blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr){
101805 sqlite3VdbeMemSetInt64(&v->aMem[1], iRow);
101847 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow);
101869 sqlite_int64 iRow, /* The row containing the glob */
102075 rc = blobSeekToRow(pBlob, iRow, &zErr);
102227 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
102244 rc = blobSeekToRow(p, iRow, &zErr);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d2767 int iRow;