Home
last modified time | relevance | path

Searched defs:stanza_st (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dtestutil.h417 typedef struct stanza_st { struct
418 const char *test_file; /* Input file name */
419 BIO *fp; /* Input file */
420 int curr; /* Current line in file */
421 int start; /* Line where test starts */
422 int errors; /* Error count */
423 int numtests; /* Number of tests */
424 int numskip; /* Number of skipped tests */
425 int numpairs;
426 PAIR pairs[TESTMAXPAIRS];
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dtestutil.h566 typedef struct stanza_st { struct
567 const char *test_file; /* Input file name */
568 BIO *fp; /* Input file */
569 int curr; /* Current line in file */
570 int start; /* Line where test starts */
571 int errors; /* Error count */
572 int numtests; /* Number of tests */
573 int numskip; /* Number of skipped tests */
574 int numpairs;
575 PAIR pairs[TESTMAXPAIRS];
[all …]