Home
last modified time | relevance | path

Searched refs:write_binary_error (Results 1 – 2 of 2) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/memcache/
H A Dtsmemcache.h190 int write_binary_error(protocol_binary_response_status err, int swallow);
H A Dtsmemcache.cc239 MC::write_binary_error(protocol_binary_response_status err, int swallow) in write_binary_error() function in MC
327 return write_then_close(write_binary_error(PROTOCOL_BINARY_RESPONSE_EINVAL, 0)); in protocol_error()
515 return write_binary_error(PROTOCOL_BINARY_RESPONSE_KEY_ENOENT, 0); in binary_get_event()