OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TEST_ptr
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/
testutil.h
206
int
test_ptr
(const char *file, int line, const char *s, const void *p);
286
* This allows constructs such as: if (!
TEST_ptr
(ptr = OPENSSL_malloc(..)))
289
* if (!
TEST_ptr
(ptr))
349
# define
TEST_ptr
(a)
test_ptr
(__FILE__, __LINE__, #a, a)
/src/crypto/external/apache2/openssl/dist/test/
testutil.h
342
int
test_ptr
(const char *file, int line, const char *s, const void *p);
425
* This allows constructs such as: if (!
TEST_ptr
(ptr = OPENSSL_malloc(..)))
428
* if (!
TEST_ptr
(ptr))
509
#define
TEST_ptr
(a)
test_ptr
(__FILE__, __LINE__, #a, a)
/src/crypto/external/bsd/openssl/dist/test/
testutil.h
341
int
test_ptr
(const char *file, int line, const char *s, const void *p);
424
* This allows constructs such as: if (!
TEST_ptr
(ptr = OPENSSL_malloc(..)))
427
* if (!
TEST_ptr
(ptr))
494
# define
TEST_ptr
(a)
test_ptr
(__FILE__, __LINE__, #a, a)
Completed in 27 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026