Home
last modified time | relevance | path

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

/memcached-1.6.32/
Dprotocol_binary.h227 } protocol_binary_response_get; typedef
229 typedef protocol_binary_response_get protocol_binary_response_getq;
230 typedef protocol_binary_response_get protocol_binary_response_getk;
231 typedef protocol_binary_response_get protocol_binary_response_getkq;
427 typedef protocol_binary_response_get protocol_binary_response_gat;
428 typedef protocol_binary_response_get protocol_binary_response_gatq;
429 typedef protocol_binary_response_get protocol_binary_response_gatk;
430 typedef protocol_binary_response_get protocol_binary_response_gatkq;
Dproto_bin.c459 protocol_binary_response_get* rsp = (protocol_binary_response_get*)c->resp->wbuf; in process_bin_get_or_touch()