Lines Matching refs:onext
640 bm_context_t *bc, *onext; in asyncmeta_send_all_pending_ops() local
647 for (bc = LDAP_STAILQ_FIRST(&mc->mc_om_list); bc; bc = onext) { in asyncmeta_send_all_pending_ops()
649 onext = LDAP_STAILQ_NEXT(bc, bc_next); in asyncmeta_send_all_pending_ops()
687 bm_context_t *bc, *onext; in asyncmeta_return_bind_errors() local
692 for (bc = LDAP_STAILQ_FIRST(&mc->mc_om_list); bc; bc = onext) { in asyncmeta_return_bind_errors()
693 onext = LDAP_STAILQ_NEXT(bc, bc_next); in asyncmeta_return_bind_errors()
1385 bm_context_t *bc, *onext; in asyncmeta_op_read_error() local
1409 for (bc = LDAP_STAILQ_FIRST(&mc->mc_om_list); bc; bc = onext) { in asyncmeta_op_read_error()
1410 onext = LDAP_STAILQ_NEXT(bc, bc_next); in asyncmeta_op_read_error()
1658 bm_context_t *bc, *onext; in asyncmeta_timeout_loop() local
1669 for (bc = LDAP_STAILQ_FIRST(&mc->mc_om_list); bc; bc = onext) { in asyncmeta_timeout_loop()
1670 onext = LDAP_STAILQ_NEXT(bc, bc_next); in asyncmeta_timeout_loop()
1726 for (bc = LDAP_STAILQ_FIRST(&timeout_list); bc; bc = onext) { in asyncmeta_timeout_loop()
1732 onext = LDAP_STAILQ_NEXT(bc, bc_next); in asyncmeta_timeout_loop()