Home
last modified time | relevance | path

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

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmap_WMS.c218 int map_cache_return; local
437 map_cache_return = 1;
442 map_cache_return = map_cache_get(fileimg,local_filename);
447 fprintf(stderr,"map_cache_return: %d\n", map_cache_return);
453 if (nocache || map_cache_return != 0 )
H A Dmap_geo.c721 int map_cache_return;
1914 map_cache_return = 1;
1919 map_cache_return = map_cache_get(fileimg,local_filename);
1924 fprintf(stderr,"map_cache_return: %d\n", map_cache_return);
1931 if (nocache || map_cache_return != 0 )
H A Dmap_OSM.c320 int map_cache_return = 1; // Default = cache miss in get_OSM_local_file() local
350 map_cache_return = map_cache_get(fileimg,local_filename); in get_OSM_local_file()
357 map_cache_return, in get_OSM_local_file()
361 if (map_cache_return != 0 ) in get_OSM_local_file()