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

  /src/crypto/external/bsd/openssl.old/dist/test/
testutil.h 207 int test_ptr_null(const char *file, int line, const char *s, const void *p);
350 # define TEST_ptr_null(a) test_ptr_null(__FILE__, __LINE__, #a, a)
  /src/crypto/external/apache2/openssl/dist/test/
testutil.h 343 int test_ptr_null(const char *file, int line, const char *s, const void *p);
510 #define TEST_ptr_null(a) test_ptr_null(__FILE__, __LINE__, #a, a)
  /src/crypto/external/bsd/openssl/dist/test/
testutil.h 342 int test_ptr_null(const char *file, int line, const char *s, const void *p);
495 # define TEST_ptr_null(a) test_ptr_null(__FILE__, __LINE__, #a, a)

Completed in 61 milliseconds