Symbol: memcache_access
usr/src/lib/libldap5/sources/ldap/common/memcache.c
1005
nRes = memcache_access(ld->ld_memcache, MEMCACHE_ACCESS_FIND,
usr/src/lib/libldap5/sources/ldap/common/memcache.c
1031
return memcache_access(ld->ld_memcache, MEMCACHE_ACCESS_ADD,
usr/src/lib/libldap5/sources/ldap/common/memcache.c
1047
return memcache_access(ld->ld_memcache, MEMCACHE_ACCESS_APPEND,
usr/src/lib/libldap5/sources/ldap/common/memcache.c
1066
return memcache_access(ld->ld_memcache, MEMCACHE_ACCESS_APPEND_LAST,
usr/src/lib/libldap5/sources/ldap/common/memcache.c
1082
return memcache_access(ld->ld_memcache, MEMCACHE_ACCESS_DELETE,
usr/src/lib/libldap5/sources/ldap/common/memcache.c
1094
return memcache_access(ld->ld_memcache, MEMCACHE_ACCESS_DELETE_ALL,
usr/src/lib/libldap5/sources/ldap/common/memcache.c
214
static int memcache_access(LDAPMemCache *cache, int mode,
usr/src/lib/libldap5/sources/ldap/common/memcache.c
480
memcache_access(cache, MEMCACHE_ACCESS_UPDATE, NULL, NULL, NULL);
usr/src/lib/libldap5/sources/ldap/common/memcache.c
500
memcache_access(cache, MEMCACHE_ACCESS_FLUSH_ALL, NULL, NULL, NULL);
usr/src/lib/libldap5/sources/ldap/common/memcache.c
502
memcache_access(cache, MEMCACHE_ACCESS_FLUSH,
usr/src/lib/libldap5/sources/ldap/common/memcache.c
554
memcache_access(cache, MEMCACHE_ACCESS_DELETE_ALL, NULL, NULL, NULL);
usr/src/lib/libldap5/sources/ldap/common/memcache.c
561
memcache_access(cache, MEMCACHE_ACCESS_FLUSH_ALL, NULL, NULL, NULL);
usr/src/lib/libldap5/sources/ldap/common/memcache.c
957
if (memcache_access(cache, MEMCACHE_ACCESS_FLUSH_LRU,