Searched refs:nocs (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dndbio.cpp752 ndb_oc_get( Operation *op, NdbOcInfo *no, int *j, int *nocs, NdbOcInfo ***oclist ) argument
758 ndb_oc_get( op, no->no_sets[i], j, nocs, oclist );
767 if ( *j >= *nocs ) {
768 *nocs *= 2;
769 ol2 = (NdbOcInfo **)op->o_tmprealloc( *oclist, *nocs * sizeof(NdbOcInfo *), op->o_tmpmemctx );
801 int i, j, k, nocs, nattrs, rc = LDAP_OTHER; local
807 nocs = myOcs.no_ninfo;
809 oclist = (NdbOcInfo **)op->o_tmpcalloc( 1, nocs * sizeof(NdbOcInfo *), op->o_tmpmemctx );
812 ndb_oc_get( op, myOcs.no_info[i], &j, &nocs, &oclist );
815 nocs
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c4812 config_find_table( ConfigOCs **colst, int nocs, AttributeDescription *ad, argument
4819 for (j=0; j<nocs; j++) {
4836 sort_attrs( Entry *e, ConfigOCs **colst, int nocs )
4841 for (i=0; i<nocs; i++) {
5244 count_oc( ObjectClass *oc, ConfigOCs ***copp, int *nocs )
5250 if ( count_oc( *sups, copp, nocs ) ) {
5261 for ( i = 0; i < *nocs; i++ ) {
5267 if ( i == *nocs ) {
5268 ConfigOCs **tmp = ch_realloc( *copp, (*nocs + 1)*sizeof( ConfigOCs * ) );
5273 (*copp)[*nocs]
5399 schema_destroy_one( ConfigArgs *ca, ConfigOCs **colst, int nocs, CfEntryInfo *p ) argument
5489 int i, ibase = -1, nocs, rc = 0; local
6066 int i, nocs; local
[all...]
H A Dschema_check.c636 int i, nocs; local
645 nocs = i;
647 socs = slap_sl_malloc( (nocs+1) * sizeof(ObjectClass *), ctx );

Completed in 131 milliseconds