Searched refs:ABTS_PTR_EQUAL (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/apr-util/test/
H A Dteststrmatch.c57 ABTS_PTR_EQUAL(tc, NULL, match);
60 ABTS_PTR_EQUAL(tc, input2 + 23, match);
63 ABTS_PTR_EQUAL(tc, input1 + 5, match);
66 ABTS_PTR_EQUAL(tc, input1, match);
69 ABTS_PTR_EQUAL(tc, input1 + 23, match);
72 ABTS_PTR_EQUAL(tc, input3, match);
75 ABTS_PTR_EQUAL(tc, input4 + 24, match);
78 ABTS_PTR_EQUAL(tc, NULL, match);
81 ABTS_PTR_EQUAL(tc, input6 + 35, match);
H A Dabts.h90 #define ABTS_PTR_EQUAL(a, b, c) abts_ptr_equal(a, b, c, __LINE__) macro
H A Dtestmemcache.c155 ABTS_PTR_EQUAL(tc, server, s);
H A Dtestredis.c156 ABTS_PTR_EQUAL(tc, server, s);

Completed in 54 milliseconds