Home
last modified time | relevance | path

Searched refs:remote_status (Results 1 – 25 of 94) sorted by relevance

1234

/dports/databases/pgbarman/barman-release-2.17/barman/
H A Dwal_archiver.py41 from barman.remote_status import RemoteStatusMixin
553 remote_status = self.get_remote_status()
555 if remote_status["archive_mode"] is None:
567 remote_status["archive_command"]
604 remote_status["archive_command"]
662 remote_status = dict.fromkeys(
683 return remote_status
692 return remote_status
725 return remote_status
754 remote_status = self.get_remote_status()
[all …]
H A Dbackup_executor.py56 from barman.remote_status import RemoteStatusMixin
298 remote_status = self.fetch_remote_status()
362 remote_status = self.get_remote_status()
445 remote_status = dict.fromkeys(
466 return remote_status
492 return remote_status
512 return remote_status
549 remote_status = self.get_remote_status()
553 if remote_status["pg_basebackup_bwlimit"]:
945 remote_status = {}
[all …]
H A Dserver.py80 from barman.remote_status import RemoteStatusMixin
716 remote_status = self.get_remote_status()
755 if "wal_level" in remote_status:
1051 remote_status = self.get_remote_status()
1098 remote_status = self.get_remote_status()
1099 if remote_status["server_txt_version"]:
1117 if remote_status["is_in_recovery"]:
1157 if remote_status["data_directory"]:
1165 if remote_status["current_xlog"]:
1171 remote_status["current_xlog"],
[all …]
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_parsename.c266 pe = Parse_Unspecified(pp->pathnow, remote_status, pn); in FS_ParsedName_anywhere()
271 pe = Parse_Real(pp->pathnow, remote_status, pn); in FS_ParsedName_anywhere()
276 pe = Parse_Branch(pp->pathnow, remote_status, pn); in FS_ParsedName_anywhere()
462 return Parse_Branch(pathnow, remote_status, pn); in Parse_Unspecified()
474 return Parse_Real(pathnow, remote_status, pn); in Parse_Branch()
506 return Parse_RealDevice(pathnow, remote_status, pn); in Parse_Real()
637 if (remote_status == parse_pass_pre_remote) { in Parse_Alias_Known()
641 return Parse_RealDeviceSN( remote_status, pn ) ; in Parse_Alias_Known()
700 return Parse_Alias( filename, remote_status, pn) ; in Parse_RealDevice()
703 return Parse_RealDeviceSN( remote_status, pn ) ; in Parse_RealDevice()
[all …]
/dports/net/py-s3cmd/s3cmd-2.2.0/S3/
H A DMultiPart.py158 remote_status=remote_statuses.get(seq))
162 remote_status=remote_statuses.get(seq))
192 remote_status=remote_statuses.get(seq))
205 remote_status=None): argument
214 if remote_status is not None:
215 if int(remote_status['size']) == chunk_size:
219 remote_checksum = remote_status['checksum'].strip('"\'')
223 self.parts[seq] = remote_status['checksum']
231 " %d, reuploading." % (int(remote_status['size']),
245 def copy_part(self, seq, offset, chunk_size, labels, remote_status=None): argument
/dports/misc/tvm/incubator-tvm-0.6.1/apps/cpp_rpc/
H A Drpc_tracker_client.h88 std::string remote_status = tracker_sock_.RecvBytes(); in TryConnect() local
89 CHECK_EQ(std::stoi(remote_status), static_cast<int>(TrackerCode::kSuccess)); in TryConnect()
121 std::string remote_status = tracker_sock_.RecvBytes(); in ReportResourceAndGetKey() local
122 CHECK_EQ(std::stoi(remote_status), static_cast<int>(TrackerCode::kSuccess)); in ReportResourceAndGetKey()
173 std::string remote_status = tracker_sock_.RecvBytes(); in WaitConnectionAndUpdateKey() local
174 CHECK_EQ(std::stoi(remote_status), static_cast<int>(TrackerCode::kSuccess)); in WaitConnectionAndUpdateKey()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/apps/cpp_rpc/
H A Drpc_tracker_client.h87 std::string remote_status = tracker_sock_.RecvBytes(); in TryConnect() local
88 CHECK_EQ(std::stoi(remote_status), static_cast<int>(TrackerCode::kSuccess)); in TryConnect()
119 std::string remote_status = tracker_sock_.RecvBytes(); in ReportResourceAndGetKey() local
120 CHECK_EQ(std::stoi(remote_status), static_cast<int>(TrackerCode::kSuccess)); in ReportResourceAndGetKey()
169 std::string remote_status = tracker_sock_.RecvBytes(); in WaitConnectionAndUpdateKey() local
170 CHECK_EQ(std::stoi(remote_status), static_cast<int>(TrackerCode::kSuccess)); in WaitConnectionAndUpdateKey()
/dports/misc/py-tvm/incubator-tvm-0.6.1/apps/cpp_rpc/
H A Drpc_tracker_client.h88 std::string remote_status = tracker_sock_.RecvBytes(); in TryConnect() local
89 CHECK_EQ(std::stoi(remote_status), static_cast<int>(TrackerCode::kSuccess)); in TryConnect()
121 std::string remote_status = tracker_sock_.RecvBytes(); in ReportResourceAndGetKey() local
122 CHECK_EQ(std::stoi(remote_status), static_cast<int>(TrackerCode::kSuccess)); in ReportResourceAndGetKey()
173 std::string remote_status = tracker_sock_.RecvBytes(); in WaitConnectionAndUpdateKey() local
174 CHECK_EQ(std::stoi(remote_status), static_cast<int>(TrackerCode::kSuccess)); in WaitConnectionAndUpdateKey()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/history/core/browser/
H A Dbrowsing_history_service.cc105 QuerySourceStatus remote_status = UNINITIALIZED; member
212 state->remote_status = TIMED_OUT; in WebHistoryTimeout()
264 state->remote_status != REACHED_BEGINNING) { in QueryHistoryInternal()
316 state->remote_status = NO_DEPENDENCY; in QueryHistoryInternal()
505 if (state->remote_status == MORE_RESULTS) { in MergeDuplicateResults()
508 } else if (CanRetry(state->remote_status)) { in MergeDuplicateResults()
605 info.sync_timed_out = state->remote_status == TIMED_OUT; in ReturnResultsToDriver()
606 info.has_synced_results = state->remote_status == MORE_RESULTS || in ReturnResultsToDriver()
607 state->remote_status == REACHED_BEGINNING; in ReturnResultsToDriver()
699 state->remote_status = in WebHistoryQueryComplete()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/history/core/browser/
H A Dbrowsing_history_service.cc104 QuerySourceStatus remote_status = UNINITIALIZED; member
211 state->remote_status = TIMED_OUT; in WebHistoryTimeout()
263 state->remote_status != REACHED_BEGINNING) { in QueryHistoryInternal()
315 state->remote_status = NO_DEPENDENCY; in QueryHistoryInternal()
504 if (state->remote_status == MORE_RESULTS) { in MergeDuplicateResults()
507 } else if (CanRetry(state->remote_status)) { in MergeDuplicateResults()
604 info.sync_timed_out = state->remote_status == TIMED_OUT; in ReturnResultsToDriver()
605 info.has_synced_results = state->remote_status == MORE_RESULTS || in ReturnResultsToDriver()
606 state->remote_status == REACHED_BEGINNING; in ReturnResultsToDriver()
698 state->remote_status = in WebHistoryQueryComplete()
[all …]
/dports/net/samba412/samba-4.12.15/source4/libcli/smb2/
H A Dsession.c118 NTSTATUS remote_status; member
160 state->remote_status = NT_STATUS_MORE_PROCESSING_REQUIRED; in smb2_session_setup_spnego_send()
284 if (NT_STATUS_IS_OK(state->remote_status) && in smb2_session_setup_spnego_gensec_done()
303 if (NT_STATUS_IS_OK(state->remote_status)) { in smb2_session_setup_spnego_smb2_next()
347 state->remote_status = status; in smb2_session_setup_spnego_smb2_done()
355 if (NT_STATUS_IS_OK(state->remote_status) && in smb2_session_setup_spnego_smb2_done()
/dports/sysutils/py-execnet/execnet-1.6.0/testing/
H A Dtest_gateway.py53 status = gw.remote_status()
72 gw.remote_status()
80 numchannels = gw.remote_status().numchannels
84 status = gw.remote_status()
92 status = gw.remote_status()
356 rstatus = gw.remote_status()
366 rstatus = gw.remote_status()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ldpd/
H A Dl2vpn.c286 pw->remote_status = PW_NOT_FORWARDING; in l2vpn_pw_reset()
304 pw->remote_status = fn->pw_remote_status; in l2vpn_pw_reset()
330 pw->remote_status != PW_FORWARDING) { in l2vpn_pw_ok()
457 if (pw->remote_status == nm->pw_status) in l2vpn_recv_pw_status()
459 pw->remote_status = nm->pw_status; in l2vpn_recv_pw_status()
506 if (pw->remote_status == nm->pw_status) in l2vpn_recv_pw_status_wcard()
508 pw->remote_status = nm->pw_status; in l2vpn_recv_pw_status_wcard()
589 pw->remote_status == PW_FORWARDING) in l2vpn_pw_ctl()
/dports/net/frr7/frr-frr-7.5.1/ldpd/
H A Dl2vpn.c286 pw->remote_status = PW_NOT_FORWARDING; in l2vpn_pw_reset()
304 pw->remote_status = fn->pw_remote_status; in l2vpn_pw_reset()
330 pw->remote_status != PW_FORWARDING) { in l2vpn_pw_ok()
457 if (pw->remote_status == nm->pw_status) in l2vpn_recv_pw_status()
459 pw->remote_status = nm->pw_status; in l2vpn_recv_pw_status()
506 if (pw->remote_status == nm->pw_status) in l2vpn_recv_pw_status_wcard()
508 pw->remote_status = nm->pw_status; in l2vpn_recv_pw_status_wcard()
589 pw->remote_status == PW_FORWARDING) in l2vpn_pw_ctl()
/dports/net/samba412/samba-4.12.15/source4/libcli/smb_composite/
H A Dsesssetup.c41 NTSTATUS remote_status; member
97 state->remote_status = smb_raw_sesssetup_recv(req, state, &state->setup); in request_handler()
98 c->status = state->remote_status; in request_handler()
105 if (!NT_STATUS_IS_OK(state->remote_status)) { in request_handler()
227 if (NT_STATUS_IS_OK(state->remote_status)) { in request_handler()
241 } else if (NT_STATUS_IS_OK(state->remote_status)) { in request_handler()
570 state->remote_status = NT_STATUS_MORE_PROCESSING_REQUIRED; in session_setup_spnego_restart()
744 if (NT_STATUS_IS_OK(state->remote_status)) { in smb_composite_sesssetup_spnego_done2()
773 } else if (NT_STATUS_IS_OK(state->remote_status)) { in smb_composite_sesssetup_spnego_done2()
/dports/net/samba412/samba-4.12.15/source3/include/
H A Dsecrets.h132 NTSTATUS remote_status,
136 NTSTATUS remote_status,
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dremote-stub.c71 remote_status (int *exit_code_ptr UNUSED, int *signal_ptr UNUSED, in remote_status() function
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dremote-stub.c67 remote_status (int *exit_code_ptr UNUSED, int *signal_ptr UNUSED, in remote_status() function
/dports/devel/gmake/make-4.3/src/
H A Dremote-stub.c69 remote_status (int *exit_code_ptr UNUSED, int *signal_ptr UNUSED, in remote_status() function
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dsend-pack.c89 if (ref->remote_status) in print_helper_status()
90 msg = ref->remote_status; in print_helper_status()
/dports/net/samba412/samba-4.12.15/source3/passdb/
H A Dmachine_account_secrets.c1726 next->remote_status = NT_STATUS_NOT_COMMITTED; in secrets_prepare_password_change()
1903 NTSTATUS remote_status, in secrets_abort_password_change() argument
1947 info->next_change->remote_status = remote_status; in secrets_abort_password_change()
1981 NTSTATUS remote_status, in secrets_failed_password_change() argument
1987 remote_status, in secrets_failed_password_change()
1993 NTSTATUS remote_status, in secrets_defer_password_change() argument
1999 remote_status, in secrets_defer_password_change()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dsend-pack.c100 if (ref->remote_status) in print_helper_status()
101 msg = ref->remote_status; in print_helper_status()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dsend-pack.c100 if (ref->remote_status) in print_helper_status()
101 msg = ref->remote_status; in print_helper_status()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dsend-pack.c100 if (ref->remote_status) in print_helper_status()
101 msg = ref->remote_status; in print_helper_status()
/dports/devel/git/git-2.34.1/builtin/
H A Dsend-pack.c100 if (ref->remote_status) in print_helper_status()
101 msg = ref->remote_status; in print_helper_status()

1234