Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ops.c707 slapi_pblock_set( pb, SLAPI_PLUGIN_IDENTITY, (void *)plugin_identity ); in slapi_search_internal_set_pb()
752 slapi_pblock_set( pb, SLAPI_PLUGIN_IDENTITY, (void *)plugin_identity ); in slapi_modify_internal_set_pb()
797 slapi_pblock_set( pb, SLAPI_PLUGIN_IDENTITY, (void *)plugin_identity ); in slapi_add_internal_set_pb()
832 slapi_pblock_set( pb, SLAPI_PLUGIN_IDENTITY, (void *)plugin_identity ); in slapi_add_entry_internal_set_pb()
872 slapi_pblock_set( pb, SLAPI_PLUGIN_IDENTITY, (void *)plugin_identity ); in slapi_rename_internal_set_pb()
922 slapi_pblock_set( pb, SLAPI_PLUGIN_IDENTITY, (void *)plugin_identity ); in slapi_delete_internal_set_pb()
H A Dslapi_pblock.c223 case SLAPI_PLUGIN_IDENTITY: in pblock_get_param_class()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dslapi-plugin.h558 #define SLAPI_PLUGIN_IDENTITY 13 macro