Home
last modified time | relevance | path

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

/memcached-1.4.29/
H A Dprotocol_binary.h154 uint8_t opcode; member
173 uint8_t opcode; member
H A Dtestapp.c785 request->message.header.request.opcode = cmd; in storage_command()
817 request->message.header.request.opcode = cmd; in ext_command()
857 request->message.header.request.opcode = cmd; in flush_command()
884 request->message.header.request.opcode = cmd; in touch_command()
912 request->message.header.request.opcode = cmd; in arithmetic_command()
931 assert(response->message.header.response.opcode == cmd); in validate_response_header()
1710 response->message.header.response.opcode, in binary_hickup_recv_verification_thread()
H A Dmemcached.c1141 header->response.opcode = c->binary_header.request.opcode; in add_bin_header()
1564 .response.opcode = PROTOCOL_BINARY_CMD_STAT, in append_bin_stats()
1789 c->binary_header.request.opcode, c->sfd); in handle_binary_protocol_error()
4112 c->cmd = c->binary_header.request.opcode; in try_read_command()