void MemStore::get(String const, STOREGETCLIENT, void *) STUB
void MemStore::init() STUB
void MemStore::stat(StoreEntry &) const STUB
-
-int MemStore::callback()
-{
- STUB
- return 0;
-}
-
-StoreEntry *MemStore::get(const cache_key *)
-{
- STUB
- return NULL;
-}
-
-uint64_t MemStore::maxSize() const
-{
- STUB
- return 0;
-}
-
-uint64_t MemStore::minSize() const
-{
- STUB
- return 0;
-}
-
-uint64_t MemStore::currentSize() const
-{
- STUB
- return 0;
-}
-
-uint64_t MemStore::currentCount() const
-{
- STUB
- return 0;
-}
-
-int64_t MemStore::maxObjectSize() const
-{
- STUB
- return 0;
-}
-
-StoreSearch *MemStore::search(String const, HttpRequest *)
-{
- STUB
- return NULL;
-}
-
-bool MemStore::dereference(StoreEntry &)
-{
- STUB
- return false;
-}
+int MemStore::callback() STUB_RETVAL(0)
+StoreEntry *MemStore::get(const cache_key *) STUB_RETVAL(NULL)
+uint64_t MemStore::maxSize() const STUB_RETVAL(0)
+uint64_t MemStore::minSize() const STUB_RETVAL(0)
+uint64_t MemStore::currentSize() const STUB_RETVAL(0)
+uint64_t MemStore::currentCount() const STUB_RETVAL(0)
+int64_t MemStore::maxObjectSize() const STUB_RETVAL(0)
+StoreSearch *MemStore::search(String const, HttpRequest *) STUB_RETVAL(NULL)
+bool MemStore::dereference(StoreEntry &) STUB_RETVAL(false)
const char Ipc::coordinatorAddr[] = "";
const char Ipc::strandAddrPfx[] = "";
-String Ipc::Port::MakeAddr(char const*, int)
-{
- STUB
- return "";
-}
+String Ipc::Port::MakeAddr(char const*, int) STUB_RETVAL("")