Home
last modified time | relevance | path

Searched refs:gmtlib_found_url_for_gdal (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_internals.h215 EXTERN_MSC bool gmtlib_found_url_for_gdal (char *fname);
H A Dgmt_remote.c1075 if (gmtlib_found_url_for_gdal ((char *)file)) { /* Special URLs for grids to be read via GDAL */ in gmt_set_remote_and_local_filenames()
1380 …if (gmtlib_found_url_for_gdal ((char *)file)) return GMT_NOERROR; /* /vis.../ files are read in GD… in gmt_download_file_if_not_found()
H A Dgmt_grdio.c1117 …if (header->type != GMT_GRID_IS_GD || !gmtlib_found_url_for_gdal(tmp)) /* Do not try path stuff wi… in gmt_grd_get_format()
1129 if (gmtlib_found_url_for_gdal(HH->name)) { in gmt_grd_get_format()
3212 bool gmtlib_found_url_for_gdal (char *fname) { in gmtlib_found_url_for_gdal() function
H A Dgmt_gdalread.c36 if (gmtlib_found_url_for_gdal (gdal_filename)) /* A vis*** URL, pass to GDAL as is */ in gdal_open()
H A Dgmt_api.c8493 …not_url = !(gmtlib_found_url_for_gdal (file) || gmt_M_file_is_url (file)); /* true if neither spec… in GMT_Register_IO()
15618 if (gmtlib_found_url_for_gdal (file)) { /* Special URLs for grids to be read via GDAL */ in GMT_Get_FilePath()
H A Dgmt_io.c5243 if (gmtlib_found_url_for_gdal ((char *)stem)) in gmt_getdatapath()