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_names
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPAttrType.cpp
33
this->setNames( a->
at_names
);
55
void LDAPAttrType::setNames ( char **
at_names
) {
56
names = StringList(
at_names
);
LDAPAttrType.h
91
void setNames( char **
at_names
);
/src/external/bsd/openldap/dist/servers/slapd/
at.c
657
if ( at->
at_names
&& at->
at_names
[0] ) {
660
for( i=0; at->
at_names
[i]; i++ ) {
661
if( !slap_valid_descr( at->
at_names
[i] ) ) {
662
*err = at->
at_names
[i];
668
cname = at->
at_names
[0];
1116
code = slap_str2ad( at->
at_names
[0], &ad, &err );
slap.h
739
#define sat_names sat_atype.
at_names
/src/external/bsd/openldap/dist/include/
ldap_schema.h
77
char **
at_names
; /* OPTIONAL */
member in struct:ldap_attributetype
/src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/
allowed.c
458
code = slap_str2ad( at->
at_names
[0], &ad, &err );
/src/external/bsd/openldap/dist/libraries/libldap/
schema.c
71
return( choose_name( at->
at_names
, at->at_oid ) );
891
if ( at->
at_names
) {
893
print_qdescrs(ss,at->
at_names
);
2038
if (at->
at_names
) LDAP_VFREE(at->
at_names
);
2176
at->
at_names
= parse_qdescrs(&ss,code);
2177
if ( !at->
at_names
) {
Completed in 19 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026