Home
last modified time | relevance | path

Searched refs:pszVal (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/dports/graphics/aseprite/aseprite-1.2.9/third_party/simpleini/
H A Dtestsi.cpp47 const TCHAR *pszVal = 0; in Test() local
53 pszVal ? pszVal : _T("(null)"), bHasMulti); in Test()
59 pszVal ? pszVal : _T("(null)"), bHasMulti); in Test()
67 pszVal = i->pItem; in Test()
68 _tprintf(_T(" -> '%s'\n"), pszVal); in Test()
78 pszVal = ini.GetValue(_T("standard"), _T("foo"), 0); in Test()
80 pszVal ? pszVal : _T("(null)")); in Test()
84 pszVal = ini.GetValue(_T("standard"), _T("foo"), 0); in Test()
86 pszVal ? pszVal : _T("(null)")); in Test()
144 pszVal = iKeyVal->second; in Test()
[all …]
/dports/audio/qsynth/qsynth-0.9.2/src/
H A DqsynthSetup.cpp78 char *pszVal; in realize() local
135 pszVal = (char *) (bJackMulti ? "yes" : "no"); in realize()
136 ::fluid_settings_setstr(m_pFluidSettings, pszKey, pszVal); in realize()
201 pszVal = (char *) (bReverbActive ? "yes" : "no"); in realize()
202 ::fluid_settings_setstr(m_pFluidSettings, pszKey, pszVal); in realize()
209 pszVal = (char *) (bChorusActive ? "yes" : "no"); in realize()
210 ::fluid_settings_setstr(m_pFluidSettings, pszKey, pszVal); in realize()
218 pszVal = (char *) (bLadspaActive ? "yes" : "no"); in realize()
219 ::fluid_settings_setstr(m_pFluidSettings, pszKey, pszVal); in realize()
227 pszVal = (char *) (bMidiDump ? "yes" : "no"); in realize()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/filegdb/
H A DFGdbDatasource.cpp364 char *pszVal; member in OGRFGdbSingleFeatureLayer
393 this->pszVal = pszVal ? CPLStrdup(pszVal) : NULL; in OGRFGdbSingleFeatureLayer()
404 CPLFree(pszVal); in ~OGRFGdbSingleFeatureLayer()
418 if (pszVal) in GetNextFeature()
419 poFeature->SetField(0, pszVal); in GetNextFeature()
455 char* pszVal = NULL; in ExecuteSQL() local
456 poLayer->GetLayerXML(&pszVal); in ExecuteSQL()
458 CPLFree(pszVal); in ExecuteSQL()
473 char* pszVal = NULL; in ExecuteSQL() local
474 poLayer->GetLayerMetadataXML(&pszVal); in ExecuteSQL()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitesinglefeaturelayer.cpp52 pszVal = NULL; in OGRSQLiteSingleFeatureLayer()
61 const char *pszVal ) in OGRSQLiteSingleFeatureLayer() argument
70 this->pszVal = CPLStrdup(pszVal); in OGRSQLiteSingleFeatureLayer()
84 CPLFree(pszVal); in ~OGRSQLiteSingleFeatureLayer()
106 if (pszVal) in GetNextFeature()
107 poFeature->SetField(0, pszVal); in GetNextFeature()
/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_PropVector.cpp30 void UT_PropVector::addOrReplaceProp(const gchar * pszProp, const gchar * pszVal) in addOrReplaceProp() argument
32 UT_ASSERT(pszVal); in addOrReplaceProp()
53 gchar * val = g_strdup(pszVal); in addOrReplaceProp()
59 gchar * val = g_strdup(pszVal); in addOrReplaceProp()
68 const gchar * &pszVal) const in getProp()
85 pszVal = getNthItem(i+1); in getProp()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kHlp/Bare/
H A DkHlpBareEnv.c55 KHLP_DECL(int) kHlpGetEnv(const char *pszVar, char *pszVal, KSIZE cchVal) in kHlpGetEnv() argument
69 *pszVal = '\0'; in kHlpGetEnv()
75 kHlpMemCopy(pszVal, pszValue, cch + 1); in kHlpGetEnv()
87 cch = GetEnvironmentVariable(pszVar, pszVal, cchVal); in kHlpGetEnv()
91 *pszVal = '\0'; in kHlpGetEnv()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_geocoding.cpp706 if( pszVal != nullptr ) in OGRGeocodeBuildLayerNominatim()
724 if( pszVal != nullptr ) in OGRGeocodeBuildLayerNominatim()
796 if( pszVal != nullptr ) in OGRGeocodeReverseBuildLayerNominatim()
799 dfLat = CPLAtofM(pszVal); in OGRGeocodeReverseBuildLayerNominatim()
805 if( pszVal != nullptr ) in OGRGeocodeReverseBuildLayerNominatim()
808 dfLon = CPLAtofM(pszVal); in OGRGeocodeReverseBuildLayerNominatim()
854 if( pszVal != nullptr ) in OGRGeocodeReverseBuildLayerNominatim()
861 if( pszVal != nullptr ) in OGRGeocodeReverseBuildLayerNominatim()
874 if( pszVal != nullptr ) in OGRGeocodeReverseBuildLayerNominatim()
975 if( pszVal != nullptr ) in OGRGeocodeBuildLayerYahoo()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_geocoding.cpp706 if( pszVal != nullptr )
724 if( pszVal != nullptr )
796 if( pszVal != nullptr )
799 dfLat = CPLAtofM(pszVal);
805 if( pszVal != nullptr )
808 dfLon = CPLAtofM(pszVal);
854 if( pszVal != nullptr )
861 if( pszVal != nullptr )
874 if( pszVal != nullptr )
975 if( pszVal != nullptr )
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_geocoding.cpp706 if( pszVal != nullptr ) in OGRGeocodeBuildLayerNominatim()
724 if( pszVal != nullptr ) in OGRGeocodeBuildLayerNominatim()
796 if( pszVal != nullptr ) in OGRGeocodeReverseBuildLayerNominatim()
799 dfLat = CPLAtofM(pszVal); in OGRGeocodeReverseBuildLayerNominatim()
805 if( pszVal != nullptr ) in OGRGeocodeReverseBuildLayerNominatim()
808 dfLon = CPLAtofM(pszVal); in OGRGeocodeReverseBuildLayerNominatim()
854 if( pszVal != nullptr ) in OGRGeocodeReverseBuildLayerNominatim()
861 if( pszVal != nullptr ) in OGRGeocodeReverseBuildLayerNominatim()
874 if( pszVal != nullptr ) in OGRGeocodeReverseBuildLayerNominatim()
975 if( pszVal != nullptr ) in OGRGeocodeBuildLayerYahoo()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitesinglefeaturelayer.cpp47 pszVal(nullptr), in OGRSQLiteSingleFeatureLayer()
65 pszVal(CPLStrdup(pszValIn)), in OGRSQLiteSingleFeatureLayer()
85 CPLFree(pszVal); in ~OGRSQLiteSingleFeatureLayer()
107 if (pszVal) in GetNextFeature()
108 poFeature->SetField(0, pszVal); in GetNextFeature()
H A Dogrsqliteutility.cpp208 CPLString SQLUnescape(const char* pszVal)
210 char chQuoteChar = pszVal[0];
212 return pszVal;
215 pszVal ++;
216 while( *pszVal != '\0' )
218 if( *pszVal == chQuoteChar )
220 if( pszVal[1] == chQuoteChar )
221 pszVal ++;
225 osRet += *pszVal;
226 pszVal ++;
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitesinglefeaturelayer.cpp47 pszVal(nullptr), in OGRSQLiteSingleFeatureLayer()
65 pszVal(CPLStrdup(pszValIn)), in OGRSQLiteSingleFeatureLayer()
85 CPLFree(pszVal); in ~OGRSQLiteSingleFeatureLayer()
107 if (pszVal) in GetNextFeature()
108 poFeature->SetField(0, pszVal); in GetNextFeature()
H A Dogrsqliteutility.cpp208 CPLString SQLUnescape(const char* pszVal) in SQLUnescape() argument
210 char chQuoteChar = pszVal[0]; in SQLUnescape()
212 return pszVal; in SQLUnescape()
215 pszVal ++; in SQLUnescape()
216 while( *pszVal != '\0' ) in SQLUnescape()
218 if( *pszVal == chQuoteChar ) in SQLUnescape()
220 if( pszVal[1] == chQuoteChar ) in SQLUnescape()
221 pszVal ++; in SQLUnescape()
225 osRet += *pszVal; in SQLUnescape()
226 pszVal ++; in SQLUnescape()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitesinglefeaturelayer.cpp47 pszVal(nullptr), in OGRSQLiteSingleFeatureLayer()
65 pszVal(CPLStrdup(pszValIn)), in OGRSQLiteSingleFeatureLayer()
85 CPLFree(pszVal); in ~OGRSQLiteSingleFeatureLayer()
107 if (pszVal) in GetNextFeature()
108 poFeature->SetField(0, pszVal); in GetNextFeature()
H A Dogrsqliteutility.cpp208 CPLString SQLUnescape(const char* pszVal) in SQLUnescape() argument
210 char chQuoteChar = pszVal[0]; in SQLUnescape()
212 return pszVal; in SQLUnescape()
215 pszVal ++; in SQLUnescape()
216 while( *pszVal != '\0' ) in SQLUnescape()
218 if( *pszVal == chQuoteChar ) in SQLUnescape()
220 if( pszVal[1] == chQuoteChar ) in SQLUnescape()
221 pszVal ++; in SQLUnescape()
225 osRet += *pszVal; in SQLUnescape()
226 pszVal ++; in SQLUnescape()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogr_geocoding.cpp683 if( pszVal != NULL ) in OGRGeocodeBuildLayerNominatim()
771 if( pszVal != NULL ) in OGRGeocodeReverseBuildLayerNominatim()
774 dfLat = CPLAtofM(pszVal); in OGRGeocodeReverseBuildLayerNominatim()
780 if( pszVal != NULL ) in OGRGeocodeReverseBuildLayerNominatim()
783 dfLon = CPLAtofM(pszVal); in OGRGeocodeReverseBuildLayerNominatim()
825 if( pszVal != NULL ) in OGRGeocodeReverseBuildLayerNominatim()
832 if( pszVal != NULL ) in OGRGeocodeReverseBuildLayerNominatim()
844 if( pszVal != NULL ) in OGRGeocodeReverseBuildLayerNominatim()
941 if( pszVal != NULL ) in OGRGeocodeBuildLayerYahoo()
1094 if( pszVal != NULL ) in OGRGeocodeBuildLayerBing()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/gft/
H A Dogrgfttablelayer.cpp257 const char* pszVal = papszTokens[i]; in FetchDescribe() local
258 if (pszVal != NULL && in FetchDescribe()
274 else if (pszVal) in FetchDescribe()
797 if (!CPLIsUTF8(pszVal, -1)) in ICreateFeature()
810 pszVal); in ICreateFeature()
815 pszVal = osTmp.c_str(); in ICreateFeature()
818 osCommand += EscapeAndQuote(pszVal); in ICreateFeature()
981 if (!CPLIsUTF8(pszVal, -1)) in ISetFeature()
994 pszVal); in ISetFeature()
999 pszVal = osTmp.c_str(); in ISetFeature()
[all …]
H A Dogrgftlayer.cpp414 const char* pszVal = papszTokens[i+nAttrOffset]; in BuildFeatureFromSQL() local
415 if (pszVal[0]) in BuildFeatureFromSQL()
418 poFeature->SetField(i, pszVal); in BuildFeatureFromSQL()
422 if (pszVal[0] == '-' || (pszVal[0] >= '0' && pszVal[0] <= '9')) in BuildFeatureFromSQL()
424 char** papszLatLon = CSLTokenizeString2(pszVal, " ,", 0); in BuildFeatureFromSQL()
436 else if (strstr(pszVal, "<Point>") || in BuildFeatureFromSQL()
437 strstr(pszVal, "<LineString>") || in BuildFeatureFromSQL()
438 strstr(pszVal, "<Polygon>")) in BuildFeatureFromSQL()
440 OGRGeometry* poGeom = ParseKMLGeometry(pszVal); in BuildFeatureFromSQL()
450 osFID = pszVal; in BuildFeatureFromSQL()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/wms/
H A Dwmsdriver.cpp474 const char* pszVal; in GDALWMSDatasetGetConfigFromArcGISJSON() local
476 nTileHeight = atoi(pszVal); in GDALWMSDatasetGetConfigFromArcGISJSON()
478 nTileWidth = atoi(pszVal); in GDALWMSDatasetGetConfigFromArcGISJSON()
481 int nVal = atoi(pszVal); in GDALWMSDatasetGetConfigFromArcGISJSON()
494 dfMinX = CPLAtofM(pszVal); in GDALWMSDatasetGetConfigFromArcGISJSON()
499 dfMaxY = CPLAtofM(pszVal); in GDALWMSDatasetGetConfigFromArcGISJSON()
503 int nLevel = atoi(pszVal); in GDALWMSDatasetGetConfigFromArcGISJSON()
511 pszVal = GetJSonValue(pszLine, "resolution"); in GDALWMSDatasetGetConfigFromArcGISJSON()
512 if( pszVal == NULL ) in GDALWMSDatasetGetConfigFromArcGISJSON()
519 if (pszVal != NULL) in GDALWMSDatasetGetConfigFromArcGISJSON()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/filegdb/
H A DFGdbDatasource.cpp494 char *pszVal; member in OGRFGdbSingleFeatureLayer
523 pszVal = pszValIn ? CPLStrdup(pszValIn) : nullptr; in OGRFGdbSingleFeatureLayer()
534 CPLFree(pszVal); in ~OGRFGdbSingleFeatureLayer()
547 if (pszVal) in GetNextFeature()
548 poFeature->SetField(0, pszVal); in GetNextFeature()
592 char* pszVal = nullptr; in ExecuteSQL() local
593 poLayer->GetLayerXML(&pszVal); in ExecuteSQL()
595 CPLFree(pszVal); in ExecuteSQL()
610 char* pszVal = nullptr; in ExecuteSQL() local
611 poLayer->GetLayerMetadataXML(&pszVal); in ExecuteSQL()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/filegdb/
H A DFGdbDatasource.cpp494 char *pszVal;
523 pszVal = pszValIn ? CPLStrdup(pszValIn) : nullptr;
534 CPLFree(pszVal);
547 if (pszVal)
548 poFeature->SetField(0, pszVal);
592 char* pszVal = nullptr;
593 poLayer->GetLayerXML(&pszVal);
595 CPLFree(pszVal);
610 char* pszVal = nullptr;
611 poLayer->GetLayerMetadataXML(&pszVal);
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/filegdb/
H A DFGdbDatasource.cpp494 char *pszVal; member in OGRFGdbSingleFeatureLayer
523 pszVal = pszValIn ? CPLStrdup(pszValIn) : nullptr; in OGRFGdbSingleFeatureLayer()
534 CPLFree(pszVal); in ~OGRFGdbSingleFeatureLayer()
547 if (pszVal) in GetNextFeature()
548 poFeature->SetField(0, pszVal); in GetNextFeature()
592 char* pszVal = nullptr; in ExecuteSQL() local
593 poLayer->GetLayerXML(&pszVal); in ExecuteSQL()
595 CPLFree(pszVal); in ExecuteSQL()
610 char* pszVal = nullptr; in ExecuteSQL() local
611 poLayer->GetLayerMetadataXML(&pszVal); in ExecuteSQL()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalexif.cpp818 for( size_t i = 0; pszVal[i] != '\0'; ) in ParseUndefined()
821 if( pszVal[i] == chDEC_ZERO && pszVal[i+1] == 'x' && in ParseUndefined()
823 pszVal[i+3] == ' ' || pszVal[i+3] == '\0') ) in ParseUndefined()
827 if( pszVal[i+3] == '\0' ) in ParseUndefined()
832 else if( pszVal[i] == chDEC_ZERO && pszVal[i+1] == 'x' && in ParseUndefined()
835 (pszVal[i+4] == ' ' || pszVal[i+4] == '\0') ) in ParseUndefined()
840 if( pszVal[i+4] == '\0' ) in ParseUndefined()
845 else if( pszVal[i] == chDEC_ZERO && pszVal[i+1] == chDEC_ZERO && in ParseUndefined()
846 (pszVal[i+2] == ' ' || pszVal[i+2] == '\0') ) in ParseUndefined()
850 if( pszVal[i+2] == '\0' ) in ParseUndefined()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalexif.cpp818 for( size_t i = 0; pszVal[i] != '\0'; )
821 if( pszVal[i] == chDEC_ZERO && pszVal[i+1] == 'x' &&
823 pszVal[i+3] == ' ' || pszVal[i+3] == '\0') )
827 if( pszVal[i+3] == '\0' )
832 else if( pszVal[i] == chDEC_ZERO && pszVal[i+1] == 'x' &&
835 (pszVal[i+4] == ' ' || pszVal[i+4] == '\0') )
840 if( pszVal[i+4] == '\0' )
845 else if( pszVal[i] == chDEC_ZERO && pszVal[i+1] == chDEC_ZERO &&
846 (pszVal[i+2] == ' ' || pszVal[i+2] == '\0') )
850 if( pszVal[i+2] == '\0' )
[all …]
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalexif.cpp818 for( size_t i = 0; pszVal[i] != '\0'; ) in ParseUndefined()
821 if( pszVal[i] == chDEC_ZERO && pszVal[i+1] == 'x' && in ParseUndefined()
823 pszVal[i+3] == ' ' || pszVal[i+3] == '\0') ) in ParseUndefined()
827 if( pszVal[i+3] == '\0' ) in ParseUndefined()
832 else if( pszVal[i] == chDEC_ZERO && pszVal[i+1] == 'x' && in ParseUndefined()
835 (pszVal[i+4] == ' ' || pszVal[i+4] == '\0') ) in ParseUndefined()
840 if( pszVal[i+4] == '\0' ) in ParseUndefined()
845 else if( pszVal[i] == chDEC_ZERO && pszVal[i+1] == chDEC_ZERO && in ParseUndefined()
846 (pszVal[i+2] == ' ' || pszVal[i+2] == '\0') ) in ParseUndefined()
850 if( pszVal[i+2] == '\0' ) in ParseUndefined()
[all …]

12345678910>>...19