Home
last modified time | relevance | path

Searched refs:pszUrl (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/www/webcrawl/webcrawl-1.10/
H A Durl.c77 int SplitURL (char * pszUrl, char * pszHost, char * pszFile, int * pnPort) in SplitURL() argument
85 if (* pszUrl == '/') in SplitURL()
87 while (pszUrl [nPos] && pszUrl [nPos] != '\r') in SplitURL()
89 if (n == 1 && pszUrl [nPos] == ':') in SplitURL()
97 if (n == 1 && pszUrl [nPos] != '/') in SplitURL()
99 * (p ++) = pszUrl [nPos ++]; in SplitURL()
102 if (n == 1 && pszUrl [nPos] == '/') in SplitURL()
110 if (n == 2 && pszUrl [nPos] >= '0' && pszUrl[nPos] <= '9') in SplitURL()
112 *pnPort = (*pnPort * 10) + (int)(pszUrl[nPos++] - '0'); in SplitURL()
115 if (n == 2 && pszUrl [nPos] == '/') in SplitURL()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmlfeaturestyle.cpp222 char *pszUrl = CPLStrdup ( poKmlStyleUrl.c_str ( ) ); in kml2featurestyle() local
229 if ( *pszUrl == '#' in kml2featurestyle()
232 pszTest = poOgrSTBLLayer->Find ( pszUrl + 1 ); in kml2featurestyle()
248 *pszUrl = '@'; in kml2featurestyle()
250 poOgrFeat->SetStyleString( pszUrl ); in kml2featurestyle()
281 pszUrl[nPathLen] = '@'; in kml2featurestyle()
282 poOgrFeat->SetStyleString ( pszUrl + nPathLen ); in kml2featurestyle()
297 char *pszUrlTmp = CPLStrdup(pszUrl); in kml2featurestyle()
352 poOgrFeat->SetStyleString ( pszUrl ); in kml2featurestyle()
360 poOgrFeat->SetStyleString ( pszUrl ); in kml2featurestyle()
[all …]
H A Dogrlibkmlstyle.cpp844 char *pszUrl = CPLStrdup ( styleurl.c_str ( ) ); in StyleFromStyleURL() local
850 if ( *pszUrl == '#' && poStyleTable ) { in StyleFromStyleURL()
856 pszTest = poStyleTable->Find ( pszUrl + 1 ); in StyleFromStyleURL()
865 else if ( strchr(pszUrl, '#') ) { in StyleFromStyleURL()
872 char *pszUrlTmp = CPLStrdup(pszUrl); in StyleFromStyleURL()
918 CPLFree ( pszUrl ); in StyleFromStyleURL()
930 CPLFree ( pszUrl ); in StyleFromStyleURL()
956 CPLFree ( pszUrl ); in StyleFromStyleURL()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmlfeaturestyle.cpp185 char *pszUrl = CPLStrdup( poKmlStyleUrl.c_str() ); in kml2featurestyle() local
191 if( *pszUrl == '#' && in kml2featurestyle()
194 pszTest = poOgrSTBLLayer->Find( pszUrl + 1 ); in kml2featurestyle()
209 *pszUrl = '@'; in kml2featurestyle()
210 poOgrFeat->SetStyleString( pszUrl ); in kml2featurestyle()
236 pszUrl[nPathLen] = '@'; in kml2featurestyle()
237 poOgrFeat->SetStyleString( pszUrl + nPathLen ); in kml2featurestyle()
249 char *pszUrlTmp = CPLStrdup(pszUrl); in kml2featurestyle()
294 poOgrFeat->SetStyleString( pszUrl ); in kml2featurestyle()
301 poOgrFeat->SetStyleString( pszUrl ); in kml2featurestyle()
[all …]
H A Dogrlibkmlstyle.cpp813 char *pszUrl = CPLStrdup( styleurl.c_str() ); in StyleFromStyleURL() local
817 if( *pszUrl == '#' && poStyleTable ) in StyleFromStyleURL()
821 const char *pszTest = poStyleTable->Find( pszUrl + 1 ); in StyleFromStyleURL()
830 else if( strchr(pszUrl, '#') ) in StyleFromStyleURL()
837 char *pszUrlTmp = CPLStrdup(pszUrl); in StyleFromStyleURL()
881 CPLFree(pszUrl); in StyleFromStyleURL()
895 CPLFree(pszUrl); in StyleFromStyleURL()
916 CPLFree( pszUrl ); in StyleFromStyleURL()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmlfeaturestyle.cpp185 char *pszUrl = CPLStrdup( poKmlStyleUrl.c_str() ); in kml2featurestyle() local
191 if( *pszUrl == '#' && in kml2featurestyle()
194 pszTest = poOgrSTBLLayer->Find( pszUrl + 1 ); in kml2featurestyle()
209 *pszUrl = '@'; in kml2featurestyle()
210 poOgrFeat->SetStyleString( pszUrl ); in kml2featurestyle()
236 pszUrl[nPathLen] = '@'; in kml2featurestyle()
237 poOgrFeat->SetStyleString( pszUrl + nPathLen ); in kml2featurestyle()
249 char *pszUrlTmp = CPLStrdup(pszUrl); in kml2featurestyle()
294 poOgrFeat->SetStyleString( pszUrl ); in kml2featurestyle()
301 poOgrFeat->SetStyleString( pszUrl ); in kml2featurestyle()
[all …]
H A Dogrlibkmlstyle.cpp813 char *pszUrl = CPLStrdup( styleurl.c_str() );
817 if( *pszUrl == '#' && poStyleTable )
821 const char *pszTest = poStyleTable->Find( pszUrl + 1 );
830 else if( strchr(pszUrl, '#') ) in SetStyleTable()
837 char *pszUrlTmp = CPLStrdup(pszUrl); in SetStyleTable()
881 CPLFree(pszUrl); in SetStyleTable()
895 CPLFree(pszUrl); in SetStyleTable()
916 CPLFree( pszUrl );
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmlfeaturestyle.cpp185 char *pszUrl = CPLStrdup( poKmlStyleUrl.c_str() ); in kml2featurestyle() local
191 if( *pszUrl == '#' && in kml2featurestyle()
194 pszTest = poOgrSTBLLayer->Find( pszUrl + 1 ); in kml2featurestyle()
209 *pszUrl = '@'; in kml2featurestyle()
210 poOgrFeat->SetStyleString( pszUrl ); in kml2featurestyle()
236 pszUrl[nPathLen] = '@'; in kml2featurestyle()
237 poOgrFeat->SetStyleString( pszUrl + nPathLen ); in kml2featurestyle()
249 char *pszUrlTmp = CPLStrdup(pszUrl); in kml2featurestyle()
294 poOgrFeat->SetStyleString( pszUrl ); in kml2featurestyle()
301 poOgrFeat->SetStyleString( pszUrl ); in kml2featurestyle()
[all …]
H A Dogrlibkmlstyle.cpp813 char *pszUrl = CPLStrdup( styleurl.c_str() ); in StyleFromStyleURL() local
817 if( *pszUrl == '#' && poStyleTable ) in StyleFromStyleURL()
821 const char *pszTest = poStyleTable->Find( pszUrl + 1 ); in StyleFromStyleURL()
830 else if( strchr(pszUrl, '#') ) in StyleFromStyleURL()
837 char *pszUrlTmp = CPLStrdup(pszUrl); in StyleFromStyleURL()
881 CPLFree(pszUrl); in StyleFromStyleURL()
895 CPLFree(pszUrl); in StyleFromStyleURL()
916 CPLFree( pszUrl ); in StyleFromStyleURL()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtlogstg.h410 LPCWSTR pszUrl,
425 LPCWSTR pszUrl,
462 LPCWSTR pszUrl,
480 LPCWSTR pszUrl,
511 …e ITravelLogStg_CreateEntry(This,pszUrl,pszTitle,ptleRelativeTo,fPrepend,pptle) (This)->lpVtbl->Cr…
514 #define ITravelLogStg_FindEntries(This,flags,pszUrl,ppenum) (This)->lpVtbl->FindEntries(This,flags,
530 static FORCEINLINE HRESULT ITravelLogStg_CreateEntry(ITravelLogStg* This,LPCWSTR pszUrl,LPCWSTR psz…
531 return This->lpVtbl->CreateEntry(This,pszUrl,pszTitle,ptleRelativeTo,fPrepend,pptle);
539 …SULT ITravelLogStg_FindEntries(ITravelLogStg* This,TLENUMF flags,LPCWSTR pszUrl,IEnumTravelLogEntr…
540 return This->lpVtbl->FindEntries(This,flags,pszUrl,ppenum);
H A Diimgctx.h58 STDMETHOD(Load)(THIS_ LPCWSTR pszUrl,DWORD dwFlags) PURE; in DECLARE_INTERFACE_()
74 #define IImgCtx_Load(This,pszUrl,dwFlags) (This)->lpVtbl->Load(This,pszUrl,dwFlags) argument
H A Dhttpext.h181 LPSTR pszUrl; member
196 LPWSTR pszUrl; member
228 typedef HRESULT (WINAPI *PFN_HSE_CACHE_INVALIDATION_CALLBACK)(WCHAR *pszUrl);
H A Dshlwapi.h638 LWSTDAPI_(WINBOOL) UrlIsA(LPCSTR pszUrl,URLIS UrlIs);
639 LWSTDAPI_(WINBOOL) UrlIsW(LPCWSTR pszUrl,URLIS UrlIs);
644 LWSTDAPI UrlEscapeA(LPCSTR pszUrl,LPSTR pszEscaped,LPDWORD pcchEscaped,DWORD dwFlags);
645 LWSTDAPI UrlEscapeW(LPCWSTR pszUrl,LPWSTR pszEscaped,LPDWORD pcchEscaped,DWORD dwFlags);
646 LWSTDAPI UrlCreateFromPathA(LPCSTR pszPath,LPSTR pszUrl,LPDWORD pcchUrl,DWORD dwFlags);
647 LWSTDAPI UrlCreateFromPathW(LPCWSTR pszPath,LPWSTR pszUrl,LPDWORD pcchUrl,DWORD dwFlags);
648 LWSTDAPI PathCreateFromUrlA(LPCSTR pszUrl,LPSTR pszPath,LPDWORD pcchPath,DWORD dwFlags);
653 LWSTDAPI UrlHashA(LPCSTR pszUrl,LPBYTE pbHash,DWORD cbHash);
654 LWSTDAPI UrlHashW(LPCWSTR pszUrl,LPBYTE pbHash,DWORD cbHash);
680 #define UrlEscapeSpaces(pszUrl,pszEscaped,pcchEscaped) UrlCanonicalize(pszUrl,pszEscaped,pcchEscape… argument
[all …]
H A Dhtiface.h224 …rfHLNF,LPBC pbc,IBindStatusCallback *pibsc,LPCWSTR pszTargetName,LPCWSTR pszUrl,LPCWSTR pszLocatio…
237 …rfHLNF,LPBC pbc,IBindStatusCallback *pibsc,LPCWSTR pszTargetName,LPCWSTR pszUrl,LPCWSTR pszLocatio…
252 …fHLNF,pbc,pibsc,pszTargetName,pszUrl,pszLocation) (This)->lpVtbl->NavigateHack(This,grfHLNF,pbc,pi… argument
264 …rfHLNF,LPBC pbc,IBindStatusCallback *pibsc,LPCWSTR pszTargetName,LPCWSTR pszUrl,LPCWSTR pszLocatio…
H A Dhtmlhelp.h152 PCSTR pszUrl; member
171 LPCTSTR pszUrl; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtlogstg.h410 LPCWSTR pszUrl,
425 LPCWSTR pszUrl,
462 LPCWSTR pszUrl,
480 LPCWSTR pszUrl,
511 …e ITravelLogStg_CreateEntry(This,pszUrl,pszTitle,ptleRelativeTo,fPrepend,pptle) (This)->lpVtbl->Cr…
514 #define ITravelLogStg_FindEntries(This,flags,pszUrl,ppenum) (This)->lpVtbl->FindEntries(This,flags,
530 static FORCEINLINE HRESULT ITravelLogStg_CreateEntry(ITravelLogStg* This,LPCWSTR pszUrl,LPCWSTR psz…
531 return This->lpVtbl->CreateEntry(This,pszUrl,pszTitle,ptleRelativeTo,fPrepend,pptle);
539 …SULT ITravelLogStg_FindEntries(ITravelLogStg* This,TLENUMF flags,LPCWSTR pszUrl,IEnumTravelLogEntr…
540 return This->lpVtbl->FindEntries(This,flags,pszUrl,ppenum);
H A Diimgctx.h58 STDMETHOD(Load)(THIS_ LPCWSTR pszUrl,DWORD dwFlags) PURE; in DECLARE_INTERFACE_()
74 #define IImgCtx_Load(This,pszUrl,dwFlags) (This)->lpVtbl->Load(This,pszUrl,dwFlags) argument
H A Dhttpext.h181 LPSTR pszUrl; member
196 LPWSTR pszUrl; member
228 typedef HRESULT (WINAPI *PFN_HSE_CACHE_INVALIDATION_CALLBACK)(WCHAR *pszUrl);
H A Dshlwapi.h638 LWSTDAPI_(WINBOOL) UrlIsA(LPCSTR pszUrl,URLIS UrlIs);
639 LWSTDAPI_(WINBOOL) UrlIsW(LPCWSTR pszUrl,URLIS UrlIs);
644 LWSTDAPI UrlEscapeA(LPCSTR pszUrl,LPSTR pszEscaped,LPDWORD pcchEscaped,DWORD dwFlags);
645 LWSTDAPI UrlEscapeW(LPCWSTR pszUrl,LPWSTR pszEscaped,LPDWORD pcchEscaped,DWORD dwFlags);
646 LWSTDAPI UrlCreateFromPathA(LPCSTR pszPath,LPSTR pszUrl,LPDWORD pcchUrl,DWORD dwFlags);
647 LWSTDAPI UrlCreateFromPathW(LPCWSTR pszPath,LPWSTR pszUrl,LPDWORD pcchUrl,DWORD dwFlags);
648 LWSTDAPI PathCreateFromUrlA(LPCSTR pszUrl,LPSTR pszPath,LPDWORD pcchPath,DWORD dwFlags);
653 LWSTDAPI UrlHashA(LPCSTR pszUrl,LPBYTE pbHash,DWORD cbHash);
654 LWSTDAPI UrlHashW(LPCWSTR pszUrl,LPBYTE pbHash,DWORD cbHash);
680 #define UrlEscapeSpaces(pszUrl,pszEscaped,pcchEscaped) UrlCanonicalize(pszUrl,pszEscaped,pcchEscape… argument
[all …]
H A Dhtiface.h224 …rfHLNF,LPBC pbc,IBindStatusCallback *pibsc,LPCWSTR pszTargetName,LPCWSTR pszUrl,LPCWSTR pszLocatio…
237 …rfHLNF,LPBC pbc,IBindStatusCallback *pibsc,LPCWSTR pszTargetName,LPCWSTR pszUrl,LPCWSTR pszLocatio…
252 …fHLNF,pbc,pibsc,pszTargetName,pszUrl,pszLocation) (This)->lpVtbl->NavigateHack(This,grfHLNF,pbc,pi… argument
264 …rfHLNF,LPBC pbc,IBindStatusCallback *pibsc,LPCWSTR pszTargetName,LPCWSTR pszUrl,LPCWSTR pszLocatio…
/dports/devel/matreshka/matreshka-0.7.0/source/xml/sax/
H A Dxml-sax-input_sources-streams-files-naming_utilities__windows.adb73 (pszUrl : PCWSTR;
81 pszUrl : PWSTR;
/dports/graphics/py-gdal/gdal-3.3.3/frmts/wms/
H A Dgdalwmscache.cpp239 CPLErr GDALWMSCache::Initialize(const char *pszUrl, CPLXMLNode *pConfig) { in Initialize() argument
255 m_osCachePath = CPLFormFilename( m_osCachePath, CPLMD5String( pszUrl ), nullptr ); in Initialize()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/wms/
H A Dgdalwmscache.cpp239 CPLErr GDALWMSCache::Initialize(const char *pszUrl, CPLXMLNode *pConfig) { in Initialize() argument
255 m_osCachePath = CPLFormFilename( m_osCachePath, CPLMD5String( pszUrl ), nullptr ); in Initialize()
/dports/graphics/gdal/gdal-3.3.3/frmts/wms/
H A Dgdalwmscache.cpp239 CPLErr GDALWMSCache::Initialize(const char *pszUrl, CPLXMLNode *pConfig) { in Initialize() argument
255 m_osCachePath = CPLFormFilename( m_osCachePath, CPLMD5String( pszUrl ), nullptr ); in Initialize()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/windows/jnisrc/libWindows/
H A Dhtmlhelp.h171 PCSTR pszUrl; // Multi-byte, null-terminated string member
192 LPCTSTR pszUrl; // URL to jump to if no keywords found (may be NULL) member

12345678910