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_syntax_oid
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
at.c
641
if ( at->
at_syntax_oid
&& !OID_LEADCHAR( at->
at_syntax_oid
[0] )) {
645
oid = oidm_find( at->
at_syntax_oid
);
647
*err = at->
at_syntax_oid
;
651
if ( oid != at->
at_syntax_oid
) {
652
soidm = at->
at_syntax_oid
;
653
at->
at_syntax_oid
= oid;
791
if ( at->
at_syntax_oid
) {
967
if ( *err == at->
at_syntax_oid
)
969
SLAP_FREE( at->
at_syntax_oid
);
[
all
...]
slap.h
746
#define sat_syntax_oid sat_atype.
at_syntax_oid
/src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPAttrType.cpp
42
this->setSyntaxOid( a->
at_syntax_oid
);
/src/external/bsd/openldap/dist/include/
ldap_schema.h
84
char *
at_syntax_oid
; /* OPTIONAL */
member in struct:ldap_attributetype
/src/external/bsd/openldap/dist/libraries/libldap/
schema.c
926
if ( at->
at_syntax_oid
) {
929
print_noidlen(ss,at->
at_syntax_oid
,at->at_syntax_len);
2044
if (at->
at_syntax_oid
) LDAP_FREE(at->
at_syntax_oid
);
2286
at->
at_syntax_oid
=
2291
if ( !at->
at_syntax_oid
) {
2297
at->
at_syntax_oid
= sval;
Completed in 48 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026