Home
last modified time | relevance | path

Searched defs:should_touch (Results 1 – 3 of 3) sorted by relevance

/dports/databases/memcached/memcached-1.6.12/
H A Dproto_bin.c458 int should_touch = (c->cmd == PROTOCOL_BINARY_CMD_TOUCH || in process_bin_get_or_touch() local
H A Dproto_text.c539 …process_get_command(conn *c, token_t *tokens, size_t ntokens, bool return_cas, bool should_touch) { in process_get_command()
H A Dmemcached.c2134 item* limited_get(char *key, size_t nkey, conn *c, uint32_t exptime, bool should_touch, bool do_upd… in limited_get()