HomeSort by: relevance | last modified time | path
    Searched refs:LDAP_SLAPD_V (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/lloadd/
proto-lload.h 71 LDAP_SLAPD_V (long) lload_client_max_pending;
94 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t) clients_mutex;
118 LDAP_SLAPD_V (int) lload_daemon_threads;
119 LDAP_SLAPD_V (int) lload_daemon_mask;
126 LDAP_SLAPD_V (struct event_base *) daemon_base;
127 LDAP_SLAPD_V (struct evdns_base *) dnsbase;
128 LDAP_SLAPD_V (volatile sig_atomic_t) slapd_shutdown;
129 LDAP_SLAPD_V (volatile sig_atomic_t) slapd_gentle_shutdown;
130 LDAP_SLAPD_V (int) lloadd_inited;
131 LDAP_SLAPD_V (struct LloadChange) lload_change
    [all...]
lload.h 115 LDAP_SLAPD_V (lload_t_head) tiers;
116 LDAP_SLAPD_V (lload_c_head) clients;
117 LDAP_SLAPD_V (struct slap_bindconf) bindconf;
118 LDAP_SLAPD_V (struct berval) lloadd_identity;
121 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t) lload_wait_mutex;
122 LDAP_SLAPD_V (ldap_pvt_thread_cond_t) lload_pause_cond;
123 LDAP_SLAPD_V (ldap_pvt_thread_cond_t) lload_wait_cond;
  /src/external/bsd/openldap/dist/servers/slapd/
proto-slap.h 103 LDAP_SLAPD_V (LDAP_CONST char *) style_strings[];
190 LDAP_SLAPD_V( AttributeName * ) slap_anlist_no_attrs;
191 LDAP_SLAPD_V( AttributeName * ) slap_anlist_all_user_attributes;
192 LDAP_SLAPD_V( AttributeName * ) slap_anlist_all_operational_attributes;
193 LDAP_SLAPD_V( AttributeName * ) slap_anlist_all_attributes;
195 LDAP_SLAPD_V( struct berval * ) slap_bv_no_attrs;
196 LDAP_SLAPD_V( struct berval * ) slap_bv_all_user_attrs;
197 LDAP_SLAPD_V( struct berval * ) slap_bv_all_operational_attrs;
223 LDAP_SLAPD_V(int) at_oc_cache;
447 LDAP_SLAPD_V(BackendInfo) slap_binfo[];
    [all...]
slap-config.h 236 LDAP_SLAPD_V (slap_verbmasks *) slap_ldap_response_code;
239 LDAP_SLAPD_V (ConfigTable) olcDatabaseDummy[];
slap.h 228 LDAP_SLAPD_V (int) slap_debug;
1597 LDAP_SLAPD_V (int) nBackendInfo;
1598 LDAP_SLAPD_V (int) nBackendDB;
1599 LDAP_SLAPD_V (slap_bi_head) backendInfo;
1600 LDAP_SLAPD_V (slap_be_head) backendDB;
1601 LDAP_SLAPD_V (BackendDB *) frontendDB;
1603 LDAP_SLAPD_V (int) slapMode;
1638 LDAP_SLAPD_V(enum slaptool) slapTool;
  /src/external/bsd/openldap/dist/include/
ldap_cdefs.h 201 # define LDAP_SLAPD_V(type) extern __declspec(dllimport) type
204 # define LDAP_SLAPD_V(type) extern type

Completed in 47 milliseconds