Searched refs:nocs (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
| H A D | ndbio.cpp | 752 ndb_oc_get( Operation *op, NdbOcInfo *no, int *j, int *nocs, NdbOcInfo ***oclist ) in ndb_oc_get() argument 758 ndb_oc_get( op, no->no_sets[i], j, nocs, oclist ); in ndb_oc_get() 767 if ( *j >= *nocs ) { in ndb_oc_get() 768 *nocs *= 2; in ndb_oc_get() 769 ol2 = (NdbOcInfo **)op->o_tmprealloc( *oclist, *nocs * sizeof(NdbOcInfo *), op->o_tmpmemctx ); in ndb_oc_get() 801 int i, j, k, nocs, nattrs, rc = LDAP_OTHER; in ndb_entry_get_data() local 807 nocs = myOcs.no_ninfo; in ndb_entry_get_data() 809 oclist = (NdbOcInfo **)op->o_tmpcalloc( 1, nocs * sizeof(NdbOcInfo *), op->o_tmpmemctx ); in ndb_entry_get_data() 812 ndb_oc_get( op, myOcs.no_info[i], &j, &nocs, &oclist ); in ndb_entry_get_data() 815 nocs = j; in ndb_entry_get_data() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | bconfig.c | 4812 config_find_table( ConfigOCs **colst, int nocs, AttributeDescription *ad, in config_find_table() argument 4819 for (j=0; j<nocs; j++) { in config_find_table() 4836 sort_attrs( Entry *e, ConfigOCs **colst, int nocs ) in sort_attrs() argument 4841 for (i=0; i<nocs; i++) { in sort_attrs() 5244 count_oc( ObjectClass *oc, ConfigOCs ***copp, int *nocs ) in count_oc() argument 5250 if ( count_oc( *sups, copp, nocs ) ) { in count_oc() 5261 for ( i = 0; i < *nocs; i++ ) { in count_oc() 5267 if ( i == *nocs ) { in count_oc() 5268 ConfigOCs **tmp = ch_realloc( *copp, (*nocs + 1)*sizeof( ConfigOCs * ) ); in count_oc() 5273 (*copp)[*nocs] = cop; in count_oc() [all …]
|
| H A D | schema_check.c | 636 int i, nocs; in structural_class() local 645 nocs = i; in structural_class() 647 socs = slap_sl_malloc( (nocs+1) * sizeof(ObjectClass *), ctx ); in structural_class()
|