Home
last modified time | relevance | path

Searched refs:pszFound (Results 1 – 15 of 15) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/dods/
H A Dogrdodsdatasource.cpp91 char *pszFound; in Open() local
93 pszFound = strstr(pszWrkURL,"&"); in Open()
94 if( pszFound ) in Open()
96 oConstraints = pszFound; in Open()
97 *pszFound = '\0'; in Open()
100 pszFound = strstr(pszWrkURL,"?"); in Open()
101 if( pszFound ) in Open()
103 oProjection = pszFound+1; in Open()
104 *pszFound = '\0'; in Open()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/dods/
H A Dogrdodsdatasource.cpp87 char *pszFound = strstr(pszWrkURL, "&"); in Open() local
88 if( pszFound ) in Open()
90 oConstraints = pszFound; in Open()
91 *pszFound = '\0'; in Open()
94 pszFound = strstr(pszWrkURL,"?"); in Open()
95 if( pszFound ) in Open()
97 oProjection = pszFound+1; in Open()
98 *pszFound = '\0'; in Open()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dods/
H A Dogrdodsdatasource.cpp87 char *pszFound = strstr(pszWrkURL, "&");
88 if( pszFound )
90 oConstraints = pszFound;
91 *pszFound = '\0';
94 pszFound = strstr(pszWrkURL,"?");
95 if( pszFound )
97 oProjection = pszFound+1;
98 *pszFound = '\0';
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/dods/
H A Dogrdodsdatasource.cpp87 char *pszFound = strstr(pszWrkURL, "&"); in Open() local
88 if( pszFound ) in Open()
90 oConstraints = pszFound; in Open()
91 *pszFound = '\0'; in Open()
94 pszFound = strstr(pszWrkURL,"?"); in Open()
95 if( pszFound ) in Open()
97 oProjection = pszFound+1; in Open()
98 *pszFound = '\0'; in Open()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogrfeaturestyle.cpp1069 const char *pszFound; in GetSpecificId() local
1078 if ((pszFound = strstr(pszId, pszRealWanted)) != NULL) in GetSpecificId()
1083 if (pszFound[strlen(pszRealWanted)] == '-' ) in GetSpecificId()
1084 nValue =atoi(&pszFound[strlen(pszRealWanted)+1]); in GetSpecificId()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dintl.cpp2727 wxChar const * pszFound = wxStrstr(pszTrans, szHeader); in GetHeaderValue() local
2728 if ( pszFound == NULL ) in GetHeaderValue()
2731 pszFound += wxStrlen(szHeader) + 2 /* ': ' */; in GetHeaderValue()
2735 wxChar const * pszEndLine = wxStrchr(pszFound, wxT('\n')); in GetHeaderValue()
2736 if ( pszEndLine == NULL ) pszEndLine = pszFound + wxStrlen(pszFound); in GetHeaderValue()
2740 wxString retVal( pszFound, pszEndLine - pszFound ); in GetHeaderValue()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dintl.cpp2727 wxChar const * pszFound = wxStrstr(pszTrans, szHeader); in GetHeaderValue() local
2728 if ( pszFound == NULL ) in GetHeaderValue()
2731 pszFound += wxStrlen(szHeader) + 2 /* ': ' */; in GetHeaderValue()
2735 wxChar const * pszEndLine = wxStrchr(pszFound, wxT('\n')); in GetHeaderValue()
2736 if ( pszEndLine == NULL ) pszEndLine = pszFound + wxStrlen(pszFound); in GetHeaderValue()
2740 wxString retVal( pszFound, pszEndLine - pszFound ); in GetHeaderValue()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dintl.cpp2727 wxChar const * pszFound = wxStrstr(pszTrans, szHeader); in GetHeaderValue() local
2728 if ( pszFound == NULL ) in GetHeaderValue()
2731 pszFound += wxStrlen(szHeader) + 2 /* ': ' */; in GetHeaderValue()
2735 wxChar const * pszEndLine = wxStrchr(pszFound, wxT('\n')); in GetHeaderValue()
2736 if ( pszEndLine == NULL ) pszEndLine = pszFound + wxStrlen(pszFound); in GetHeaderValue()
2740 wxString retVal( pszFound, pszEndLine - pszFound ); in GetHeaderValue()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dintl.cpp2727 wxChar const * pszFound = wxStrstr(pszTrans, szHeader); in GetHeaderValue() local
2728 if ( pszFound == NULL ) in GetHeaderValue()
2731 pszFound += wxStrlen(szHeader) + 2 /* ': ' */; in GetHeaderValue()
2735 wxChar const * pszEndLine = wxStrchr(pszFound, wxT('\n')); in GetHeaderValue()
2736 if ( pszEndLine == NULL ) pszEndLine = pszFound + wxStrlen(pszFound); in GetHeaderValue()
2740 wxString retVal( pszFound, pszEndLine - pszFound ); in GetHeaderValue()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogrfeaturestyle.cpp1583 const char *pszFound; in GetSpecificId() local
1592 if ((pszFound = strstr(pszId, pszRealWanted)) != NULL) in GetSpecificId()
1597 if (pszFound[strlen(pszRealWanted)] == '-' ) in GetSpecificId()
1598 nValue =atoi(&pszFound[strlen(pszRealWanted)+1]); in GetSpecificId()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrfeaturestyle.cpp1598 const char *pszFound = strstr(pszId, pszRealWanted); in GetSpecificId() local
1599 if( pszFound != nullptr ) in GetSpecificId()
1604 if( pszFound[strlen(pszRealWanted)] == '-' ) in GetSpecificId()
1605 nValue =atoi(&pszFound[strlen(pszRealWanted)+1]); in GetSpecificId()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrfeaturestyle.cpp1598 const char *pszFound = strstr(pszId, pszRealWanted); in GetSpecificId() local
1599 if( pszFound != nullptr ) in GetSpecificId()
1604 if( pszFound[strlen(pszRealWanted)] == '-' ) in GetSpecificId()
1605 nValue =atoi(&pszFound[strlen(pszRealWanted)+1]); in GetSpecificId()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapwmslayer.c536 const char *pszFound; in msBuildWMSLayerURL() local
553 (pszFound = strstr(pszLyrEPSG, pszEPSG)) == NULL || in msBuildWMSLayerURL()
554 ! ((*(pszFound+nLen) == '\0') || isspace(*(pszFound+nLen))) ) { in msBuildWMSLayerURL()
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrfeaturestyle.cpp1598 const char *pszFound = strstr(pszId, pszRealWanted); in GetSpecificId() local
1599 if( pszFound != nullptr ) in GetSpecificId()
1604 if( pszFound[strlen(pszRealWanted)] == '-' ) in GetSpecificId()
1605 nValue =atoi(&pszFound[strlen(pszRealWanted)+1]); in GetSpecificId()
/dports/multimedia/xawtv/xawtv-3.107/todo/tmohan/
H A Dwebcam.c889 char *pszFound; in ftp_upload_htmlfile() local
893 pszFound = NULL; in ftp_upload_htmlfile()