Home
last modified time | relevance | path

Searched refs:delayed_msg (Results 1 – 20 of 20) sorted by relevance

/dports/security/libressl/libressl-3.4.3/tests/
H A Ddtlstest.c66 uint8_t *delayed_msg; member
95 free(ctx->delayed_msg); in bio_packet_monkey_free()
106 if (ctx->delayed_msg == NULL) in bio_packet_monkey_delay_flush()
112 hexdump(ctx->delayed_msg, ctx->delayed_msg_len); in bio_packet_monkey_delay_flush()
116 free(ctx->delayed_msg); in bio_packet_monkey_delay_flush()
117 ctx->delayed_msg = NULL; in bio_packet_monkey_delay_flush()
209 ret = BIO_write(bio->next_bio, ctx->delayed_msg, in bio_packet_monkey_write()
218 free(ctx->delayed_msg); in bio_packet_monkey_write()
219 ctx->delayed_msg = NULL; in bio_packet_monkey_write()
246 if (ctx->delayed_msg != NULL) in bio_packet_monkey_write()
[all …]
/dports/www/obhttpd/libressl-3.4.1/tests/
H A Ddtlstest.c66 uint8_t *delayed_msg; member
95 free(ctx->delayed_msg); in bio_packet_monkey_free()
106 if (ctx->delayed_msg == NULL) in bio_packet_monkey_delay_flush()
112 hexdump(ctx->delayed_msg, ctx->delayed_msg_len); in bio_packet_monkey_delay_flush()
116 free(ctx->delayed_msg); in bio_packet_monkey_delay_flush()
117 ctx->delayed_msg = NULL; in bio_packet_monkey_delay_flush()
209 ret = BIO_write(bio->next_bio, ctx->delayed_msg, in bio_packet_monkey_write()
218 free(ctx->delayed_msg); in bio_packet_monkey_write()
219 ctx->delayed_msg = NULL; in bio_packet_monkey_write()
246 if (ctx->delayed_msg != NULL) in bio_packet_monkey_write()
[all …]
/dports/news/nn/nn-6.7.3/
H A Daux.c28 extern char delayed_msg[];
94 strcpy(delayed_msg, "cannot create .param file for aux script"); in aux_sh()
178 sprintf(delayed_msg, sent_fmt, " not"); in aux_sh()
181 sprintf(delayed_msg, sent_fmt, ""); in aux_sh()
460 sprintf(delayed_msg, sent_fmt, " not"); in aux_sh()
467 sprintf(delayed_msg, sent_fmt, " not"); in aux_sh()
711 sprintf(delayed_msg, sent_fmt, ""); in aux_sh()
H A Dsave.c64 extern char delayed_msg[];
586 sprintf(delayed_msg, "Save command failed; exit = %d", c); in save()
644 sprintf(delayed_msg, "Save command failed; exit = %d", c); in end_save()
648 sprintf(delayed_msg, "Save failed (disk full?)"); in end_save()
656 sprintf(delayed_msg, "Output is saved in %s/%s.Result", in end_save()
H A Dmenu.c97 char delayed_msg[100] = ""; /* give to msg() after redraw */ variable
814 sprintf(delayed_msg, "Showing %d articles again", again); in show_articles()
1159 strcpy(delayed_msg, purpose); in menu()
1219 strcpy(delayed_msg, purpose); in menu()
1221 sprintf(delayed_msg, "Entering %s, %ld articles", in menu()
1362 if (delayed_msg[0] != NUL) { in menu()
1363 msg(delayed_msg); in menu()
1364 delayed_msg[0] = NUL; in menu()
H A Danswer.c86 extern char delayed_msg[];
852 if (*delayed_msg) in do_nnpost()
853 nn_exitmsg(0, "%s", delayed_msg); in do_nnpost()
H A Dmore.c76 extern char delayed_msg[];
1050 if (delayed_msg[0] != NUL) { in more()
1051 msg(delayed_msg); in more()
1052 delayed_msg[0] = NUL; in more()
H A Dnntp.c100 extern char delayed_msg[];
1669 sprintf(delayed_msg, "Posting failed because we couldn't re-open file %s.", temp_file); in nntp_post()
1679 sprintf(delayed_msg, "Request to post failed with error %d, %s", n, ask_reply); in nntp_post()
H A Dgroup.c55 extern char delayed_msg[];
388 strcpy(delayed_msg, "can only unread groups at topmost level"); in group_menu()
1162 sprintf(delayed_msg, "Read %ld articles in %ld seconds (%ld kbyte/s)", in merge_and_read()
H A Dkill.c30 extern char delayed_msg[];
970 strcpy(delayed_msg, "Error in compiled kill file (ignored)"); in init_kill()
H A Dmaster.c990 char delayed_msg[100] = ""; variable
/dports/japanese/w3m/w3m-2b59b9e/
H A Ddisplay.c215 static char *delayed_msg = NULL; variable
479 if (delayed_msg != NULL) { in displayBuffer()
480 disp_message(delayed_msg, FALSE); in displayBuffer()
481 delayed_msg = NULL; in displayBuffer()
1286 delayed_msg = allocStr(s, -1); in set_delayed_message()
H A DChangeLog.13513 * display.c (delayed_msg): static
8328 * display.c (delayed_msg): added
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Ddisplay.c215 static char *delayed_msg = NULL; variable
479 if (delayed_msg != NULL) { in displayBuffer()
480 disp_message(delayed_msg, FALSE); in displayBuffer()
481 delayed_msg = NULL; in displayBuffer()
1286 delayed_msg = allocStr(s, -1); in set_delayed_message()
H A DChangeLog.13513 * display.c (delayed_msg): static
8328 * display.c (delayed_msg): added
/dports/www/w3m/w3m-2b59b9e/
H A Ddisplay.c215 static char *delayed_msg = NULL; variable
479 if (delayed_msg != NULL) { in displayBuffer()
480 disp_message(delayed_msg, FALSE); in displayBuffer()
481 delayed_msg = NULL; in displayBuffer()
1286 delayed_msg = allocStr(s, -1); in set_delayed_message()
H A DChangeLog.13513 * display.c (delayed_msg): static
8328 * display.c (delayed_msg): added
/dports/www/w3m-img/w3m-2b59b9e/
H A Ddisplay.c215 static char *delayed_msg = NULL; variable
479 if (delayed_msg != NULL) { in displayBuffer()
480 disp_message(delayed_msg, FALSE); in displayBuffer()
481 delayed_msg = NULL; in displayBuffer()
1286 delayed_msg = allocStr(s, -1); in set_delayed_message()
H A DChangeLog.13513 * display.c (delayed_msg): static
8328 * display.c (delayed_msg): added
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/doxygen/dox/so_5/
H A Dso_5_5__in_depth_timers.dox113 auto delayed_msg = std::make_unique< check_request >( ... );
114 so_environment().single_timer( std::move(delayed_msg), // Message instance.