Lines Matching refs:be
16 This program is distributed in the hope that it will be useful,
76 * connection will be disconnected and should
77 * not be used any more */
119 ret = be_add_offline_cb(conn_cache, id_conn->id_ctx->be,
127 ret = be_add_reconnect_cb(conn_cache, id_conn->id_ctx->be,
218 /* Check whether connection can be reused for next LDAP ID operation */
259 tevent_add_timer(conn_data->conn_cache->id_conn->id_ctx->be->ev,
345 /* Check whether retry with reconnect can be performed for the operation */
354 count = be_fo_get_server_count(op->conn_cache->id_conn->id_ctx->be,
418 state->ev = state->id_conn->id_ctx->be->ev;
496 state->id_conn->id_ctx->be,
565 /* be is going offline as there is no more servers to try */
570 be_mark_offline(conn_cache->id_conn->id_ctx->be);
613 be_mark_offline(conn_cache->id_conn->id_ctx->be);
653 if (be_is_offline(conn_cache->id_conn->id_ctx->be)) {
654 /* be is offline, no retry possible */
657 "skipping automatic retry on op #%d as be is offline\n", notify_count);
709 !be_is_offline(conn_cache->id_conn->id_ctx->be)) {
715 be_run_unconditional_online_cb(conn_cache->id_conn->id_ctx->be);
716 be_run_online_cb(conn_cache->id_conn->id_ctx->be);
729 reinit_req = sdap_reinit_cleanup_send(conn_cache->id_conn->id_ctx->be,
730 conn_cache->id_conn->id_ctx->be,
804 * DP_ERR_OK (operation result != EOK) - operation can be retried
830 be_fo_try_next_server(op->conn_cache->id_conn->id_ctx->be,
837 } else if (be_is_offline(op->conn_cache->id_conn->id_ctx->be)) {