Lines Matching defs:stanza_st
566 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];
576 BIO *key; /* temp memory BIO for reading in keys */
577 char buff[4096]; /* Input buffer for a single key/value */