Home
last modified time | relevance | path

Searched refs:protocol_binary_request_header (Results 1 – 3 of 3) sorted by relevance

/memcached-1.6.32/
Dprotocol_binary.h164 } protocol_binary_request_header; typedef
190 protocol_binary_request_header header;
192 uint8_t bytes[sizeof(protocol_binary_request_header)];
253 protocol_binary_request_header header;
258 uint8_t bytes[sizeof(protocol_binary_request_header) + 4];
273 protocol_binary_request_header header;
279 uint8_t bytes[sizeof(protocol_binary_request_header) + 8];
311 protocol_binary_request_header header;
394 protocol_binary_request_header header;
399 uint8_t bytes[sizeof(protocol_binary_request_header) + 4];
[all …]
Dmemcached.h896 protocol_binary_request_header binary_header;
Dproto_bin.c56 protocol_binary_request_header* req; in try_read_command_binary()