| ||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
Documentation | ||||||||||||||||||||||||||||||||||||||||||||||||||||
type C'apr_memcache_server_status_t = CUInt | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'APR_MC_SERVER_LIVE :: Num a => a | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'APR_MC_SERVER_DEAD :: Num a => a | ||||||||||||||||||||||||||||||||||||||||||||||||||||
data C'apr_memcache_conn_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
data C'apr_memcache_server_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
type C'apr_memcache_hash_func = FunPtr (Ptr () -> Ptr CChar -> C'apr_size_t -> IO C'apr_uint32_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
type C'apr_memcache_server_func = FunPtr (Ptr () -> Ptr C'apr_memcache_t -> C'apr_uint32_t -> IO (Ptr C'apr_memcache_server_t)) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
mk'apr_memcache_hash_func :: (Ptr () -> Ptr CChar -> C'apr_size_t -> IO C'apr_uint32_t) -> IO C'apr_memcache_hash_func | ||||||||||||||||||||||||||||||||||||||||||||||||||||
mk'apr_memcache_server_func :: (Ptr () -> Ptr C'apr_memcache_t -> C'apr_uint32_t -> IO (Ptr C'apr_memcache_server_t)) -> IO C'apr_memcache_server_func | ||||||||||||||||||||||||||||||||||||||||||||||||||||
mK'apr_memcache_hash_func :: C'apr_memcache_hash_func -> Ptr () -> Ptr CChar -> C'apr_size_t -> IO C'apr_uint32_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
data C'apr_memcache_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
mK'apr_memcache_server_func :: C'apr_memcache_server_func -> Ptr () -> Ptr C'apr_memcache_t -> C'apr_uint32_t -> IO (Ptr C'apr_memcache_server_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
data C'apr_memcache_value_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_hash :: Ptr C'apr_memcache_t -> Ptr CChar -> C'apr_size_t -> IO C'apr_uint32_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_hash_crc32 :: Ptr () -> Ptr CChar -> C'apr_size_t -> IO C'apr_uint32_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_hash_default :: Ptr () -> Ptr CChar -> C'apr_size_t -> IO C'apr_uint32_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_hash :: FunPtr (Ptr C'apr_memcache_t -> Ptr CChar -> C'apr_size_t -> IO C'apr_uint32_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_hash_crc32 :: FunPtr (Ptr () -> Ptr CChar -> C'apr_size_t -> IO C'apr_uint32_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_hash_default :: FunPtr (Ptr () -> Ptr CChar -> C'apr_size_t -> IO C'apr_uint32_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_find_server_hash :: Ptr C'apr_memcache_t -> C'apr_uint32_t -> IO (Ptr C'apr_memcache_server_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_find_server_hash_default :: Ptr () -> Ptr C'apr_memcache_t -> C'apr_uint32_t -> IO (Ptr C'apr_memcache_server_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_find_server_hash :: FunPtr (Ptr C'apr_memcache_t -> C'apr_uint32_t -> IO (Ptr C'apr_memcache_server_t)) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_add_server :: Ptr C'apr_memcache_t -> Ptr C'apr_memcache_server_t -> IO C'apr_status_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_find_server_hash_default :: FunPtr (Ptr () -> Ptr C'apr_memcache_t -> C'apr_uint32_t -> IO (Ptr C'apr_memcache_server_t)) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_find_server :: Ptr C'apr_memcache_t -> Ptr CChar -> C'apr_port_t -> IO (Ptr C'apr_memcache_server_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_enable_server :: Ptr C'apr_memcache_t -> Ptr C'apr_memcache_server_t -> IO C'apr_status_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_add_server :: FunPtr (Ptr C'apr_memcache_t -> Ptr C'apr_memcache_server_t -> IO C'apr_status_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_disable_server :: Ptr C'apr_memcache_t -> Ptr C'apr_memcache_server_t -> IO C'apr_status_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_find_server :: FunPtr (Ptr C'apr_memcache_t -> Ptr CChar -> C'apr_port_t -> IO (Ptr C'apr_memcache_server_t)) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_enable_server :: FunPtr (Ptr C'apr_memcache_t -> Ptr C'apr_memcache_server_t -> IO C'apr_status_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_server_create :: Ptr C'apr_pool_t -> Ptr CChar -> C'apr_port_t -> C'apr_uint32_t -> C'apr_uint32_t -> C'apr_uint32_t -> C'apr_uint32_t -> Ptr (Ptr C'apr_memcache_server_t) -> IO C'apr_status_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_disable_server :: FunPtr (Ptr C'apr_memcache_t -> Ptr C'apr_memcache_server_t -> IO C'apr_status_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_create :: Ptr C'apr_pool_t -> C'apr_uint16_t -> C'apr_uint32_t -> Ptr (Ptr C'apr_memcache_t) -> IO C'apr_status_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_getp :: Ptr C'apr_memcache_t -> Ptr C'apr_pool_t -> Ptr CChar -> Ptr (Ptr CChar) -> Ptr C'apr_size_t -> Ptr C'apr_uint16_t -> IO C'apr_status_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_server_create :: FunPtr (Ptr C'apr_pool_t -> Ptr CChar -> C'apr_port_t -> C'apr_uint32_t -> C'apr_uint32_t -> C'apr_uint32_t -> C'apr_uint32_t -> Ptr (Ptr C'apr_memcache_server_t) -> IO C'apr_status_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_add_multget_key :: Ptr C'apr_pool_t -> Ptr CChar -> Ptr (Ptr C'apr_hash_t) -> IO () | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_create :: FunPtr (Ptr C'apr_pool_t -> C'apr_uint16_t -> C'apr_uint32_t -> Ptr (Ptr C'apr_memcache_t) -> IO C'apr_status_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_multgetp :: Ptr C'apr_memcache_t -> Ptr C'apr_pool_t -> Ptr C'apr_pool_t -> Ptr C'apr_hash_t -> IO C'apr_status_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_getp :: FunPtr (Ptr C'apr_memcache_t -> Ptr C'apr_pool_t -> Ptr CChar -> Ptr (Ptr CChar) -> Ptr C'apr_size_t -> Ptr C'apr_uint16_t -> IO C'apr_status_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_add_multget_key :: FunPtr (Ptr C'apr_pool_t -> Ptr CChar -> Ptr (Ptr C'apr_hash_t) -> IO ()) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_set :: Ptr C'apr_memcache_t -> Ptr CChar -> Ptr CChar -> C'apr_size_t -> C'apr_uint32_t -> C'apr_uint16_t -> IO C'apr_status_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_multgetp :: FunPtr (Ptr C'apr_memcache_t -> Ptr C'apr_pool_t -> Ptr C'apr_pool_t -> Ptr C'apr_hash_t -> IO C'apr_status_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_add :: Ptr C'apr_memcache_t -> Ptr CChar -> Ptr CChar -> C'apr_size_t -> C'apr_uint32_t -> C'apr_uint16_t -> IO C'apr_status_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_replace :: Ptr C'apr_memcache_t -> Ptr CChar -> Ptr CChar -> C'apr_size_t -> C'apr_uint32_t -> C'apr_uint16_t -> IO C'apr_status_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_set :: FunPtr (Ptr C'apr_memcache_t -> Ptr CChar -> Ptr CChar -> C'apr_size_t -> C'apr_uint32_t -> C'apr_uint16_t -> IO C'apr_status_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_delete :: Ptr C'apr_memcache_t -> Ptr CChar -> C'apr_uint32_t -> IO C'apr_status_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_add :: FunPtr (Ptr C'apr_memcache_t -> Ptr CChar -> Ptr CChar -> C'apr_size_t -> C'apr_uint32_t -> C'apr_uint16_t -> IO C'apr_status_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_incr :: Ptr C'apr_memcache_t -> Ptr CChar -> C'apr_int32_t -> Ptr C'apr_uint32_t -> IO C'apr_status_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_replace :: FunPtr (Ptr C'apr_memcache_t -> Ptr CChar -> Ptr CChar -> C'apr_size_t -> C'apr_uint32_t -> C'apr_uint16_t -> IO C'apr_status_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_delete :: FunPtr (Ptr C'apr_memcache_t -> Ptr CChar -> C'apr_uint32_t -> IO C'apr_status_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_decr :: Ptr C'apr_memcache_t -> Ptr CChar -> C'apr_int32_t -> Ptr C'apr_uint32_t -> IO C'apr_status_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_version :: Ptr C'apr_memcache_server_t -> Ptr C'apr_pool_t -> Ptr (Ptr CChar) -> IO C'apr_status_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_incr :: FunPtr (Ptr C'apr_memcache_t -> Ptr CChar -> C'apr_int32_t -> Ptr C'apr_uint32_t -> IO C'apr_status_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_decr :: FunPtr (Ptr C'apr_memcache_t -> Ptr CChar -> C'apr_int32_t -> Ptr C'apr_uint32_t -> IO C'apr_status_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_version :: FunPtr (Ptr C'apr_memcache_server_t -> Ptr C'apr_pool_t -> Ptr (Ptr CChar) -> IO C'apr_status_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
data C'apr_memcache_stats_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
c'apr_memcache_stats :: Ptr C'apr_memcache_server_t -> Ptr C'apr_pool_t -> Ptr (Ptr C'apr_memcache_stats_t) -> IO C'apr_status_t | ||||||||||||||||||||||||||||||||||||||||||||||||||||
p'apr_memcache_stats :: FunPtr (Ptr C'apr_memcache_server_t -> Ptr C'apr_pool_t -> Ptr (Ptr C'apr_memcache_stats_t) -> IO C'apr_status_t) | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Produced by Haddock version 2.6.1 |