1 /* -*- Mode: C; tab-width: 2; c-basic-offset: 2; indent-tabs-mode: nil -*- */
2 #ifndef LIBMEMCACHED_PROTOCOL_BINARY_HANDLER_H
3 #define LIBMEMCACHED_PROTOCOL_BINARY_HANDLER_H
6 bool memcached_binary_protocol_pedantic_check_request(protocol_binary_request_header
*request
);
9 bool memcached_binary_protocol_pedantic_check_response(protocol_binary_request_header
*request
,
10 protocol_binary_response_header
*response
);
13 enum MEMCACHED_PROTOCOL_EVENT
memcached_binary_protocol_process_data(struct memcached_protocol_client_st
*client
, ssize_t
*length
, void **endptr
);