/dports/print/cups-filters/cups-filters-1.28.10/backend/ |
H A D | parallel.c | 557 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 D | rabbitmq_aws.hrl | 56 -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 D | bookmarks.c | 614 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 D | queries-encrypted.c | 163 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 D | tgl-layout.h | 429 sc_ok, enumerator
|
H A D | binlog.c | 880 if (U->state == sc_waiting && *state == sc_ok) { in bl_do_encr_chat() 888 case sc_ok: in bl_do_encr_chat()
|
H A D | updates.c | 363 if (E->state == sc_ok) { in tglu_work_update()
|
H A D | structures.c | 494 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 D | queries.c | 1171 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 D | queries-encrypted.c | 163 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 D | tgl-layout.h | 429 sc_ok, enumerator
|
H A D | binlog.c | 880 if (U->state == sc_waiting && *state == sc_ok) { in bl_do_encr_chat() 888 case sc_ok: in bl_do_encr_chat()
|
H A D | updates.c | 363 if (E->state == sc_ok) { in tglu_work_update()
|
H A D | structures.c | 494 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 D | queries.c | 1172 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 D | telegram-cli-cygwin.patch | 27 if (P->state != sc_ok) { return; }
|
H A D | loop.c | 495 if (P->state != sc_ok) { return; } in write_secret_chat()
|
H A D | interface.c | 1305 if (P && P->encr_chat.state == sc_ok) { in do_set_ttl()
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/ |
H A D | ubt.c | 232 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 D | bookmarks.c.gcov | 1365 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 D | telegram-purple.c | 158 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 D | telegram-base.c | 266 if (P->state != sc_ok) { return; } in write_secret_chat()
|