Home
last modified time | relevance | path

Searched refs:papszStrings (Results 1 – 7 of 7) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/hdf5/
H A Dhdf5dataset.cpp700 char** papszStrings; in HDF5AttrIterate() local
701 papszStrings = (char**) CPLMalloc( nAttrElmts * sizeof(char*) ); in HDF5AttrIterate()
704 H5Aread( hAttrID, hAttrNativeType, papszStrings ); in HDF5AttrIterate()
707 CPLString osVal = papszStrings[0]; in HDF5AttrIterate()
710 osVal += papszStrings[i]; in HDF5AttrIterate()
717 papszStrings ); in HDF5AttrIterate()
718 CPLFree( papszStrings ); in HDF5AttrIterate()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/hdf5/
H A Dhdf5dataset.cpp950 char **papszStrings = in HDF5AttrIterate() local
954 H5Aread(hAttrID, hAttrNativeType, papszStrings); in HDF5AttrIterate()
957 CPLString osVal = papszStrings[0] ? papszStrings[0] : "{NULL}"; in HDF5AttrIterate()
961 osVal += papszStrings[i] ? papszStrings[i] : "{NULL}"; in HDF5AttrIterate()
968 papszStrings); in HDF5AttrIterate()
969 CPLFree(papszStrings); in HDF5AttrIterate()
/dports/graphics/gdal/gdal-3.3.3/frmts/hdf5/
H A Dhdf5dataset.cpp950 char **papszStrings = in HDF5AttrIterate() local
954 H5Aread(hAttrID, hAttrNativeType, papszStrings); in HDF5AttrIterate()
957 CPLString osVal = papszStrings[0] ? papszStrings[0] : "{NULL}"; in HDF5AttrIterate()
961 osVal += papszStrings[i] ? papszStrings[i] : "{NULL}"; in HDF5AttrIterate()
968 papszStrings); in HDF5AttrIterate()
969 CPLFree(papszStrings); in HDF5AttrIterate()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/hdf5/
H A Dhdf5dataset.cpp950 char **papszStrings = in HDF5AttrIterate() local
954 H5Aread(hAttrID, hAttrNativeType, papszStrings); in HDF5AttrIterate()
957 CPLString osVal = papszStrings[0] ? papszStrings[0] : "{NULL}"; in HDF5AttrIterate()
961 osVal += papszStrings[i] ? papszStrings[i] : "{NULL}"; in HDF5AttrIterate()
968 papszStrings); in HDF5AttrIterate()
969 CPLFree(papszStrings); in HDF5AttrIterate()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/fits/
H A Dfitsdataset.cpp1415 auto papszStrings = poFeature->GetFieldAsStringList(iField); in Write() local
1416 const int nCount = CSLCount(papszStrings); in Write()
1434 CPLsscanf(papszStrings[i], "%lf + %lfj", &re, &im); in Write()
1584 auto papszStrings = poFeature->GetFieldAsStringList(iField); in SetOrCreateFeature() local
1585 const int nStringCount = CSLCount(papszStrings); in SetOrCreateFeature()
1598 1, nItems, papszStrings, &status); in SetOrCreateFeature()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/fits/
H A Dfitsdataset.cpp1415 auto papszStrings = poFeature->GetFieldAsStringList(iField); in Write() local
1416 const int nCount = CSLCount(papszStrings); in Write()
1434 CPLsscanf(papszStrings[i], "%lf + %lfj", &re, &im); in Write()
1584 auto papszStrings = poFeature->GetFieldAsStringList(iField); in SetOrCreateFeature() local
1585 const int nStringCount = CSLCount(papszStrings); in SetOrCreateFeature()
1598 1, nItems, papszStrings, &status); in SetOrCreateFeature()
/dports/graphics/gdal/gdal-3.3.3/frmts/fits/
H A Dfitsdataset.cpp1415 auto papszStrings = poFeature->GetFieldAsStringList(iField); in Write() local
1416 const int nCount = CSLCount(papszStrings); in Write()
1434 CPLsscanf(papszStrings[i], "%lf + %lfj", &re, &im); in Write()
1584 auto papszStrings = poFeature->GetFieldAsStringList(iField); in SetOrCreateFeature() local
1585 const int nStringCount = CSLCount(papszStrings); in SetOrCreateFeature()
1598 1, nItems, papszStrings, &status); in SetOrCreateFeature()