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

  /src/external/bsd/openldap/dist/servers/slapd/
txn.c 235 if( LDAP_STAILQ_EMPTY(&c->c_txn_ops) ) {
243 LDAP_STAILQ_FOREACH( o, &c->c_txn_ops, o_next ) {
312 while (( o = LDAP_STAILQ_FIRST( &c->c_txn_ops )) != NULL ) {
315 LDAP_STAILQ_REMOVE_HEAD( &c->c_txn_ops, o_next );
364 assert( LDAP_STAILQ_EMPTY(&c->c_txn_ops) );
403 LDAP_STAILQ_INSERT_TAIL( &op->o_conn->c_txn_ops, op, o_next );
connection.c 368 LDAP_STAILQ_INIT(&c->c_txn_ops);
404 assert( LDAP_STAILQ_EMPTY(&c->c_txn_ops) );
603 assert( LDAP_STAILQ_EMPTY(&c->c_txn_ops) );
726 while ( (o = LDAP_STAILQ_FIRST( &c->c_txn_ops )) != NULL) {
727 LDAP_STAILQ_REMOVE_HEAD( &c->c_txn_ops, o_next );
slap.h 2981 LDAP_STAILQ_HEAD(c_to, Operation) c_txn_ops; /* list of operations in txn */ member in struct:Connection

Completed in 32 milliseconds