Home
last modified time | relevance | path

Searched refs:LDAPContentRule (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_schema.h117 } LDAPContentRule; typedef
193 LDAPContentRule * cr ));
225 LDAPContentRule * cr ));
249 LDAP_F( LDAPContentRule * )
309 LDAPContentRule * cr ));
313 LDAPContentRule * cr, struct berval *bv ));
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcr.c99 ldap_contentrule_free((LDAPContentRule *)c); in cr_destroy_one()
335 LDAPContentRule *cr, in cr_add()
370 AC_MEMCPY( &scr->scr_crule, cr, sizeof(LDAPContentRule) ); in cr_add()
446 LDAPContentRule lcr, *lcrp; in cr_unparse()
H A Dschemaparse.c139 LDAPContentRule *cr; in parse_cr()
H A Dslap.h816 LDAPContentRule scr_crule;
H A Dproto-slap.h851 LDAPContentRule *oc,
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dschema.c82 ldap_contentrule2name( LDAPContentRule * cr ) in ldap_contentrule2name()
643 ldap_contentrule2str( LDAPContentRule * cr ) in ldap_contentrule2str()
653 ldap_contentrule2bv( LDAPContentRule * cr, struct berval *bv ) in ldap_contentrule2bv()
2715 ldap_contentrule_free(LDAPContentRule * cr) in ldap_contentrule_free()
2729 LDAPContentRule *
2745 LDAPContentRule * cr; in ldap_str2contentrule()
2756 cr = LDAP_CALLOC(1,sizeof(LDAPContentRule)); in ldap_str2contentrule()