PostGIS
2.1.10dev-r@@SVN_REVISION@@
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
void default_rt_info_handler
(
const char *
fmt
,
va_list
ap
)
Definition at line
788
of file
rt_api.c
.
Referenced by
main()
, and
rt_install_default_allocators()
.
788
{
789
790
static
const
char
*label =
"INFO: "
;
791
char
newfmt[1024] = {0};
792
snprintf(newfmt, 1024,
"%s%s\n"
, label,
fmt
);
793
newfmt[1023] =
'\0'
;
794
795
vprintf(newfmt, ap);
796
797
va_end(ap);
798
}
pixval.fmt
tuple fmt
Definition:
pixval.py:92
Here is the caller graph for this function:
raster
rt_core
rt_api.h
Generated by
1.8.9.1