Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/openssl/
Docsp.c105 int accept_count; member
315 cfg.accept_count = strtonum(arg, 0, INT_MAX, &errstr); in ocsp_opt_nrequest()
811 cfg.accept_count = -1; in ocsp_main()
1031 if (cfg.accept_count > 0) in ocsp_main()
1032 cfg.accept_count--; in ocsp_main()
1034 if (cfg.accept_count) { in ocsp_main()