HomeSort by: relevance | last modified time | path
    Searched defs:nocs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
schema_check.c 636 int i, nocs; local
645 nocs = i;
647 socs = slap_sl_malloc( (nocs+1) * sizeof(ObjectClass *), ctx );
bconfig.c 4633 config_find_table( ConfigOCs **colst, int nocs, AttributeDescription *ad,
4640 for (j=0; j<nocs; j++) {
4658 sort_attrs( Entry *e, ConfigOCs **colst, int nocs )
4663 for (i=0; i<nocs; i++) {
5073 count_oc( ObjectClass *oc, ConfigOCs ***copp, int *nocs )
5079 if ( count_oc( *sups, copp, nocs ) ) {
5090 for ( i = 0; i < *nocs; i++ ) {
5096 if ( i == *nocs ) {
5097 ConfigOCs **tmp = ch_realloc( *copp, (*nocs + 1)*sizeof( ConfigOCs * ) );
5102 (*copp)[*nocs] = cop
5320 int i, ibase = -1, nocs, rc = 0; local
5970 int i, nocs; local
    [all...]

Completed in 29 milliseconds