OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:soc_sups
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
oc.c
49
if ( sub->
soc_sups
== NULL ) {
53
for ( i = 0; sub->
soc_sups
[i] != NULL; i++ ) {
54
if ( is_object_subclass( sup, sub->
soc_sups
[i] ) ) {
341
if ( !soc->
soc_sups
) {
350
soc->
soc_sups
= (ObjectClass **)ch_calloc(nsups,
383
soc->
soc_sups
[nsups] = soc1;
439
if (o->
soc_sups
) {
440
ldap_memfree(o->
soc_sups
);
441
o->
soc_sups
= NULL;
804
if ( soc->
soc_sups
) {
[
all
...]
schema_prep.c
276
if( oc == NULL || oc->
soc_sups
== NULL ) continue;
278
for( j=0; oc->
soc_sups
[j] != NULL; j++ ) {
280
ObjectClass *sup = oc->
soc_sups
[j];
slap.h
773
ObjectClass **
soc_sups
;
member in struct:ObjectClass
bconfig.c
5078
for ( sups = oc->
soc_sups
; sups && *sups; sups++ ) {
5292
for ( ocp = (*cop)->co_oc->
soc_sups
; ocp && *ocp; ocp++ ) {
/src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/
allowed.c
265
if ( oc->
soc_sups
) {
268
for ( i = 0; oc->
soc_sups
[ i ] != NULL; i++ ) {
269
aa_add_oc( oc->
soc_sups
[ i ], &ocp, &atp );
Completed in 37 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026