64
63
offset, no_reply ? " noreply" : "");
65
64
if (send_length >= MEMCACHED_DEFAULT_COMMAND_SIZE || send_length < 0)
66
return memcached_set_error(*ptr, MEMCACHED_MEMORY_ALLOCATION_FAILURE, MEMCACHED_AT,
68
rc= memcached_do(instance, buffer, (size_t)send_length, true);
70
memcached_return_t rc= memcached_do(instance, buffer, (size_t)send_length, true);
72
74
rc= memcached_response(instance, buffer, MEMCACHED_DEFAULT_COMMAND_SIZE, NULL);