Home
last modified time | relevance | path

Searched refs:cr_at_oids_not (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/openldap/dist/include/
H A Dldap_schema.h115 char **cr_at_oids_not; /* OPTIONAL */ member
/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dschema.c706 if ( cr->cr_at_oids_not ) { in ldap_contentrule2bv()
709 print_oids(ss,cr->cr_at_oids_not); in ldap_contentrule2bv()
2724 if (cr->cr_at_oids_not) LDAP_VFREE(cr->cr_at_oids_not); in ldap_contentrule_free()
2936 cr->cr_at_oids_not = parse_oids(&ss,code,0); in ldap_str2contentrule()
2937 if ( !cr->cr_at_oids_not && *code != LDAP_SUCCESS ) { in ldap_str2contentrule()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h829 #define scr_at_oids_not scr_crule.cr_at_oids_not