Searched defs:util_ald_cache_t (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ldap/
H A Dutil_ldap_cache.h41 typedef struct util_ald_cache util_ald_cache_t; typedef in typeref:struct:util_ald_cache
51 void * (*copy)(util_ald_cache_t *cache, void *); /* Func to alloc mem and copy payload to new mem */
52 void (*free)(util_ald_cache_t *cache, void *); /* Func to free mem used by the payload */
53 void (*display)(request_rec *r, util_ald_cache_t *cache, void *); /* Func to display the payload contents */
94 util_ald_cache_t *search_cache;
95 util_ald_cache_t *compare_cache;
96 util_ald_cache_t *dn_compare_cache;
153 void *util_ldap_url_node_copy(util_ald_cache_t *cache, void *c);
154 void util_ldap_url_node_free(util_ald_cache_t *cache, void *n);
155 void util_ldap_url_node_display(request_rec *r, util_ald_cache_t *cach
[all...]

Completed in 19 milliseconds