Searched refs:iRow (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 402 sqlite_int64 iRow, in createIncrblobChannel() argument 415 rc = sqlite3_blob_open(db, zDb, zTable, zColumn, iRow, !isReadonly, &pBlob); in createIncrblobChannel() 2948 Tcl_WideInt iRow; in DbObjCmd() 2965 rc = Tcl_GetWideIntFromObj(interp, objv[objc-1], &iRow); in DbObjCmd() 2969 interp, pDb, zDb, zTable, zColumn, (sqlite3_int64)iRow, isReadonly in DbObjCmd()
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 7395 sqlite3_int64 iRow,
|
| H A D | sqlite3.c | 7701 sqlite3_int64 iRow, 95238 v->aMem[1].u.i = iRow; 95509 rc = blobSeekToRow(pBlob, iRow, &zErr); 95676 rc = blobSeekToRow(p, iRow, &zErr); 156770 i64 iRow; /* Current row */ 156808 p->iRow++; 156816 sqlite3_result_int64(pCtx, p->iRow+1); 156820 i64 iRow = p->iRow; 156824 if( iRow<iSmall ){ 229030 iRow = FTS5_SEGMENT_ROWID(pSeg->iSegid, iIdxLeaf); [all …]
|