Home
last modified time | relevance | path

Searched refs:pszRelToPath (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapdebug.c131 int msSetErrorFile(const char *pszErrorFile, const char *pszRelToPath) in msSetErrorFile() argument
140 if(msBuildPath(extended_path, pszRelToPath, pszErrorFile) == NULL) in msSetErrorFile()
H A Dmaperror.h173 MS_DLL_EXPORT int msSetErrorFile(const char *pszErrorFile, const char *pszRelToPath);
H A Dmapproject.c2348 void msSetPROJ_LIB( const char *proj_lib, const char *pszRelToPath ) argument
2354 if( proj_lib && pszRelToPath
2359 extended_path = (char*) msSmallMalloc(strlen(pszRelToPath)
2361 sprintf( extended_path, "%s/%s", pszRelToPath, proj_lib );