Searched refs:memcache_get (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | dict_memcache.c | 160 || 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 D | memcache_proto.h | 19 extern int memcache_get(VSTREAM *, VSTRING *, ssize_t);
|
H A D | memcache_proto.c | 70 int memcache_get(VSTREAM *stream, VSTRING *vp, ssize_t bound) in memcache_get() function
|