Home
last modified time | relevance | path

Searched refs:pszRawValue (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/gmt/
H A Dogrgmtlayer.cpp866 const char *pszRawValue = poFeature->GetFieldAsString(iField); in ICreateFeature() local
874 while( *pszRawValue == ' ' ) in ICreateFeature()
875 pszRawValue++; in ICreateFeature()
877 if( strchr(pszRawValue,' ') || strchr(pszRawValue,'|') in ICreateFeature()
878 || strchr(pszRawValue, '\t') || strchr(pszRawValue, '\n') ) in ICreateFeature()
881 CPLEscapeString( pszRawValue, in ICreateFeature()
890 osFieldData += pszRawValue; in ICreateFeature()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmt/
H A Dogrgmtlayer.cpp839 const char *pszRawValue = poFeature->GetFieldAsString(iField); in ICreateFeature() local
846 while( *pszRawValue == ' ' ) in ICreateFeature()
847 pszRawValue++; in ICreateFeature()
849 if( strchr(pszRawValue,' ') || strchr(pszRawValue,'|') in ICreateFeature()
850 || strchr(pszRawValue, '\t') || strchr(pszRawValue, '\n') ) in ICreateFeature()
855 = CPLEscapeString( pszRawValue, in ICreateFeature()
863 osFieldData += pszRawValue; in ICreateFeature()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/gmt/
H A Dogrgmtlayer.cpp839 const char *pszRawValue = poFeature->GetFieldAsString(iField); in ICreateFeature() local
846 while( *pszRawValue == ' ' ) in ICreateFeature()
847 pszRawValue++; in ICreateFeature()
849 if( strchr(pszRawValue,' ') || strchr(pszRawValue,'|') in ICreateFeature()
850 || strchr(pszRawValue, '\t') || strchr(pszRawValue, '\n') ) in ICreateFeature()
855 = CPLEscapeString( pszRawValue, in ICreateFeature()
863 osFieldData += pszRawValue; in ICreateFeature()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmt/
H A Dogrgmtlayer.cpp839 const char *pszRawValue = poFeature->GetFieldAsString(iField); in ICreateFeature() local
846 while( *pszRawValue == ' ' ) in ICreateFeature()
847 pszRawValue++; in ICreateFeature()
849 if( strchr(pszRawValue,' ') || strchr(pszRawValue,'|') in ICreateFeature()
850 || strchr(pszRawValue, '\t') || strchr(pszRawValue, '\n') ) in ICreateFeature()
855 = CPLEscapeString( pszRawValue, in ICreateFeature()
863 osFieldData += pszRawValue; in ICreateFeature()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdalmultidomainmetadata.cpp312 const char *pszRawValue; in Serialize() local
316 pszRawValue = CPLParseNameValue( papszMD[i], &pszKey ); in Serialize()
320 CPLCreateXMLNode( psMDI, CXT_Text, pszRawValue ); in Serialize()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalmultidomainmetadata.cpp325 const char *pszRawValue; in Serialize() local
329 pszRawValue = CPLParseNameValue( papszMD[i], &pszKey ); in Serialize()
339 CPLCreateXMLNode( psMDI, CXT_Text, pszRawValue ); in Serialize()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalmultidomainmetadata.cpp354 const char *pszRawValue = in Serialize() local
366 CPLCreateXMLNode( psMDI, CXT_Text, pszRawValue ); in Serialize()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalmultidomainmetadata.cpp354 const char *pszRawValue = in Serialize() local
366 CPLCreateXMLNode( psMDI, CXT_Text, pszRawValue ); in Serialize()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalmultidomainmetadata.cpp354 const char *pszRawValue = in Serialize() local
366 CPLCreateXMLNode( psMDI, CXT_Text, pszRawValue ); in Serialize()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/ntf/
H A Dntffilereader.cpp946 const char * pszRawValue = poRecord->GetField(iOffset+3,nEnd); in ProcessAttRec() local
947 *ppapszValues = CSLAddString( *ppapszValues, pszRawValue ); in ProcessAttRec()
994 const char *pszRawValue, in ProcessAttValue() argument
1025 nWidth = strlen(pszRawValue); in ProcessAttValue()
1028 strncpy( szRealString, pszRawValue, nWidth - nPrecision ); in ProcessAttValue()
1031 pszRawValue+nWidth-nPrecision ); in ProcessAttValue()
1044 sprintf( szIntString, "%d", atoi(pszRawValue) ); in ProcessAttValue()
1054 *ppszAttValue = (char *) pszRawValue; in ProcessAttValue()
H A Dntf.h311 const char *pszRawValue,
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/ntf/
H A Dntffilereader.cpp979 const char * pszRawValue = poRecord->GetField(iOffset+3,nEnd); in ProcessAttRec() local
980 *ppapszValues = CSLAddString( *ppapszValues, pszRawValue ); in ProcessAttRec()
1043 const char *pszRawValue, in ProcessAttValue() argument
1077 const int nWidth = static_cast<int>(strlen(pszRawValue)); in ProcessAttValue()
1085 CPLString osResult(pszRawValue); in ProcessAttValue()
1088 osResult += pszRawValue+nWidth-nPrecision; in ProcessAttValue()
1101 *ppszAttValue = CPLSPrintf("%d", atoi(pszRawValue) ); in ProcessAttValue()
1109 *ppszAttValue = pszRawValue; in ProcessAttValue()
H A Dntf.h311 const char *pszRawValue,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/ntf/
H A Dntffilereader.cpp979 const char * pszRawValue = poRecord->GetField(iOffset+3,nEnd); in ProcessAttRec() local
980 *ppapszValues = CSLAddString( *ppapszValues, pszRawValue ); in ProcessAttRec()
1043 const char *pszRawValue, in ProcessAttValue() argument
1077 const int nWidth = static_cast<int>(strlen(pszRawValue)); in ProcessAttValue()
1085 CPLString osResult(pszRawValue); in ProcessAttValue()
1088 osResult += pszRawValue+nWidth-nPrecision; in ProcessAttValue()
1101 *ppszAttValue = CPLSPrintf("%d", atoi(pszRawValue) ); in ProcessAttValue()
1109 *ppszAttValue = pszRawValue; in ProcessAttValue()
H A Dntf.h311 const char *pszRawValue,
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/ntf/
H A Dntffilereader.cpp979 const char * pszRawValue = poRecord->GetField(iOffset+3,nEnd); in ProcessAttRec() local
980 *ppapszValues = CSLAddString( *ppapszValues, pszRawValue ); in ProcessAttRec()
1043 const char *pszRawValue, in ProcessAttValue() argument
1077 const int nWidth = static_cast<int>(strlen(pszRawValue)); in ProcessAttValue()
1085 CPLString osResult(pszRawValue); in ProcessAttValue()
1088 osResult += pszRawValue+nWidth-nPrecision; in ProcessAttValue()
1101 *ppszAttValue = CPLSPrintf("%d", atoi(pszRawValue) ); in ProcessAttValue()
1109 *ppszAttValue = pszRawValue; in ProcessAttValue()
H A Dntf.h311 const char *pszRawValue,
/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dgdal_rpc.cpp1322 const char *pszRawValue; in GDALSerializeRPCTransformer() local
1326 pszRawValue = CPLParseNameValue( papszMD[i], &pszKey ); in GDALSerializeRPCTransformer()
1330 CPLCreateXMLNode( psMDI, CXT_Text, pszRawValue ); in GDALSerializeRPCTransformer()
H A Dgdalgeoloc.cpp1209 const char *pszRawValue; in GDALSerializeGeoLocTransformer() local
1213 pszRawValue = CPLParseNameValue( papszMD[i], &pszKey ); in GDALSerializeGeoLocTransformer()
1217 CPLCreateXMLNode( psMDI, CXT_Text, pszRawValue ); in GDALSerializeGeoLocTransformer()
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dgdalgeoloc.cpp1131 const char *pszRawValue = CPLParseNameValue( papszMD[i], &pszKey ); in GDALSerializeGeoLocTransformer() local
1135 CPLCreateXMLNode( psMDI, CXT_Text, pszRawValue ); in GDALSerializeGeoLocTransformer()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dgdalgeoloc.cpp1131 const char *pszRawValue = CPLParseNameValue( papszMD[i], &pszKey );
1135 CPLCreateXMLNode( psMDI, CXT_Text, pszRawValue );
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dgdalgeoloc.cpp1131 const char *pszRawValue = CPLParseNameValue( papszMD[i], &pszKey ); in GDALSerializeGeoLocTransformer() local
1135 CPLCreateXMLNode( psMDI, CXT_Text, pszRawValue ); in GDALSerializeGeoLocTransformer()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitetablelayer.cpp2404 const char *pszRawValue; in BindValues() local
2507 pszRawValue = poFeature->GetFieldAsString( iField ); in BindValues()
2512 void* pOut = CPLZLibDeflate( pszRawValue, in BindValues()
2513 strlen(pszRawValue), -1, in BindValues()
2529 pszRawValue, -1, SQLITE_TRANSIENT); in BindValues()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitetablelayer.cpp2376 const char *pszRawValue =
2382 void* pOut = CPLZLibDeflate( pszRawValue,
2383 strlen(pszRawValue), -1,
2399 pszRawValue, -1, SQLITE_TRANSIENT);
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitetablelayer.cpp2376 const char *pszRawValue = in BindValues() local
2382 void* pOut = CPLZLibDeflate( pszRawValue, in BindValues()
2383 strlen(pszRawValue), -1, in BindValues()
2399 pszRawValue, -1, SQLITE_TRANSIENT); in BindValues()

12