Home
last modified time | relevance | path

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

/memcached-1.4.29/
H A Dprotocol_binary.h183 } protocol_binary_response_header; typedef
200 protocol_binary_response_header header;
202 uint8_t bytes[sizeof(protocol_binary_response_header)];
221 protocol_binary_response_header header;
226 uint8_t bytes[sizeof(protocol_binary_response_header) + 4];
329 protocol_binary_response_header header;
334 uint8_t bytes[sizeof(protocol_binary_response_header) + 8];
442 protocol_binary_response_header header;
H A Dmemcached.c1123 protocol_binary_response_header* header; in add_bin_header()
1138 header = (protocol_binary_response_header *)c->wbuf; in add_bin_header()
1538 char *ofs = c->wbuf + sizeof(protocol_binary_response_header); in process_bin_get_or_touch()
1562 protocol_binary_response_header header = { in append_bin_stats()
1650 size_t needed = vlen + klen + sizeof(protocol_binary_response_header); in append_stats()