Searched refs:LDAP_STAILQ_HEAD (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/include/ |
| D | ldap_rq.h | 38 LDAP_STAILQ_HEAD(l, re_s) task_list; 39 LDAP_STAILQ_HEAD(rl, re_s) run_list;
|
| D | ldap_queue.h | 204 #define LDAP_STAILQ_HEAD(name, type) \ macro
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | oidm.c | 34 static LDAP_STAILQ_HEAD(OidMacroList, OidMacro) om_list
|
| D | slap.h | 1588 typedef LDAP_STAILQ_HEAD(BeI, BackendInfo) slap_bi_head; 1589 typedef LDAP_STAILQ_HEAD(BeDB, BackendDB) slap_be_head; 1789 LDAP_STAILQ_HEAD( slap_sync_cookie_s, sync_cookie ); 2923 LDAP_STAILQ_HEAD(c_o, Operation) c_ops; /* list of operations being processed */ 2924 LDAP_STAILQ_HEAD(c_po, Operation) c_pending_ops; /* list of pending operations */ 2963 LDAP_STAILQ_HEAD(c_to, Operation) c_txn_ops; /* list of operations in txn */ 3343 LDAP_STAILQ_HEAD( zh_latency_history, zone_latency_history )
|
| D | oc.c | 143 static LDAP_STAILQ_HEAD(OCList, ObjectClass) oc_list 204 static LDAP_STAILQ_HEAD(OCUList, ObjectClass) oc_undef_list
|
| D | syntax.c | 38 static LDAP_STAILQ_HEAD(SyntaxList, Syntax) syn_list
|
| D | cr.c | 38 static LDAP_STAILQ_HEAD(CRList, ContentRule) cr_list
|
| D | at.c | 82 static LDAP_STAILQ_HEAD(ATList, AttributeType) attr_list
|
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | tpool.c | 104 typedef LDAP_STAILQ_HEAD(tcq, ldap_int_thread_task_s) ldap_int_tpool_plist_t; 190 static LDAP_STAILQ_HEAD(tpq, ldap_int_thread_pool_s)
|