|
ZOO_DLL_EXPORT char * | readVSIFile (maps *, const char *) |
| Read a file using the GDAL VSI API. More...
|
|
ZOO_DLL_EXPORT int | setOutputValue (maps *, const char *, char *, size_t) |
| Set an output value. More...
|
|
ZOO_DLL_EXPORT char * | getInputValue (maps *, const char *, size_t *) |
| Access an input value. More...
|
|
ZOO_DLL_EXPORT struct zooLock * | lockFile (maps *, const char *, const char) |
| Lock a file for read, write and upload. More...
|
|
ZOO_DLL_EXPORT int | unlockFile (maps *, struct zooLock *) |
| Remove a lock. More...
|
|
ZOO_DLL_EXPORT void | unhandleStatus (maps *) |
| Stop handling status repport. More...
|
|
ZOO_DLL_EXPORT int | _updateStatus (maps *) |
| Update the current status of the running service. More...
|
|
ZOO_DLL_EXPORT char * | _getStatus (maps *, char *) |
| Get the ongoing status of a running service. More...
|
|
ZOO_DLL_EXPORT char * | _getStatusFile (maps *, char *) |
| Read the cache file of a running service. More...
|
|
ZOO_DLL_EXPORT char * | getStatus (int) |
| Get the current status of the running service. More...
|
|
ZOO_DLL_EXPORT char * | getStatusId (maps *, char *) |
| Read the sid file attached of a service if any. More...
|
|
ZOO_DLL_EXPORT int | updateStatus (maps *, const int, const char *) |
| Update the status of an ongoing service. More...
|
|
ZOO_DLL_EXPORT int | removeShmLock (maps *, int) |
| Try to remove a semaphore set. More...
|
|
ZOO_DLL_EXPORT semid | acquireLock (maps *) |
| Acquire the global lock. More...
|
|
ZOO_DLL_EXPORT semid | getShmLockId (maps *, int) |
| Try to create or access a semaphore set. More...
|
|
ZOO_DLL_EXPORT int | lockShm (semid) |
|
ZOO_DLL_EXPORT |