Home
last modified time | relevance | path

Searched refs:rs_assert_ (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dresult.c182 void rs_assert_(const char*file, unsigned line, const char*fn, const char*cond) in rs_assert_() function
197 #ifdef rs_assert_ /* proto-slap.h #defined away the fn parameter */ in rs_assert_()
H A Dproto-slap.h1601 # define rs_assert_(file, line, func, cond) rs_assert__(file, line, cond) macro
1604 LDAP_SLAPD_F(void) rs_assert_(const char*, unsigned, const char*, const char*);
1606 ? (void) 0 : rs_assert_(__FILE__, __LINE__, RS_FUNC_, #cond))