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

  /src/external/bsd/openldap/dist/include/
ldap_schema.h 113 char **cr_at_oids_must; /* OPTIONAL */ member in struct:ldap_contentrule
  /src/external/bsd/openldap/dist/libraries/libldap/
schema.c 692 if ( cr->cr_at_oids_must ) {
695 print_oids(ss,cr->cr_at_oids_must);
2722 if (cr->cr_at_oids_must) LDAP_VFREE(cr->cr_at_oids_must);
2904 cr->cr_at_oids_must = parse_oids(&ss,code,0);
2905 if ( !cr->cr_at_oids_must && *code != LDAP_SUCCESS ) {
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 830 #define scr_at_oids_must scr_crule.cr_at_oids_must

Completed in 68 milliseconds