Searched refs:iRow (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 421 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()
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.h | 7795 sqlite3_int64 iRow,
|
| H A D | sqlite3.c | 8108 sqlite3_int64 iRow, 102345 sqlite3VdbeMemSetInt64(&v->aMem[1], iRow); 102615 rc = blobSeekToRow(pBlob, iRow, &zErr); 102784 rc = blobSeekToRow(p, iRow, &zErr); 169760 i64 iRow; /* Current row */ 169798 p->iRow++; 169806 sqlite3_result_int64(pCtx, p->iRow+1); 169810 i64 iRow = p->iRow; 169814 if( iRow<iSmall ){ 248555 iRow = FTS5_SEGMENT_ROWID(pSeg->iSegid, iIdxLeaf); [all …]
|