Home
last modified time | relevance | path

Searched refs:LDAP_STAILQ_EMPTY (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dstarttls.c58 if (( !LDAP_STAILQ_EMPTY(&op->o_conn->c_ops) && in starttls_extop()
61 ( !LDAP_STAILQ_EMPTY(&op->o_conn->c_pending_ops) )) in starttls_extop()
H A Dconnection.c400 assert( LDAP_STAILQ_EMPTY(&c->c_ops) ); in connection_init()
401 assert( LDAP_STAILQ_EMPTY(&c->c_pending_ops) ); in connection_init()
404 assert( LDAP_STAILQ_EMPTY(&c->c_txn_ops) ); in connection_init()
598 assert( LDAP_STAILQ_EMPTY(&c->c_ops) ); in connection_destroy()
599 assert( LDAP_STAILQ_EMPTY(&c->c_pending_ops) ); in connection_destroy()
602 assert( LDAP_STAILQ_EMPTY(&c->c_txn_ops) ); in connection_destroy()
810 if ( !LDAP_STAILQ_EMPTY(&c->c_ops) || in connection_close()
811 !LDAP_STAILQ_EMPTY(&c->c_pending_ops) ) in connection_close()
H A Dtxn.c235 if( LDAP_STAILQ_EMPTY(&c->c_txn_ops) ) { in txn_end_extop()
318 assert( LDAP_STAILQ_EMPTY(&c->c_txn_ops) ); in txn_end_extop()
H A Doidm.c89 while( !LDAP_STAILQ_EMPTY( &om_list )) { in oidm_destroy()
H A Doc.c473 while( !LDAP_STAILQ_EMPTY(&oc_list) ) { in oc_destroy()
482 while( !LDAP_STAILQ_EMPTY(&oc_undef_list) ) { in oc_destroy()
H A Dsyntax.c122 while( !LDAP_STAILQ_EMPTY( &syn_list ) ) { in syn_destroy()
H A Dcr.c111 while( !LDAP_STAILQ_EMPTY(&cr_list) ) { in cr_destroy()
H A Dmain.c1099 while ( !LDAP_STAILQ_EMPTY( &slap_sync_cookie )) { in ServiceMain()
H A Dat.c326 while( !LDAP_STAILQ_EMPTY(&attr_list) ) { in at_destroy()
H A Dbackend.c93 if((nBackendInfo != 0) || !LDAP_STAILQ_EMPTY(&backendInfo)) { in backend_init()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Drq.c183 if ( LDAP_STAILQ_EMPTY( &rq->task_list )) { in ldap_pvt_runqueue_resched()
220 if ( !LDAP_STAILQ_EMPTY( &rq->task_list )) { in ldap_pvt_runqueue_persistent_backload()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dconn.c340 LDAP_STAILQ_EMPTY( &c->c_ops ) ? "" : "x", in conn_create()
341 LDAP_STAILQ_EMPTY( &c->c_pending_ops ) ? "" : "p", in conn_create()
389 LDAP_STAILQ_EMPTY( &c->c_ops ) ? "" : "x", in conn_create()
390 LDAP_STAILQ_EMPTY( &c->c_pending_ops ) ? "" : "p", in conn_create()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_queue.h224 #define LDAP_STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
238 (LDAP_STAILQ_EMPTY(head) ? \
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/variant/
H A Dvariant.c1365 while ( !LDAP_STAILQ_EMPTY( &ov->variants ) ) { in variant_db_destroy()
1379 while ( !LDAP_STAILQ_EMPTY( &ov->regex_variants ) ) { in variant_db_destroy()