PostGIS 3.6.2dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ rt_util_gdal_progress_func()

static int rt_util_gdal_progress_func ( double  dfComplete,
const char *  pszMessage,
void *  pProgressArg 
)
static

Definition at line 58 of file rt_gdal.c.

62{
63 (void)dfComplete;
64 (void)pszMessage;
65
67 {
68 // rtwarn("%s interrupted at %g", (const char*)pProgressArg, dfComplete);
70 return FALSE;
71 }
72 else
73 return TRUE;
74}
#define TRUE
Definition dbfopen.c:73
#define FALSE
Definition dbfopen.c:72
int _lwgeom_interrupt_requested
Definition lwgeom_api.c:656

References _lwgeom_interrupt_requested, FALSE, and TRUE.

Referenced by rt_raster_gdal_contour().

Here is the caller graph for this function: