Searched refs:LDAPCache (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dcache.c51 static void check_cache_memused( LDAPCache *lc );
71 if (( ld->ld_cache = (LDAPCache *)malloc( sizeof( LDAPCache )))
79 (void) memset( ld->ld_cache, 0, sizeof( LDAPCache ));
80 ld->ld_cache->lc_memused = sizeof( LDAPCache );
170 ld->ld_cache->lc_memused = sizeof( LDAPCache );
659 check_cache_memused( LDAPCache *lc )
678 if ( lc->lc_maxmem <= sizeof( LDAPCache )
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h260 } LDAPCache; typedef in typeref:struct:ldapcache
261 #define NULLLDCACHE ((LDAPCache *)NULL)
303 LDAPCache *ld_cache; /* non-null if cache is initialized */

Completed in 24 milliseconds