Lines Matching refs:c_pending_ops
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) {
1960 LDAP_STAILQ_REMOVE_HEAD( &c->c_pending_ops, o_next );
1986 while ((op = LDAP_STAILQ_FIRST( &c->c_pending_ops )) != NULL) {
1989 LDAP_STAILQ_REMOVE_HEAD( &c->c_pending_ops, o_next );