Lines Matching refs:protocol_binary_response_no_extras
1038 protocol_binary_response_no_extras *response = buf; in safe_recv_packet()
1231 static void validate_response_header(protocol_binary_response_no_extras *response, in validate_response_header()
1334 protocol_binary_response_no_extras response; in test_binary_noop()
1353 protocol_binary_response_no_extras response; in test_binary_quit_impl()
1386 protocol_binary_response_no_extras response; in test_binary_set_impl()
1436 protocol_binary_response_no_extras response; in test_binary_add_impl()
1475 protocol_binary_response_no_extras response; in test_binary_replace_impl()
1526 protocol_binary_response_no_extras response; in test_binary_delete_impl()
1575 protocol_binary_response_no_extras response; in test_binary_get_impl()
1647 protocol_binary_response_no_extras response; in test_binary_getq_impl()
1706 protocol_binary_response_no_extras response_header; in test_binary_incr_impl()
1743 protocol_binary_response_no_extras response_header; in test_binary_decr_impl()
1788 protocol_binary_response_no_extras response; in test_binary_version()
1807 protocol_binary_response_no_extras response; in test_binary_flush_impl()
1883 protocol_binary_response_no_extras response; in test_binary_concat_impl()
1969 protocol_binary_response_no_extras response; in test_binary_stat()
1992 protocol_binary_response_no_extras response; in test_binary_illegal()
2010 protocol_binary_response_no_extras *response = malloc(65*1024); in binary_hickup_recv_verification_thread()