Home
last modified time | relevance | path

Searched refs:memcached_protocol_st (Results 1 – 11 of 11) sorted by relevance

/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libmemcachedprotocol-0.0/
H A Dhandler.h32 typedef struct memcached_protocol_st memcached_protocol_st; typedef
77 memcached_protocol_st *memcached_protocol_create_instance(void);
84 …ary_protocol_callback_st *memcached_binary_protocol_get_callbacks(memcached_protocol_st *instance);
92 void memcached_binary_protocol_set_callbacks(memcached_protocol_st *instance, memcached_binary_prot…
103 void memcached_binary_protocol_set_pedantic(memcached_protocol_st *instance, bool enable);
111 bool memcached_binary_protocol_get_pedantic(memcached_protocol_st *instance);
119 void memcached_protocol_destroy_instance(memcached_protocol_st *instance);
130 void memached_protocol_set_io_functions(memcached_protocol_st *instance,
142 memcached_protocol_client_st *memcached_protocol_create_client(memcached_protocol_st *instance, mem…
/dports/databases/libmemcached/libmemcached-1.0.18/libmemcachedprotocol-0.0/
H A Dhandler.h32 typedef struct memcached_protocol_st memcached_protocol_st; typedef
77 memcached_protocol_st *memcached_protocol_create_instance(void);
84 …ary_protocol_callback_st *memcached_binary_protocol_get_callbacks(memcached_protocol_st *instance);
92 void memcached_binary_protocol_set_callbacks(memcached_protocol_st *instance, memcached_binary_prot…
103 void memcached_binary_protocol_set_pedantic(memcached_protocol_st *instance, bool enable);
111 bool memcached_binary_protocol_get_pedantic(memcached_protocol_st *instance);
119 void memcached_protocol_destroy_instance(memcached_protocol_st *instance);
130 void memached_protocol_set_io_functions(memcached_protocol_st *instance,
142 memcached_protocol_client_st *memcached_protocol_create_client(memcached_protocol_st *instance, mem…
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libmemcachedprotocol/
H A Dcommon.h62 struct memcached_protocol_st { struct
128 memcached_protocol_st *root;
H A Dhandler.c298 struct memcached_protocol_st *memcached_protocol_create_instance(void) in memcached_protocol_create_instance()
300 struct memcached_protocol_st *ret= calloc(1, sizeof(*ret)); in memcached_protocol_create_instance()
331 void memcached_protocol_destroy_instance(struct memcached_protocol_st *instance) in memcached_protocol_destroy_instance()
338 struct memcached_protocol_client_st *memcached_protocol_create_client(struct memcached_protocol_st in memcached_protocol_create_client()
H A Dbinary_handler.c1173 …nary_protocol_callback_st *memcached_binary_protocol_get_callbacks(memcached_protocol_st *instance) in memcached_binary_protocol_get_callbacks()
1178 void memcached_binary_protocol_set_callbacks(memcached_protocol_st *instance, memcached_binary_prot… in memcached_binary_protocol_set_callbacks()
1189 void memcached_binary_protocol_set_pedantic(memcached_protocol_st *instance, bool enable) in memcached_binary_protocol_set_pedantic()
1194 bool memcached_binary_protocol_get_pedantic(memcached_protocol_st *instance) in memcached_binary_protocol_get_pedantic()
/dports/databases/libmemcached/libmemcached-1.0.18/libmemcachedprotocol/
H A Dcommon.h62 struct memcached_protocol_st { struct
128 memcached_protocol_st *root;
H A Dhandler.c298 struct memcached_protocol_st *memcached_protocol_create_instance(void) in memcached_protocol_create_instance()
300 struct memcached_protocol_st *ret= calloc(1, sizeof(*ret)); in memcached_protocol_create_instance()
331 void memcached_protocol_destroy_instance(struct memcached_protocol_st *instance) in memcached_protocol_destroy_instance()
338 struct memcached_protocol_client_st *memcached_protocol_create_client(struct memcached_protocol_st in memcached_protocol_create_client()
H A Dbinary_handler.c1173 …nary_protocol_callback_st *memcached_binary_protocol_get_callbacks(memcached_protocol_st *instance) in memcached_binary_protocol_get_callbacks()
1178 void memcached_binary_protocol_set_callbacks(memcached_protocol_st *instance, memcached_binary_prot… in memcached_binary_protocol_set_callbacks()
1189 void memcached_binary_protocol_set_pedantic(memcached_protocol_st *instance, bool enable) in memcached_binary_protocol_set_pedantic()
1194 bool memcached_binary_protocol_get_pedantic(memcached_protocol_st *instance) in memcached_binary_protocol_get_pedantic()
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/example/
H A Dmemcached_light.cc176 …struct memcached_protocol_client_st* c= memcached_protocol_create_client((memcached_protocol_st*)s… in accept_handler()
579 struct memcached_protocol_st *protocol_handle; in main()
/dports/databases/libmemcached/libmemcached-1.0.18/example/
H A Dmemcached_light.cc176 …struct memcached_protocol_client_st* c= memcached_protocol_create_client((memcached_protocol_st*)s… in accept_handler()
579 struct memcached_protocol_st *protocol_handle; in main()
/dports/databases/pecl-memcached/php-memcached-058e9f5/
H A Dphp_memcached_server.c48 struct memcached_protocol_st *protocol_handle;