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

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

Completed in 203 milliseconds