58 node->search_cache =
n->search_cache;
59 node->compare_cache =
n->compare_cache;
60 node->dn_compare_cache =
n->dn_compare_cache;
112 "<td nowrap>%s (%s)</td>"
113 "<td nowrap>%ld</td>"
114 "<td nowrap>%ld</td>"
115 "<td nowrap>%ld</td>"
117 "<td nowrap>%ld</td>"
146 return (
strcmp(
na->username,
nb->username) == 0);
159 int k = node->numvals;
165 newnode->numvals = node->numvals;
194 newnode->lastbind = node->lastbind;
204 int k = node->numvals;
269 node->lastcompare =
n->lastcompare;
270 node->result =
n->result;
271 node->sgl_processed =
n->sgl_processed;
310 if (node->subgroupList) {
317 if (node->sgl_processed) {
405#if APR_HAS_SHARED_MEMORY
406 if (
st->cache_rmm !=
NULL) {
410 if (
st->cache_shm !=
NULL) {
421#if APR_HAS_SHARED_MEMORY
425 if (
st->cache_bytes > 0) {
426 if (
st->cache_file) {
454 st->util_ldap_cache =
456 st->search_cache_size,
457 st->search_cache_ttl,
int ap_rprintf(request_rec *r, const char *fmt,...) __attribute__((format(printf
apr_bucket apr_bucket_brigade * a
#define ap_escape_html(p, s)
const char int apr_pool_t * pool
apr_array_header_t ** result
#define APR_ALIGN_DEFAULT(size)
apr_vformatter_buff_t * c
#define apr_time_sec(time)
A structure that represents the current request.
apr_status_t apr_ctime(char *date_str, apr_time_t t)
This switches LDAP support on or off.