Home
last modified time | relevance | path

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

/dports/databases/memcached/memcached-1.6.12/
H A Dmemcached.h965 item* limited_get_locked(char *key, size_t nkey, conn *c, bool do_update, uint32_t *hv, bool *overf…
H A Dproto_text.c1100 it = limited_get_locked(key, nkey, c, DONT_UPDATE, &hv, &overflow); in process_mget_command()
H A Dmemcached.c2155 item* limited_get_locked(char *key, size_t nkey, conn *c, bool do_update, uint32_t *hv, bool *overf… in limited_get_locked() function