Home
last modified time | relevance | path

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

/memcached-1.4.29/
H A 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 …]
H A Dmemcached.h554 protocol_binary_request_header binary_header;
H A Dmemcached.c1738 ptrdiff_t offset = c->rcurr + sizeof(protocol_binary_request_header) - c->rbuf; in bin_read_key()
1741 size_t size = c->rlbytes + sizeof(protocol_binary_request_header); in bin_read_key()
1767 c->rcurr = c->rbuf + offset - sizeof(protocol_binary_request_header); in bin_read_key()
1780 c->ritem = c->rcurr + sizeof(protocol_binary_request_header); in bin_read_key()
4073 protocol_binary_request_header* req; in try_read_command()
4074 req = (protocol_binary_request_header*)c->rcurr; in try_read_command()