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

  /src/external/bsd/openldap/dist/servers/slapd/
slap-config.h 134 ConfigCfAdd *co_cfadd; member in struct:ConfigOCs
bconfig.c 7598 if ( bi->bi_cf_ocs && bi->bi_cf_ocs->co_cfadd ) {
7600 bi->bi_cf_ocs->co_cfadd( op, &rs, e, &c );
7643 if ( be->be_cf_ocs && be->be_cf_ocs->co_cfadd ) {
7645 be->be_cf_ocs->co_cfadd( op, &rs, e, &c );
7685 if ( c.bi->bi_cf_ocs && c.bi->bi_cf_ocs->co_cfadd ) {
7687 c.bi->bi_cf_ocs->co_cfadd( op, &rs, oe, &c );

Completed in 28 milliseconds