OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:at_sup_oid
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPAttrType.cpp
38
this->setSuperiorOid( a->
at_sup_oid
);
/src/external/bsd/openldap/dist/include/
ldap_schema.h
80
char *
at_sup_oid
; /* OPTIONAL */
member in struct:ldap_attributetype
/src/external/bsd/openldap/dist/servers/slapd/
at.c
706
if ( at->
at_sup_oid
) {
707
AttributeType *supsat = at_find(at->
at_sup_oid
);
710
*err = at->
at_sup_oid
;
slap.h
742
#define sat_sup_oid sat_atype.
at_sup_oid
/src/external/bsd/openldap/dist/libraries/libldap/
schema.c
906
if ( at->
at_sup_oid
) {
908
print_woid(ss,at->
at_sup_oid
);
2040
if (at->
at_sup_oid
) LDAP_FREE(at->
at_sup_oid
);
2224
at->
at_sup_oid
= parse_woid(&ss,code);
2225
if ( !at->
at_sup_oid
) {
Completed in 30 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026