Home
last modified time | relevance | path

Searched refs:sc_ok (Results 1 – 22 of 22) sorted by relevance

/dports/print/cups-filters/cups-filters-1.28.10/backend/
H A Dparallel.c557 int sc_ok; /* Flag a side channel error and in run_loop() local
606 sc_ok = 1; in run_loop()
624 if (!print_bytes && sc_ok) in run_loop()
660 if (sc_ok && FD_ISSET(CUPS_SC_FD, &input)) in run_loop()
672 sc_ok = 0; in run_loop()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_aws/include/
H A Drabbitmq_aws.hrl56 -type sc_ok() :: {ok, access_key(), secret_access_key(), expiration(), security_token()}. type
58 -type security_credentials() :: sc_ok() | sc_error().
/dports/misc/clifm/clifm-1.3/src/
H A Dbookmarks.c614 int is_dir = 0, sc_ok = 0, name_ok = 0, non_existent = 0; in open_bookmark() local
618 sc_ok = 1; in open_bookmark()
634 BOLD, sc_ok ? '[' : 0, sc_ok ? bookmarks[i].shortcut : "", in open_bookmark()
635 sc_ok ? ']' : 0, df_c, non_existent ? GRAY : (is_dir ? bm_c : fi_c), in open_bookmark()
/dports/net-im/telegram-purple/telegram-purple-1.4.3/tgl/
H A Dqueries-encrypted.c163 if (!P || P->encr_chat.state != sc_ok) { in tgl_do_send_encr_msg_action()
233 if (!P || P->encr_chat.state != sc_ok) { in tgl_do_send_encr_msg()
478 if (E->state == sc_ok) { in send_encr_accept_on_answer()
482 …void *, int, struct tgl_secret_chat *))q->callback) (TLS, q->callback_extra, E->state == sc_ok, E); in send_encr_accept_on_answer()
576 int state = sc_ok; in tgl_do_send_accept_encr_chat()
H A Dtgl-layout.h429 sc_ok, enumerator
H A Dbinlog.c880 if (U->state == sc_waiting && *state == sc_ok) { in bl_do_encr_chat()
888 case sc_ok: in bl_do_encr_chat()
H A Dupdates.c363 if (E->state == sc_ok) { in tglu_work_update()
H A Dstructures.c494 int r = sc_ok; in tglf_fetch_alloc_encrypted_chat()
1693 if (!P || P->encr_chat.state != sc_ok) { in tglf_fetch_encrypted_message()
2561 …->encr_chat.user_id != tgl_get_peer_id (user_id) || TLS->Peers[index]->encr_chat.state != sc_ok)) { in tgl_secret_chat_for_user()
H A Dqueries.c1171 if (P->encr_chat.state != sc_ok) { in tgl_do_send_message()
4075 if (P->encr_chat.state != sc_ok) { in tgl_do_visualize_key()
/dports/net-im/telegram-cli/tg-20200106/tgl/
H A Dqueries-encrypted.c163 if (!P || P->encr_chat.state != sc_ok) { in tgl_do_send_encr_msg_action()
233 if (!P || P->encr_chat.state != sc_ok) { in tgl_do_send_encr_msg()
478 if (E->state == sc_ok) { in send_encr_accept_on_answer()
482 …void *, int, struct tgl_secret_chat *))q->callback) (TLS, q->callback_extra, E->state == sc_ok, E); in send_encr_accept_on_answer()
576 int state = sc_ok; in tgl_do_send_accept_encr_chat()
H A Dtgl-layout.h429 sc_ok, enumerator
H A Dbinlog.c880 if (U->state == sc_waiting && *state == sc_ok) { in bl_do_encr_chat()
888 case sc_ok: in bl_do_encr_chat()
H A Dupdates.c363 if (E->state == sc_ok) { in tglu_work_update()
H A Dstructures.c494 int r = sc_ok; in tglf_fetch_alloc_encrypted_chat()
1692 if (!P || P->encr_chat.state != sc_ok) { in tglf_fetch_encrypted_message()
2560 …->encr_chat.user_id != tgl_get_peer_id (user_id) || TLS->Peers[index]->encr_chat.state != sc_ok)) { in tgl_secret_chat_for_user()
H A Dqueries.c1172 if (P->encr_chat.state != sc_ok) { in tgl_do_send_message()
4002 if (P->encr_chat.state != sc_ok) { in tgl_do_visualize_key()
/dports/net-im/telegram-cli/tg-20200106/
H A Dtelegram-cli-cygwin.patch27 if (P->state != sc_ok) { return; }
H A Dloop.c495 if (P->state != sc_ok) { return; } in write_secret_chat()
H A Dinterface.c1305 if (P && P->encr_chat.state == sc_ok) { in do_set_ttl()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dubt.c232 int sc_ok; member
657 sc->sc_ok = 1; in ubt_attach()
677 if (!sc->sc_ok) in ubt_detach()
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dbookmarks.c.gcov1365 244: 621: int is_dir = 0, sc_ok = 0, name_ok = 0, non_existent = 0;
1373 244: 625: sc_ok = 1;
1443 244: 641: BOLD, sc_ok ? '[' : 0, sc_ok ? bookmarks[i].shortcut : "",
1446 242: 642: sc_ok ? ']' : 0, df_c, non_existent ? GRAY : (is_dir ? bm_c : fi_c),
/dports/net-im/telegram-purple/telegram-purple-1.4.3/
H A Dtelegram-purple.c158 if (U->state == sc_ok) { in update_secret_chat_handler()
636 if (tgl_get_peer_type (peer->id) == TGL_PEER_ENCR_CHAT && peer->encr_chat.state != sc_ok) { in tgprpl_send_im()
H A Dtelegram-base.c266 if (P->state != sc_ok) { return; } in write_secret_chat()