Searched refs:apr_memcache_replace (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/apr-util/include/ |
| H A D | apr_memcache.h | 327 APU_DECLARE(apr_status_t) apr_memcache_replace(apr_memcache_t *mc,
|
| /freebsd-12.1/contrib/apr-util/test/ |
| H A D | testmemcache.c | 337 rv = apr_memcache_replace(memcache, key, v, strlen(v) - 1, 0, 27); in test_memcache_addreplace() 345 rv = apr_memcache_replace(memcache, key, "new", sizeof("new") - 1, 0, 27); in test_memcache_addreplace()
|
| /freebsd-12.1/contrib/apr-util/memcache/ |
| H A D | apr_memcache.c | 716 apr_memcache_replace(apr_memcache_t *mc, in apr_memcache_replace() function
|