Searched refs:ext_command (Results 1 – 1 of 1) sorted by relevance
| /memcached-1.4.29/ |
| H A D | testapp.c | 803 static off_t ext_command(char* buf, in ext_command() function 848 return ext_command(buf, bufsz, cmd, NULL, 0, key, keylen, dta, dtalen); in raw_command() 1279 size_t len = ext_command(send.bytes, sizeof(send.bytes), cmd, in test_binary_get_impl() 1305 size_t l = ext_command(temp.bytes, sizeof(temp.bytes), cmd, in test_binary_get_impl() 1355 size_t len2 = ext_command(temp.bytes, sizeof(temp.bytes), cmd, in test_binary_getq_impl() 1364 len2 = ext_command(temp.bytes, sizeof(temp.bytes), cmd, in test_binary_getq_impl()
|