Searched refs:ABTS_TRUE (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/apr-util/test/
H A Dtestrmm.c70 ABTS_TRUE(tc, !off2);
77 ABTS_TRUE(tc, !!off[i]);
78 ABTS_TRUE(tc, !(sc & 7));
140 ABTS_TRUE(tc, !!off[0]);
141 ABTS_TRUE(tc, !!off[1]);
160 ABTS_TRUE(tc, !!off[0]);
167 ABTS_TRUE(tc, c[i] == (i < 50 ? 0 : i));
H A Dtestldap.c127 ABTS_TRUE(tc, result->rc == LDAP_SUCCESS);
133 ABTS_TRUE(tc, result->rc == LDAP_SUCCESS);
160 ABTS_TRUE(tc, result == LDAP_SUCCESS);
183 ABTS_TRUE(tc, ldap != NULL);
201 ABTS_TRUE(tc, ldap != NULL);
221 ABTS_TRUE(tc, ldap != NULL);
H A Dtestqueue.c54 ABTS_TRUE(tc, v == NULL);
55 ABTS_TRUE(tc, rv == APR_SUCCESS);
82 ABTS_TRUE(tc, rv == APR_SUCCESS);
H A Dtestdate.c155 ABTS_TRUE(tc, secstodate == newsecs);
172 ABTS_TRUE(tc, secstodate == newsecs);
H A Dabts.h91 #define ABTS_TRUE(a, b) abts_true(a, b, __LINE__); macro
H A Dtestdbm.c124 ABTS_TRUE(tc, cond == 0);
126 ABTS_TRUE(tc, cond != 0);
H A Dtestreslist.c163 ABTS_TRUE(tc, APR_STATUS_IS_TIMEUP(rv));
H A Dtestxml.c148 ABTS_TRUE(tc, rv != APR_SUCCESS);

Completed in 101 milliseconds