Home
last modified time | relevance | path

Searched refs:nRecordCount (Results 1 – 25 of 42) sorted by relevance

12

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/s57/
H A Dddfrecordindex.cpp42 nRecordCount(0), in DDFRecordIndex()
79 nRecordCount = 0; in Clear()
101 if( nRecordCount == nRecordMax ) in AddRecord()
110 pasRecords[nRecordCount].nKey = nKey; in AddRecord()
114 nRecordCount++; in AddRecord()
135 int nMaxIndex = nRecordCount-1; in FindRecord()
203 int nMaxIndex = nRecordCount-1; in RemoveRecord()
234 nRecordCount--; in RemoveRecord()
285 if( nIndex < 0 || nIndex >= nRecordCount ) in GetByIndex()
301 if( nIndex < 0 || nIndex >= nRecordCount ) in GetClientInfoByIndex()
[all …]
H A Ds57.h213 int nRecordCount; variable
236 int GetCount() { return nRecordCount; } in GetCount()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/s57/
H A Dddfrecordindex.cpp42 nRecordCount(0), in DDFRecordIndex()
79 nRecordCount = 0; in Clear()
101 if( nRecordCount == nRecordMax ) in AddRecord()
110 pasRecords[nRecordCount].nKey = nKey; in AddRecord()
114 nRecordCount++; in AddRecord()
135 int nMaxIndex = nRecordCount-1; in FindRecord()
203 int nMaxIndex = nRecordCount-1; in RemoveRecord()
234 nRecordCount--; in RemoveRecord()
285 if( nIndex < 0 || nIndex >= nRecordCount ) in GetByIndex()
301 if( nIndex < 0 || nIndex >= nRecordCount ) in GetClientInfoByIndex()
[all …]
H A Ds57.h213 int nRecordCount; variable
236 int GetCount() { return nRecordCount; } in GetCount()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/s57/
H A Dddfrecordindex.cpp42 nRecordCount(0), in DDFRecordIndex()
79 nRecordCount = 0; in Clear()
101 if( nRecordCount == nRecordMax ) in AddRecord()
110 pasRecords[nRecordCount].nKey = nKey; in AddRecord()
114 nRecordCount++; in AddRecord()
135 int nMaxIndex = nRecordCount-1; in FindRecord()
203 int nMaxIndex = nRecordCount-1; in RemoveRecord()
234 nRecordCount--; in RemoveRecord()
285 if( nIndex < 0 || nIndex >= nRecordCount ) in GetByIndex()
301 if( nIndex < 0 || nIndex >= nRecordCount ) in GetClientInfoByIndex()
[all …]
H A Ds57.h213 int nRecordCount; variable
236 int GetCount() { return nRecordCount; } in GetCount()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/s57/
H A Dddfrecordindex.cpp46 nRecordCount = 0; in DDFRecordIndex()
85 nRecordCount = 0; in Clear()
106 if( nRecordCount == nRecordMax ) in AddRecord()
115 pasRecords[nRecordCount].nKey = nKey; in AddRecord()
116 pasRecords[nRecordCount].poRecord = poRecord; in AddRecord()
117 pasRecords[nRecordCount].pClientData = NULL; in AddRecord()
119 nRecordCount++; in AddRecord()
235 nRecordCount--; in RemoveRecord()
290 if( nIndex < 0 || nIndex >= nRecordCount ) in GetByIndex()
306 if( nIndex < 0 || nIndex >= nRecordCount ) in GetClientInfoByIndex()
[all …]
H A Ds57.h211 int nRecordCount; variable
234 int GetCount() { return nRecordCount; } in GetCount()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/iso8211/src/
H A Dddfrecordindex.cpp73 nRecordCount = 0; in DDFRecordIndex()
101 for( int i = 0; i < nRecordCount; i++ ) in Clear()
107 nRecordCount = 0; in Clear()
128 if( nRecordCount == nRecordMax ) in AddRecord()
130 nRecordMax = (int) (nRecordCount * 1.3 + 100); in AddRecord()
137 pasRecords[nRecordCount].nKey = nKey; in AddRecord()
138 pasRecords[nRecordCount].poRecord = poRecord; in AddRecord()
140 nRecordCount++; in AddRecord()
160 int nMinIndex = 0, nMaxIndex = nRecordCount-1; in FindRecord()
255 nRecordCount--; in RemoveRecord()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/iso8211/
H A Dtimetest.cpp72 int nRecordCount = 0; in main() local
90 nRecordCount++; in main()
95 printf( "Read %d records, %d fields.\n", nRecordCount, nFieldCount ); in main()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/iso8211/
H A Dtimetest.cpp70 int nRecordCount = 0; in main() local
87 nRecordCount++; in main()
92 printf( "Read %d records, %d fields.\n", nRecordCount, nFieldCount ); in main()
/dports/graphics/gdal/gdal-3.3.3/frmts/iso8211/
H A Dtimetest.cpp70 int nRecordCount = 0; in main() local
87 nRecordCount++; in main()
92 printf( "Read %d records, %d fields.\n", nRecordCount, nFieldCount ); in main()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/iso8211/
H A Dtimetest.cpp70 int nRecordCount = 0; in main() local
87 nRecordCount++; in main()
92 printf( "Read %d records, %d fields.\n", nRecordCount, nFieldCount ); in main()
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/
H A Dprocessdata.cpp64 QList<QString> ProcessData::getStructList(const FW_DEF::HEADER_RECORD *pRecords, int nRecordCount) in getStructList() argument
68 for(int i=0; i<nRecordCount; i++) in getStructList()
H A Dprocessdata.h44 static QList<QString> getStructList(const FW_DEF::HEADER_RECORD *pRecords,int nRecordCount);
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/dods/
H A Dogrdodssequencelayer.cpp47 nRecordCount(-1), in OGRDODSSequenceLayer()
446 if( nFeatureId < 0 || nFeatureId >= nRecordCount ) in GetFeature()
871 return nRecordCount; in GetFeatureCount()
905 nRecordCount = poSeq->number_of_rows(); in ProvideDataDDS()
918 nRecordCount = 0; in ProvideDataDDS()
925 nRecordCount += poSubSeq->number_of_rows(); in ProvideDataDDS()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dods/
H A Dogrdodssequencelayer.cpp47 nRecordCount(-1), in OGRDODSSequenceLayer()
446 if( nFeatureId < 0 || nFeatureId >= nRecordCount ) in GetFeature()
871 return nRecordCount; in GetFeatureCount()
905 nRecordCount = poSeq->number_of_rows(); in ProvideDataDDS()
918 nRecordCount = 0; in ProvideDataDDS()
925 nRecordCount += poSubSeq->number_of_rows(); in ProvideDataDDS()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/dods/
H A Dogrdodssequencelayer.cpp47 nRecordCount(-1), in OGRDODSSequenceLayer()
446 if( nFeatureId < 0 || nFeatureId >= nRecordCount ) in GetFeature()
871 return nRecordCount; in GetFeatureCount()
905 nRecordCount = poSeq->number_of_rows(); in ProvideDataDDS()
918 nRecordCount = 0; in ProvideDataDDS()
925 nRecordCount += poSubSeq->number_of_rows(); in ProvideDataDDS()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/dods/
H A Dogrdodssequencelayer.cpp451 if( nFeatureId < 0 || nFeatureId >= nRecordCount ) in GetFeature()
860 return nRecordCount; in GetFeatureCount()
890 nRecordCount = dynamic_cast<Sequence *>(poTargetVar)->number_of_rows(); in ProvideDataDDS()
902 nRecordCount = 0; in ProvideDataDDS()
909 nRecordCount += poSubSeq->number_of_rows(); in ProvideDataDDS()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Ds57.h115 int nRecordCount; variable
138 int GetCount() { return nRecordCount; } in GetCount()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/fmcomp/
H A Dgridctrl.cxx1301 sal_uInt32 nRecordCount(0); in setDataSource() local
1321 ++nRecordCount; in setDataSource()
1323 if (nRecordCount) in setDataSource()
1327 RowInserted(0, nRecordCount, false); in setDataSource()
1358 if (nRecordCount) in setDataSource()
1676 sal_Int32 nRecordCount = 0; in AdjustRows() local
1686 ++nRecordCount; in AdjustRows()
1691 ++nRecordCount; in AdjustRows()
1696 if (nRecordCount != GetRowCount()) in AdjustRows()
1711 if (nRecordCount) in AdjustRows()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/fmcomp/
H A Dgridctrl.cxx1552 sal_uInt32 nRecordCount(0); in setDataSource() local
1572 ++nRecordCount; in setDataSource()
1574 if (nRecordCount) in setDataSource()
1578 RowInserted(0, nRecordCount, false); in setDataSource()
1609 if (nRecordCount) in setDataSource()
1927 sal_Int32 nRecordCount = 0; in AdjustRows() local
1937 ++nRecordCount; in AdjustRows()
1942 ++nRecordCount; in AdjustRows()
1947 if (nRecordCount != GetRowCount()) in AdjustRows()
1962 if (nRecordCount) in AdjustRows()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/ntf/
H A Dntffilereader.cpp1392 int nRecordCount = 0; in ReadRecordGroup() local
1401 CPLAssert( nRecordCount < MAX_REC_GROUP); in ReadRecordGroup()
1402 if( nRecordCount >= MAX_REC_GROUP ) in ReadRecordGroup()
1413 apoCGroup[nRecordCount++] = poRecord; in ReadRecordGroup()
1414 apoCGroup[nRecordCount] = NULL; in ReadRecordGroup()
1426 if( nRecordCount == 0 ) in ReadRecordGroup()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/sxf/
H A Dorg_sxf_defs.h331 GUInt32 nRecordCount; //count of records in the section member
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/sxf/
H A Dorg_sxf_defs.h328 GUInt32 nRecordCount; //count of records in the section member

12