Home
last modified time | relevance | path

Searched refs:datamorph_ocs (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c1289 static ConfigOCs datamorph_ocs[] = { variable
1816 cei->ce_bi->bi_cf_ocs != datamorph_ocs ) in datamorph_ldadd_transformation()
1874 parent->ce_bi->bi_cf_ocs != datamorph_ocs ) in datamorph_ldadd_mapping()
1927 &rdn, &datamorph_ocs[4], NULL ); in datamorph_config_build_enum()
1949 oc = &datamorph_ocs[2]; in datamorph_config_build_attr()
1952 oc = &datamorph_ocs[3]; in datamorph_config_build_attr()
2055 datamorph.on_bi.bi_cf_ocs = datamorph_ocs; in datamorph_initialize()
2082 rc = config_register_schema( datamorph_cfg, datamorph_ocs ); in datamorph_initialize()