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

  /src/crypto/external/bsd/openssl/dist/test/helpers/
ssltestlib.c 546 MEMPACKET *thispkt = NULL, *looppkt, *nextpkt, *allpkts[3]; local
577 if (!TEST_ptr(allpkts[i] = OPENSSL_malloc(sizeof(*thispkt))))
579 thispkt = allpkts[i];
639 thispkt = allpkts[i];
651 mempacket_free(allpkts[i]);
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltestlib.c 475 MEMPACKET *thispkt = NULL, *looppkt, *nextpkt, *allpkts[3]; local
506 if (!TEST_ptr(allpkts[i] = OPENSSL_malloc(sizeof(*thispkt))))
508 thispkt = allpkts[i];
566 thispkt = allpkts[i];
578 mempacket_free(allpkts[i]);
  /src/crypto/external/apache2/openssl/dist/test/helpers/
ssltestlib.c 575 MEMPACKET *thispkt = NULL, *looppkt, *nextpkt, *allpkts[3]; local
606 if (!TEST_ptr(allpkts[i] = OPENSSL_malloc(sizeof(*thispkt))))
608 thispkt = allpkts[i];
668 thispkt = allpkts[i];
680 mempacket_free(allpkts[i]);

Completed in 53 milliseconds