Searched defs:stanza_st (Results 1 – 1 of 1) sorted by relevance
587 typedef struct stanza_st { struct588 const char *test_file; /* Input file name */589 BIO *fp; /* Input file */590 int curr; /* Current line in file */591 int start; /* Line where test starts */592 int errors; /* Error count */593 int numtests; /* Number of tests */594 int numskip; /* Number of skipped tests */595 int numpairs;596 PAIR pairs[TESTMAXPAIRS];[all …]