Home
last modified time | relevance | path

Searched defs:mapcache_context (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/mapcache/mapcache-1.10.0/include/
H A Dmapcache.h110 typedef struct mapcache_context mapcache_context; typedef
159 struct mapcache_context { struct
167 void (*set_error)(mapcache_context *ctx, int code, char *message, ...); argument
175 int (*get_error)(mapcache_context * ctx); argument
181 char* (*get_error_message)(mapcache_context * ctx); argument
187 void (*clear_errors)(mapcache_context * ctx); argument
193 void (*pop_errors)(mapcache_context * ctx, void **error); argument
199 void (*push_errors)(mapcache_context * ctx, void *error); argument
208 const char* (*get_instance_id)(mapcache_context * ctx); argument
209 mapcache_context* (*clone)(mapcache_context *ctx); argument
[all …]