/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/ |
H A D | test_connection.csv | 1 …, -server,val, -proxy,val, -no_proxy,val, -tls_used,noarg, -path,val, -msg_timeout,int, -total_tim… 8 …on,, -server,xn--rksmrgs-5wao1o.example.com:_SERVER_PORT,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK, 9 0,wrong server port, -section,, -server,_SERVER_HOST:99,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK, 10 0,server default port, -section,, -server,_SERVER_HOST,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK, 17 0,server with wrong port, -section,, -server,_SERVER_HOST:999,,,,,BLANK,,,,-msg_timeout,1,BLANK,,BL… 20 …SERVER_PORT, -proxy,127.0.0.1:x*/8888, -no_proxy,nonmatch.com,BLANK,,,,-msg_timeout,1,BLANK,,BLANK, 21 …:_SERVER_PORT, -proxy,127.0.0.1:65536, -no_proxy,nonmatch.com,BLANK,,,,-msg_timeout,1,BLANK,,BLANK, 22 …R_HOST:_SERVER_PORT, -proxy,127.0.0.1, -no_proxy,nonmatch.com,BLANK,,,,-msg_timeout,1,BLANK,,BLANK, 34 0,msg_timeout missing argument, -section,,,,,,,,BLANK,,,, -msg_timeout,,BLANK,,BLANK, 35 0,msg_timeout negative, -section,,,,,,,,BLANK,,,, -msg_timeout,-5,BLANK,,BLANK, [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/milter/ |
H A D | milter.h | 125 #define milter_create(milter_names, conn_timeout, cmd_timeout, msg_timeout, \ argument 129 milter_new(milter_names, conn_timeout, cmd_timeout, msg_timeout, \
|
H A D | milter8.c | 368 int msg_timeout; /* content inspection timeout */ member 2587 CA_VSTREAM_CTL_TIMEOUT(milter->msg_timeout), in milter8_message() 2687 SEND_ATTR_INT(MAIL_ATTR_MILT_MSG, milter->msg_timeout), in milter8_send() 2739 int msg_timeout; in milter8_receive() local 2763 RECV_ATTR_INT(MAIL_ATTR_MILT_MSG, &msg_timeout), in milter8_receive() 2798 msg_timeout, NO_PROTOCOL, STR(act_buf), parent); in milter8_receive() 2839 int cmd_timeout, int msg_timeout, in milter8_alloc() argument 2886 milter->msg_timeout = msg_timeout; in milter8_alloc() 2898 int msg_timeout, const char *protocol, in milter8_create() argument 2906 milter = milter8_alloc(name, conn_timeout, cmd_timeout, msg_timeout, in milter8_create()
|
H A D | milter.c | 651 int msg_timeout, in milter_new() argument 695 my_msg_timeout = msg_timeout; in milter_new()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
H A D | cmp_client.c | 132 int bak_msg_timeout = ctx->msg_timeout; in send_receive_check() 155 if (ctx->msg_timeout == 0 || time_left < ctx->msg_timeout) in send_receive_check() 156 ctx->msg_timeout = time_left; in send_receive_check() 165 ctx->msg_timeout = bak_msg_timeout; in send_receive_check()
|
H A D | cmp_http.c | 88 ctx->msg_timeout, in OSSL_CMP_MSG_http_perform()
|
H A D | cmp_ctx.c | 119 ctx->msg_timeout = -1; in OSSL_CMP_CTX_new() 1096 ctx->msg_timeout = val; in OSSL_CMP_CTX_set_option() 1162 return ctx->msg_timeout; in OSSL_CMP_CTX_get_option()
|
H A D | cmp_local.h | 50 int msg_timeout; /* max seconds to wait for each CMP message round trip */ member
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/ |
H A D | test.cnf | 48 msg_timeout = 5
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
H A D | openssl-cmp.pod.in | 56 [B<-msg_timeout> I<seconds>] 517 =item B<-msg_timeout> I<seconds>
|