Searched refs:ldap_memcache_result (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | ldap-int.h | 872 int ldap_memcache_result( LDAP *ld, int msgid, unsigned long key );
|
H A D | search.c | 200 && ldap_memcache_result( ld, *msgidp, key ) == LDAP_SUCCESS ) {
|
H A D | memcache.c | 688 ldap_memcache_result(LDAP *ld, int msgid, unsigned long key) function 694 "ldap_memcache_result( ld: 0x%x, msgid: %d, key: 0x%8.8lx)\n", 714 "ldap_memcache_result: key 0x%8.8lx found in cache\n", 718 "ldap_memcache_result: key 0x%8.8lx not found in cache\n",
|
Completed in 67 milliseconds