HomeSort by: relevance | last modified time | path
    Searched defs:STANZA (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
testutil.h 429 } STANZA;
434 int test_start_file(STANZA *s, const char *testfile);
435 int test_end_file(STANZA *s);
438 * Read a stanza from the test file. A stanza consists of a block
444 int test_readstanza(STANZA *s);
447 * Clear a stanza, release all allocated memory.
449 void test_clearstanza(STANZA *s);
  /src/crypto/external/apache2/openssl/dist/test/
testutil.h 595 } STANZA;
600 int test_start_file(STANZA *s, const char *testfile);
601 int test_end_file(STANZA *s);
604 * Read a stanza from the test file. A stanza consists of a block
610 int test_readstanza(STANZA *s);
613 * Clear a stanza, release all allocated memory.
615 void test_clearstanza(STANZA *s);
  /src/crypto/external/bsd/openssl/dist/test/
testutil.h 578 } STANZA;
583 int test_start_file(STANZA *s, const char *testfile);
584 int test_end_file(STANZA *s);
587 * Read a stanza from the test file. A stanza consists of a block
593 int test_readstanza(STANZA *s);
596 * Clear a stanza, release all allocated memory.
598 void test_clearstanza(STANZA *s);

Completed in 25 milliseconds