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

  /src/external/bsd/openldap/dist/include/
ldap_schema.h 114 char **cr_at_oids_may; /* OPTIONAL */ member in struct:ldap_contentrule
  /src/external/bsd/openldap/dist/libraries/libldap/
schema.c 699 if ( cr->cr_at_oids_may ) {
702 print_oids(ss,cr->cr_at_oids_may);
2723 if (cr->cr_at_oids_may) LDAP_VFREE(cr->cr_at_oids_may);
2920 cr->cr_at_oids_may = parse_oids(&ss,code,0);
2921 if ( !cr->cr_at_oids_may && *code != LDAP_SUCCESS ) {
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 831 #define scr_at_oids_may scr_crule.cr_at_oids_may

Completed in 22 milliseconds