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

  /src/external/bsd/openldap/dist/servers/slapd/
abandon.c 92 LDAP_STAILQ_FOREACH( o, &op->o_conn->c_pending_ops, o_next ) {
95 /* FIXME: This traverses c_pending_ops yet again. */
96 LDAP_STAILQ_REMOVE( &op->o_conn->c_pending_ops,
starttls.c 61 ( !LDAP_STAILQ_EMPTY(&op->o_conn->c_pending_ops) ))
cancel.c 89 LDAP_STAILQ_FOREACH( o, &op->o_conn->c_pending_ops, o_next ) {
92 * from c_pending_ops like Abandon does, and send its
connection.c 364 LDAP_STAILQ_INIT(&c->c_pending_ops);
401 assert( LDAP_STAILQ_EMPTY(&c->c_pending_ops) );
600 assert( LDAP_STAILQ_EMPTY(&c->c_pending_ops) );
737 while ( (o = LDAP_STAILQ_FIRST( &c->c_pending_ops )) != NULL) {
738 LDAP_STAILQ_REMOVE_HEAD( &c->c_pending_ops, o_next );
813 !LDAP_STAILQ_EMPTY(&c->c_pending_ops) )
1697 LDAP_STAILQ_INSERT_TAIL( &conn->c_pending_ops, op, o_next );
1747 while ((op = LDAP_STAILQ_FIRST( &conn->c_pending_ops )) != NULL) {
1750 LDAP_STAILQ_REMOVE_HEAD( &conn->c_pending_ops, o_next );
1956 while ((op = LDAP_STAILQ_FIRST( &c->c_pending_ops )) != NULL)
    [all...]
slap.h 2942 LDAP_STAILQ_HEAD(c_po, Operation) c_pending_ops; /* list of pending operations */ member in struct:Connection
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
proto-slapi.h 65 assert( (_pb)->pb_op == (Operation *)pb->pb_conn->c_pending_ops.stqh_first ); \
slapi_ops.c 193 LDAP_STAILQ_INIT( &conn->c_pending_ops );
205 conn->c_pending_ops.stqh_first = op;
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
conn.c 330 LDAP_STAILQ_EMPTY( &c->c_pending_ops ) ? "" : "p",
382 LDAP_STAILQ_EMPTY( &c->c_pending_ops ) ? "" : "p",

Completed in 35 milliseconds