memcache.structd

Undocumented in source.

Public Imports

memcache
public import memcache;
Undocumented in source.

Members

Aliases

in_port_t
alias in_port_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_behavior
alias memcached_behavior = memcached_behavior_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_callback
alias memcached_callback = memcached_callback_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_calloc_fn
alias memcached_calloc_fn = void* function(const memcached_st* ptr, size_t nelem, const size_t elsize, void* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_cleanup_fn
alias memcached_cleanup_fn = memcached_return_t function(const memcached_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_cleanup_func
alias memcached_cleanup_func = memcached_cleanup_fn
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_clone_fn
alias memcached_clone_fn = memcached_return_t function(memcached_st* destination, const memcached_st* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_clone_func
alias memcached_clone_func = memcached_clone_fn
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_connection
alias memcached_connection = memcached_connection_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_dump_fn
alias memcached_dump_fn = memcached_return_t function(const memcached_st* ptr, const char* key, size_t key_length, void* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_dump_func
alias memcached_dump_func = memcached_dump_fn
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_execute_fn
alias memcached_execute_fn = memcached_return_t function(const memcached_st* ptr, memcached_result_st* result, void* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_execute_function
alias memcached_execute_function = memcached_execute_fn
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_free_fn
alias memcached_free_fn = void function(const memcached_st* ptr, void* mem, void* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_hash
alias memcached_hash = memcached_hash_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_malloc_fn
alias memcached_malloc_fn = void* function(const memcached_st* ptr, const size_t size, void* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_realloc_fn
alias memcached_realloc_fn = void* function(const memcached_st* ptr, void* mem, const size_t size, void* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_return
alias memcached_return = memcached_return_t

@note The following definitions are just here for backwards compatibility.

memcached_server_distribution
alias memcached_server_distribution = memcached_server_distribution_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_fn
alias memcached_server_fn = memcached_return_t function(const memcached_st* ptr, const memcached_instance_st* server, void* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_function
alias memcached_server_function = memcached_server_fn
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_instance_st
alias memcached_server_instance_st = memcached_instance_st*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_list_st
alias memcached_server_list_st = memcached_server_st*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_stat_fn
alias memcached_stat_fn = memcached_return_t function(const memcached_instance_st* server, const char* key, size_t key_length, const char* value, size_t value_length, void* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_trigger_delete_key
alias memcached_trigger_delete_key = memcached_trigger_delete_key_fn
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_trigger_delete_key_fn
alias memcached_trigger_delete_key_fn = memcached_return_t function(const memcached_st* ptr, const char* key, size_t key_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_trigger_key
alias memcached_trigger_key = memcached_trigger_key_fn
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_trigger_key_fn
alias memcached_trigger_key_fn = memcached_return_t function(const memcached_st* ptr, const char* key, size_t key_length, memcached_result_st* result)

Trigger functions.

sasl_callback_t
alias sasl_callback_t = void
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

memcached_allocator_t
struct memcached_allocator_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_analysis_st
struct memcached_analysis_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_array_st
struct memcached_array_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_callback_st
struct memcached_callback_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_continuum_item_st
struct memcached_continuum_item_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_error_t
struct memcached_error_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_instance_st
struct memcached_instance_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_result_st
struct memcached_result_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_sasl_st
struct memcached_sasl_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_st
struct memcached_server_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_st
struct memcached_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_stat_st
struct memcached_stat_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_string_st
struct memcached_string_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_string_t
struct memcached_string_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_virtual_bucket_t
struct memcached_virtual_bucket_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta