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);
599 /* Avoid causing the whole backend to be marked as offline because
621 conn_cache->id_conn->id_ctx->be->domain->name,
625 be_mark_offline(conn_cache->id_conn->id_ctx->be);
665 if (be_is_offline(conn_cache->id_conn->id_ctx->be)) {
666 /* be is offline, no retry possible */
669 "skipping automatic retry on op #%d as be is offline\n", notify_count);
721 !be_is_offline(conn_cache->id_conn->id_ctx->be)) {
727 be_run_unconditional_online_cb(conn_cache->id_conn->id_ctx->be);
728 be_run_online_cb(conn_cache->id_conn->id_ctx->be);
741 reinit_req = sdap_reinit_cleanup_send(conn_cache->id_conn->id_ctx->be,
742 conn_cache->id_conn->id_ctx->be,
816 * DP_ERR_OK (operation result != EOK) - operation can be retried
842 be_fo_try_next_server(op->conn_cache->id_conn->id_ctx->be,
849 } else if (be_is_offline(op->conn_cache->id_conn->id_ctx->be)) {