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

/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c421 sqlite_int64 iRow,
434 rc = sqlite3_blob_open(db, zDb, zTable, zColumn, iRow, !isReadonly, &pBlob);
2979 Tcl_WideInt iRow;
2996 rc = Tcl_GetWideIntFromObj(interp, objv[objc-1], &iRow);
3000 interp, pDb, zDb, zTable, zColumn, (sqlite3_int64)iRow, isReadonly
415 createIncrblobChannel( Tcl_Interp *interp, SqliteDb *pDb, const char *zDb, const char *zTable, const char *zColumn, sqlite_int64 iRow, int isReadonly ) argument
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1520 sqlite3_int64 iRow,
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7688 ** in row iRow, column zColumn, table zTable in database zDb;
7692 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
7717 ** <li> ^(Row iRow is not present in the table)^,
7718 ** <li> ^(The specified column of row iRow contains a value that is not
7770 sqlite3_int64 iRow,
H A Dsqlite3.c8001 ** in row iRow, column zColumn, table zTable in database zDb;
8005 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
8030 ** <li> ^(Row iRow is not present in the table)^,
8031 ** <li> ^(The specified column of row iRow contains a value that is not
8083 sqlite3_int64 iRow,
70726 invalidateIncrblobCursors( Btree *pBtree, Pgno pgnoRoot, i64 iRow, int isClearTable ) argument
101797 blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr) argument
101864 sqlite3_blob_open( sqlite3* db, const char *zDb, const char *zTable, const char *zColumn, sqlite_int64 iRow, int wrFlag, sqlite3_blob **ppBlob ) argument
102227 sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow) argument
168266 i64 iRow; /* Current row */ member in struct:NtileCtx
168316 i64 iRow = p->iRow; local
246608 i64 iRow; /* Rowid for this leaf */ local
[all...]

Completed in 787 milliseconds