Home
last modified time | relevance | path

Searched refs:get_assertion (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dcompare.cpp107 ( test_filter( op, &e, (Filter *)get_assertion( op )) != LDAP_COMPARE_TRUE )) in ndb_back_compare()
H A Ddelete.cpp191 ( test_filter( op, &e, (Filter *)get_assertion( op )) != LDAP_COMPARE_TRUE )) in ndb_back_delete()
H A Dmodrdn.cpp153 ( test_filter( op, &e, (Filter *)get_assertion( op )) != LDAP_COMPARE_TRUE )) in ndb_back_modrdn()
H A Dmodify.cpp577 ( test_filter( op, &e, (Filter*)get_assertion( op )) != LDAP_COMPARE_TRUE )) in ndb_back_modify()
H A Dsearch.cpp585 if ( get_assert( op ) && test_filter( op, &e, (Filter *)get_assertion( op )) != in ndb_back_search()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dcompare.c96 ( test_filter( op, &e, get_assertion( op ) ) in backsql_compare()
H A Dmodify.c114 ( test_filter( op, &m, get_assertion( op ) ) in backsql_modify()
H A Dmodrdn.c118 ( test_filter( op, &r, get_assertion( op ) ) in backsql_modrdn()
H A Ddelete.c469 ( test_filter( op, &d, get_assertion( op ) ) in backsql_delete()
H A Dadd.c964 ( test_filter( op, op->ora_e, get_assertion( op )) != LDAP_COMPARE_TRUE )) in backsql_add()
H A Dsearch.c2117 ( test_filter( op, &base_entry, get_assertion( op ) ) in backsql_search()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcompare.c375 ( test_filter( op, e, get_assertion( op )) != LDAP_COMPARE_TRUE )) in slap_compare_entry()
H A Dsearch.c337 ( test_filter( op, entry, get_assertion( op )) != LDAP_COMPARE_TRUE )) { in fe_op_search()
H A Dslap.h2767 #define get_assertion(op) ((op)->o_assertion) macro
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dadd.c83 ( test_filter( op, op->ora_e, get_assertion( op )) in wt_add()
H A Ddelete.c225 ( test_filter( op, e, get_assertion( op )) != LDAP_COMPARE_TRUE )) in wt_delete()
H A Dsearch.c426 ( test_filter( op, e, get_assertion( op )) != LDAP_COMPARE_TRUE )) in wt_search()
H A Dmodify.c534 ( test_filter( op, e, get_assertion( op )) != LDAP_COMPARE_TRUE )) in wt_modify()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dadd.c92 ( test_filter( op, op->ora_e, get_assertion( op )) != LDAP_COMPARE_TRUE )) in mdb_add()
H A Ddelete.c220 ( test_filter( op, e, get_assertion( op )) != LDAP_COMPARE_TRUE )) in mdb_delete()
H A Dmodrdn.c214 ( test_filter( op, e, get_assertion( op )) != LDAP_COMPARE_TRUE )) in mdb_modrdn()
H A Dmodify.c685 ( test_filter( op, e, get_assertion( op )) != LDAP_COMPARE_TRUE )) in mdb_modify()
H A Dsearch.c642 ( test_filter( op, e, get_assertion( op )) != LDAP_COMPARE_TRUE )) in mdb_search()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/lastmod/
H A Dlastmod.c160 ( test_filter( op, lmi->lmi_e, get_assertion( op ) ) != LDAP_COMPARE_TRUE ) ) in lastmod_compare()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c2607 ( test_filter( op, &e, get_assertion( op ) ) != LDAP_COMPARE_TRUE ) ) in syncprov_op_compare()