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

  /src/external/bsd/openldap/dist/servers/slapd/
starttls.c 59 (LDAP_STAILQ_FIRST(&op->o_conn->c_ops) != op ||
oidm.c 90 om = LDAP_STAILQ_FIRST( &om_list );
184 start = LDAP_STAILQ_FIRST( &om_list );
syntax.c 123 s = LDAP_STAILQ_FIRST( &syn_list );
385 *syn = LDAP_STAILQ_FIRST(&syn_list);
423 start = LDAP_STAILQ_FIRST( &syn_list );
cr.c 112 c = LDAP_STAILQ_FIRST(&cr_list);
425 start = LDAP_STAILQ_FIRST( &cr_list );
oc.c 474 o = LDAP_STAILQ_FIRST(&oc_list);
483 o = LDAP_STAILQ_FIRST(&oc_undef_list);
495 *oc = LDAP_STAILQ_FIRST(&oc_list);
837 start = LDAP_STAILQ_FIRST( &oc_list );
connection.c 712 for ( o = LDAP_STAILQ_FIRST( &c->c_ops ); o; o=next ) {
726 while ( (o = LDAP_STAILQ_FIRST( &c->c_txn_ops )) != NULL) {
737 while ( (o = LDAP_STAILQ_FIRST( &c->c_pending_ops )) != NULL) {
1747 while ((op = LDAP_STAILQ_FIRST( &conn->c_pending_ops )) != NULL) {
1956 while ((op = LDAP_STAILQ_FIRST( &c->c_pending_ops )) != NULL) {
1986 while ((op = LDAP_STAILQ_FIRST( &c->c_pending_ops )) != NULL) {
at.c 338 a = LDAP_STAILQ_FIRST(&attr_list);
360 *at = LDAP_STAILQ_FIRST(&attr_list);
1010 start = LDAP_STAILQ_FIRST( &attr_list );
txn.c 312 while (( o = LDAP_STAILQ_FIRST( &c->c_txn_ops )) != NULL ) {
zn_malloc.c 950 zlh = LDAP_STAILQ_FIRST(&zh->zh_latency_history_queue);
958 zlh_first = LDAP_STAILQ_FIRST(&zh->zh_latency_history_queue);
main.c 894 scp = LDAP_STAILQ_FIRST( &slap_sync_cookie );
backend.c 502 while (( bd = LDAP_STAILQ_FIRST(&backendDB))) {
569 b2 = LDAP_STAILQ_FIRST(&backendDB);
acl.c 440 op->o_bd = LDAP_STAILQ_FIRST( &backendDB );
1920 be = LDAP_STAILQ_FIRST(&backendDB);
bconfig.c 1922 c->be = LDAP_STAILQ_FIRST(&backendDB);
4289 sc->ca->be = LDAP_STAILQ_FIRST( &backendDB );
7607 LDAP_STAILQ_NEXT(frontendDB, be_next) = LDAP_STAILQ_FIRST(&backendDB);
8015 ca.be = LDAP_STAILQ_FIRST( &backendDB );
  /src/external/bsd/openldap/dist/servers/lloadd/
tier.c 112 LloadTier *tier = LDAP_STAILQ_FIRST( &tiers );
  /src/external/bsd/openldap/dist/libraries/libldap/
rq.c 115 entry = LDAP_STAILQ_FIRST( &rq->task_list );
tpool.c 216 while ((pool = LDAP_STAILQ_FIRST(&ldap_int_thread_pool_list)) != NULL) {
885 while ((task = LDAP_STAILQ_FIRST(&pq->ltp_pending_list)) != NULL) {
1004 task = LDAP_STAILQ_FIRST(work_list);
1049 task = LDAP_STAILQ_FIRST(work_list);
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
meta_result.c 647 for (bc = LDAP_STAILQ_FIRST(&mc->mc_om_list); bc; bc = onext) {
693 for (bc = LDAP_STAILQ_FIRST(&mc->mc_om_list); bc; bc = onext) {
1411 for (bc = LDAP_STAILQ_FIRST(&mc->mc_om_list); bc; bc = onext) {
1686 for (bc = LDAP_STAILQ_FIRST(&mc->mc_om_list); bc; bc = onext) {
1749 for (bc = LDAP_STAILQ_FIRST(&timeout_list); bc; bc = onext) {
  /src/external/bsd/openldap/dist/include/
ldap_queue.h 235 #define LDAP_STAILQ_FIRST(head) ((head)->stqh_first)
  /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/
variant.c 1376 variantEntry_info *vei = LDAP_STAILQ_FIRST( &ov->variants );
1390 variantEntry_info *vei = LDAP_STAILQ_FIRST( &ov->regex_variants );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
refint.c 873 if ( be == LDAP_STAILQ_FIRST(&backendDB) ) {

Completed in 80 milliseconds