Searched defs:stanza_st (Results 1 – 1 of 1) sorted by relevance
566 typedef struct stanza_st { struct567 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 …]