Lines Matching refs:protocol_binary_response_no_extras
734 protocol_binary_response_no_extras *response = buf; in safe_recv_packet()
927 static void validate_response_header(protocol_binary_response_no_extras *response, in validate_response_header()
1030 protocol_binary_response_no_extras response; in test_binary_noop()
1049 protocol_binary_response_no_extras response; in test_binary_quit_impl()
1081 protocol_binary_response_no_extras response; in test_binary_set_impl()
1131 protocol_binary_response_no_extras response; in test_binary_add_impl()
1170 protocol_binary_response_no_extras response; in test_binary_replace_impl()
1221 protocol_binary_response_no_extras response; in test_binary_delete_impl()
1270 protocol_binary_response_no_extras response; in test_binary_get_impl()
1342 protocol_binary_response_no_extras response; in test_binary_getq_impl()
1401 protocol_binary_response_no_extras response_header; in test_binary_incr_impl()
1438 protocol_binary_response_no_extras response_header; in test_binary_decr_impl()
1483 protocol_binary_response_no_extras response; in test_binary_version()
1502 protocol_binary_response_no_extras response; in test_binary_flush_impl()
1578 protocol_binary_response_no_extras response; in test_binary_concat_impl()
1664 protocol_binary_response_no_extras response; in test_binary_stat()
1687 protocol_binary_response_no_extras response; in test_binary_illegal()
1705 protocol_binary_response_no_extras *response = malloc(65*1024); in binary_hickup_recv_verification_thread()