Home
last modified time | relevance | path

Searched refs:nRec (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/security/cardpeek/cardpeek-0.8.4/dot_cardpeek_dir/scripts/calypso/
H A Dc376n3.lua300 local nRec
301 for nRec = 1, numRecords do
399 local nRec
400 for nRec = 1, numRecords do
415 local nRec, nCnt
568 local nRec
569 for nRec = 1, numRecords do
771 local nRec
773 RavKav_parseContract(CONTRACTS_REF, nRec, cntrAry[nRec])
897 local nRec
[all …]
H A Dc376n2.lua288 local nRec
289 for nRec = 1, numRecords do
387 local nRec
388 for nRec = 1, numRecords do
403 local nRec, nCnt
556 local nRec
557 for nRec = 1, numRecords do
759 local nRec
761 RavKav_parseContract(CONTRACTS_REF, nRec, cntrAry[nRec])
885 local nRec
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/inc/dbase/
H A DDIndex.hxx109 bool Insert(sal_uInt32 nRec, const ORowSetValue& rValue);
110 bool Update(sal_uInt32 nRec, const ORowSetValue&, const ORowSetValue&);
111 bool Delete(sal_uInt32 nRec, const ORowSetValue& rValue);
112 bool Find(sal_uInt32 nRec, const ORowSetValue& rValue);
129 bool ConvertToKey(ONDXKey* rKey, sal_uInt32 nRec, const ORowSetValue& rValue);
H A Ddindexnode.hxx47 ONDXKey(const ORowSetValue& rVal, sal_Int32 eType, sal_uInt32 nRec);
48 ONDXKey(const OUString& aStr, sal_uInt32 nRec);
49 ONDXKey(double aVal, sal_uInt32 nRec);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/inc/dbase/
H A DDIndex.hxx113 bool Insert(sal_uInt32 nRec, const ORowSetValue& rValue);
114 bool Update(sal_uInt32 nRec, const ORowSetValue&, const ORowSetValue&);
115 bool Delete(sal_uInt32 nRec, const ORowSetValue& rValue);
116 bool Find(sal_uInt32 nRec, const ORowSetValue& rValue);
133 bool ConvertToKey(ONDXKey* rKey, sal_uInt32 nRec, const ORowSetValue& rValue);
H A Ddindexnode.hxx53 ONDXKey(const ORowSetValue& rVal, sal_Int32 eType, sal_uInt32 nRec);
54 ONDXKey(const OUString& aStr, sal_uInt32 nRec);
55 ONDXKey(double aVal, sal_uInt32 nRec);
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/dbase/
H A DDIndex.cxx174 *rKey = ONDXKey(rValue.getString(), nRec ); in ConvertToKey()
179 *rKey = ONDXKey(rValue.getDouble(), DataType::DOUBLE, nRec ); in ConvertToKey()
181 *rKey = ONDXKey(rValue.getDouble(), nRec ); in ConvertToKey()
193 bool ODbaseIndex::Find(sal_uInt32 nRec, const ORowSetValue& rValue) in Find() argument
200 return ConvertToKey(&aKey, nRec, rValue) && getRoot()->Find(aKey); in Find()
204 bool ODbaseIndex::Insert(sal_uInt32 nRec, const ORowSetValue& rValue) in Insert() argument
212 if (!ConvertToKey(&aKey, nRec, rValue) || (getRoot()->Find(aKey) && isUnique())) in Insert()
228 bool ODbaseIndex::Update(sal_uInt32 nRec, const ORowSetValue& rOldValue, in Update() argument
237 return Delete(nRec, rOldValue) && Insert(nRec,rNewValue); in Update()
241 bool ODbaseIndex::Delete(sal_uInt32 nRec, const ORowSetValue& rValue) in Delete() argument
[all …]
H A DDResultSet.cxx165 sal_uInt32 nRec = pIter->First(); in fillIndexValues() local
166 while (nRec != NODE_NOTFOUND) in fillIndexValues()
168 m_pFileSet->push_back(nRec); in fillIndexValues()
169 nRec = pIter->Next(); in fillIndexValues()
H A DDIndexIter.cxx241 for (sal_uInt32 nRec = GetNull(bFirst); nRec != NODE_NOTFOUND; nRec = GetNull(false)) in GetNotNull() local
H A Ddindexnode.cxx41 ONDXKey::ONDXKey(const ORowSetValue& rVal, sal_Int32 eType, sal_uInt32 nRec) in ONDXKey() argument
43 , nRecord(nRec) in ONDXKey()
48 ONDXKey::ONDXKey(const OUString& aStr, sal_uInt32 nRec) in ONDXKey() argument
50 ,nRecord(nRec) in ONDXKey()
59 ONDXKey::ONDXKey(double aVal, sal_uInt32 nRec) in ONDXKey() argument
61 ,nRecord(nRec) in ONDXKey()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/dbase/
H A DDIndex.cxx178 *rKey = ONDXKey(rValue.getString(), nRec ); in ConvertToKey()
183 *rKey = ONDXKey(rValue.getDouble(), DataType::DOUBLE, nRec ); in ConvertToKey()
185 *rKey = ONDXKey(rValue.getDouble(), nRec ); in ConvertToKey()
197 bool ODbaseIndex::Find(sal_uInt32 nRec, const ORowSetValue& rValue) in Find() argument
204 return ConvertToKey(&aKey, nRec, rValue) && getRoot()->Find(aKey); in Find()
208 bool ODbaseIndex::Insert(sal_uInt32 nRec, const ORowSetValue& rValue) in Insert() argument
216 if (!ConvertToKey(&aKey, nRec, rValue) || (getRoot()->Find(aKey) && isUnique())) in Insert()
232 bool ODbaseIndex::Update(sal_uInt32 nRec, const ORowSetValue& rOldValue, in Update() argument
241 return Delete(nRec, rOldValue) && Insert(nRec,rNewValue); in Update()
245 bool ODbaseIndex::Delete(sal_uInt32 nRec, const ORowSetValue& rValue) in Delete() argument
[all …]
H A DDResultSet.cxx166 sal_uInt32 nRec = pIter->First(); in fillIndexValues() local
167 while (nRec != NODE_NOTFOUND) in fillIndexValues()
169 m_pFileSet->get().push_back(nRec); in fillIndexValues()
170 nRec = pIter->Next(); in fillIndexValues()
H A DDIndexIter.cxx249 for (sal_uInt32 nRec = GetNull(bFirst); in GetNotNull() local
250 nRec != NODE_NOTFOUND; in GetNotNull()
251 nRec = GetNull(false)) in GetNotNull()
H A Ddindexnode.cxx42 ONDXKey::ONDXKey(const ORowSetValue& rVal, sal_Int32 eType, sal_uInt32 nRec) in ONDXKey() argument
44 , nRecord(nRec) in ONDXKey()
49 ONDXKey::ONDXKey(const OUString& aStr, sal_uInt32 nRec) in ONDXKey() argument
51 ,nRecord(nRec) in ONDXKey()
60 ONDXKey::ONDXKey(double aVal, sal_uInt32 nRec) in ONDXKey() argument
62 ,nRecord(nRec) in ONDXKey()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/setupgui/
H A Dutils.cc118 SQLSMALLINT nRec= 1; in ShowDiagnostics() local
131 nRec, in ShowDiagnostics()
145 nRec++; in ShowDiagnostics()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/lsm-test/
H A Dlsmtest9.c30 int nRec; member
49 int nRecOn3 = (p->nRec / 3); in doDataTest4()
114 zSystem, zData, pTest->nRec, pTest->nRepeat, pTest->bReopen in getName4()
/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/lsm-test/
H A Dlsmtest9.c30 int nRec; member
49 int nRecOn3 = (p->nRec / 3); in doDataTest4()
114 zSystem, zData, pTest->nRec, pTest->nRepeat, pTest->bReopen in getName4()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest9.c30 int nRec; member
49 int nRecOn3 = (p->nRec / 3); in doDataTest4()
114 zSystem, zData, pTest->nRec, pTest->nRepeat, pTest->bReopen in getName4()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest9.c30 int nRec; member
49 int nRecOn3 = (p->nRec / 3); in doDataTest4()
114 zSystem, zData, pTest->nRec, pTest->nRepeat, pTest->bReopen in getName4()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dpager.c693 if( nRec==0xffffffff || useJournalSize ){ in pager_playback()
697 nRec = (szJ - JOURNAL_HDR_SZ(2))/JOURNAL_PG_SZ(2); in pager_playback()
713 for(i=0; i<nRec; i++){ in pager_playback()
777 int nRec; /* Number of Records */ in pager_ckpt_playback() local
790 nRec = pPager->ckptNRec; in pager_ckpt_playback()
797 for(i=nRec-1; i>=0; i--){ in pager_ckpt_playback()
815 for(i=nRec-1; i>=0; i--){ in pager_ckpt_playback()
1197 assert( pPager->nRec*pgSz+hdrSz==jSz ); in syncJournal()
1209 rc = write32bits(&pPager->jfd, pPager->nRec); in syncJournal()
1658 pPager->nRec = 0; in pager_open_journal()
[all …]
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dpager.c693 if( nRec==0xffffffff || useJournalSize ){ in pager_playback()
697 nRec = (szJ - JOURNAL_HDR_SZ(2))/JOURNAL_PG_SZ(2); in pager_playback()
713 for(i=0; i<nRec; i++){ in pager_playback()
777 int nRec; /* Number of Records */ in pager_ckpt_playback() local
790 nRec = pPager->ckptNRec; in pager_ckpt_playback()
797 for(i=nRec-1; i>=0; i--){ in pager_ckpt_playback()
815 for(i=nRec-1; i>=0; i--){ in pager_ckpt_playback()
1197 assert( pPager->nRec*pgSz+hdrSz==jSz ); in syncJournal()
1209 rc = write32bits(&pPager->jfd, pPager->nRec); in syncJournal()
1658 pPager->nRec = 0; in pager_open_journal()
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vwidgets/
H A Dvscenepoint.cpp149 QRectF nRec = m_namePoint->sceneBoundingRect(); in RefreshLine() local
150 nRec.translate(- scenePos()); in RefreshLine()
151 if (not rect().intersects(nRec)) in RefreshLine()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/
H A DTestReduceFetchFromPartialMem.java175 private int nRec = 0; field in TestReduceFetchFromPartialMem.MBValidate
194 final int preRec = nRec; in reduce()
230 ++nRec; in reduce()
232 assertEquals("Bad rec count for " + key, recCheck, nRec - preRec); in reduce()
241 assertEquals("Bad record count", nMaps * (4096 + 2), nRec); in close()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/
H A DScriptEngine.cs506 GDMNoteRecord nRec = fBase.Context.Tree.CreateNote(); in gt_create_note()
507 return nRec; in gt_create_note()
535 GDMNoteRecord nRec = notePtr as GDMNoteRecord; in gt_add_note_text()
536 if (nRec == null) return; in gt_add_note_text()
538 nRec.AddNoteText(txt); in gt_add_note_text()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_journal.c447 u32 nRec, nPage, nSector, nPagesize; in readJournalFile() local
453 || decodeJournalHdr(zBuf, &nRec, &nPage, &nSector, &nPagesize) in readJournalFile()
459 if( nRec==0 ){ in readJournalFile()
470 nRec = (u32)((iSize-iOff) / (pMain->nPagesize+8)); in readJournalFile()
474 for(ii=0; rc==SQLITE_OK && ii<nRec && iOff<iSize; ii++){ in readJournalFile()

1234567891011