Home
last modified time | relevance | path

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

/NextBSD/contrib/apr-util/memcache/
HDapr_memcache.c78 #define MS_NOT_STORED "NOT_STORED" macro
79 #define MS_NOT_STORED_LEN (sizeof(MS_NOT_STORED)-1)
673 else if (strcmp(conn->buffer, MS_NOT_STORED MC_EOL) == 0) { in storage_cmd_write()