|
libdap++
Updated for version 3.13.1
|
#include <cerrno>

Go to the source code of this file.
Macros | |
| #define | CACHE_EMPTY_ETAG "@cache@" |
| #define | CACHE_INDEX ".index" |
| #define | CACHE_LOCATION "/tmp/" |
| #define | CACHE_LOCK ".lock" |
| #define | CACHE_META ".meta" |
| #define | CACHE_ROOT "dods-cache/" |
| #define | DIR_SEPARATOR_CHAR '/' |
| #define | DIR_SEPARATOR_STR "/" |
| #define | MKDIR(a, b) mkdir((a), (b)) |
| #define | MKSTEMP(a) mkstemp((a)) |
| #define | REMOVE(a) ((void)remove((a))) |
| #define | REMOVE_BOOL(a) remove((a)) |
| #define | UMASK(a) umask((a)) |
| #define CACHE_EMPTY_ETAG "@cache@" |
Definition at line 68 of file HTTPCacheMacros.h.
| #define CACHE_INDEX ".index" |
Definition at line 65 of file HTTPCacheMacros.h.
| #define CACHE_LOCATION "/tmp/" |
Definition at line 61 of file HTTPCacheMacros.h.
| #define CACHE_LOCK ".lock" |
Definition at line 66 of file HTTPCacheMacros.h.
| #define CACHE_META ".meta" |
Definition at line 67 of file HTTPCacheMacros.h.
Referenced by libdap::HTTPCache::cache_response().
| #define CACHE_ROOT "dods-cache/" |
Definition at line 62 of file HTTPCacheMacros.h.
| #define DIR_SEPARATOR_CHAR '/' |
Definition at line 53 of file HTTPCacheMacros.h.
| #define DIR_SEPARATOR_STR "/" |
Definition at line 54 of file HTTPCacheMacros.h.
| #define MKDIR | ( | a, | |
| b | |||
| ) | mkdir((a), (b)) |
Definition at line 34 of file HTTPCacheMacros.h.
| #define MKSTEMP | ( | a | ) | mkstemp((a)) |
Definition at line 52 of file HTTPCacheMacros.h.
| #define REMOVE | ( | a | ) | ((void)remove((a))) |
Definition at line 50 of file HTTPCacheMacros.h.
Referenced by libdap::HTTPCache::cache_response(), and libdap::HTTPCacheTable::remove_cache_entry().
| #define REMOVE_BOOL | ( | a | ) | remove((a)) |
Definition at line 49 of file HTTPCacheMacros.h.
Referenced by libdap::HTTPCacheTable::cache_index_delete().
| #define UMASK | ( | a | ) | umask((a)) |
Definition at line 35 of file HTTPCacheMacros.h.