Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_memcache.c160 || memcache_get(fp, dict_mc->clnt_buf, in dict_memcache_set()
194 || memcache_get(fp, dict_mc->clnt_buf, dict_mc->max_line) < 0) { in dict_memcache_get()
214 if (memcache_get(fp, dict_mc->clnt_buf, dict_mc->max_line) < 0 in dict_memcache_get()
237 || memcache_get(fp, dict_mc->clnt_buf, dict_mc->max_line) < 0) { in dict_memcache_del()
H A Dmemcache_proto.h19 extern int memcache_get(VSTREAM *, VSTRING *, ssize_t);
H A Dmemcache_proto.c70 int memcache_get(VSTREAM *stream, VSTRING *vp, ssize_t bound) in memcache_get() function