HomeSort by: relevance | last modified time | path
    Searched refs:LDAPContentRule (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openldap/dist/include/
ldap_schema.h 117 } LDAPContentRule;
193 LDAPContentRule * cr ));
225 LDAPContentRule * cr ));
249 LDAP_F( LDAPContentRule * )
309 LDAPContentRule * cr ));
313 LDAPContentRule * cr, struct berval *bv ));
  /src/external/bsd/openldap/dist/servers/slapd/
cr.c 99 ldap_contentrule_free((LDAPContentRule *)c);
335 LDAPContentRule *cr,
370 AC_MEMCPY( &scr->scr_crule, cr, sizeof(LDAPContentRule) );
446 LDAPContentRule lcr, *lcrp;
schemaparse.c 139 LDAPContentRule *cr;
proto-slap.h 828 LDAPContentRule *oc,
slap.h 819 LDAPContentRule scr_crule;
  /src/external/bsd/openldap/dist/libraries/libldap/
schema.c 82 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 24 milliseconds