OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LDAP_STAILQ_EMPTY
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
starttls.c
58
if (( !
LDAP_STAILQ_EMPTY
(&op->o_conn->c_ops) &&
61
( !
LDAP_STAILQ_EMPTY
(&op->o_conn->c_pending_ops) ))
connection.c
400
assert(
LDAP_STAILQ_EMPTY
(&c->c_ops) );
401
assert(
LDAP_STAILQ_EMPTY
(&c->c_pending_ops) );
404
assert(
LDAP_STAILQ_EMPTY
(&c->c_txn_ops) );
599
assert(
LDAP_STAILQ_EMPTY
(&c->c_ops) );
600
assert(
LDAP_STAILQ_EMPTY
(&c->c_pending_ops) );
603
assert(
LDAP_STAILQ_EMPTY
(&c->c_txn_ops) );
812
if ( !
LDAP_STAILQ_EMPTY
(&c->c_ops) ||
813
!
LDAP_STAILQ_EMPTY
(&c->c_pending_ops) )
txn.c
235
if(
LDAP_STAILQ_EMPTY
(&c->c_txn_ops) ) {
364
assert(
LDAP_STAILQ_EMPTY
(&c->c_txn_ops) );
oidm.c
89
while( !
LDAP_STAILQ_EMPTY
( &om_list )) {
cr.c
111
while( !
LDAP_STAILQ_EMPTY
(&cr_list) ) {
syntax.c
122
while( !
LDAP_STAILQ_EMPTY
( &syn_list ) ) {
oc.c
473
while( !
LDAP_STAILQ_EMPTY
(&oc_list) ) {
482
while( !
LDAP_STAILQ_EMPTY
(&oc_undef_list) ) {
main.c
893
while ( !
LDAP_STAILQ_EMPTY
( &slap_sync_cookie )) {
at.c
337
while( !
LDAP_STAILQ_EMPTY
(&attr_list) ) {
backend.c
93
if((nBackendInfo != 0) || !
LDAP_STAILQ_EMPTY
(&backendInfo)) {
/src/external/bsd/openldap/dist/libraries/libldap/
rq.c
183
if (
LDAP_STAILQ_EMPTY
( &rq->task_list )) {
220
if ( !
LDAP_STAILQ_EMPTY
( &rq->task_list )) {
/src/external/bsd/openldap/dist/servers/lloadd/
tier.c
111
while ( !
LDAP_STAILQ_EMPTY
( &tiers ) ) {
daemon.c
1679
if (
LDAP_STAILQ_EMPTY
( &tiers ) ) {
config.c
1577
if (
LDAP_STAILQ_EMPTY
( &tiers ) ) {
3883
if (
LDAP_STAILQ_EMPTY
( &tiers ) ) {
/src/external/bsd/openldap/dist/servers/slapd/back-monitor/
conn.c
329
LDAP_STAILQ_EMPTY
( &c->c_ops ) ? "" : "x",
330
LDAP_STAILQ_EMPTY
( &c->c_pending_ops ) ? "" : "p",
381
LDAP_STAILQ_EMPTY
( &c->c_ops ) ? "" : "x",
382
LDAP_STAILQ_EMPTY
( &c->c_pending_ops ) ? "" : "p",
/src/external/bsd/openldap/dist/include/
ldap_queue.h
224
#define
LDAP_STAILQ_EMPTY
(head) ((head)->stqh_first == NULL)
238
(
LDAP_STAILQ_EMPTY
(head) ? \
/src/external/bsd/openldap/dist/contrib/slapd-modules/variant/
variant.c
1375
while ( !
LDAP_STAILQ_EMPTY
( &ov->variants ) ) {
1389
while ( !
LDAP_STAILQ_EMPTY
( &ov->regex_variants ) ) {
Completed in 30 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026