Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dplugin.c687 iType = SLAPI_PLUGIN_OBJECT; in slapi_int_read_config()
699 iType == SLAPI_PLUGIN_OBJECT ) { in slapi_int_read_config()
H A Dslapi_pblock.c221 case SLAPI_PLUGIN_OBJECT: in pblock_get_param_class()
H A Dslapi_utils.c2820 int type = SLAPI_PLUGIN_OBJECT; in slapi_compute_add_evaluator()
2862 int type = SLAPI_PLUGIN_OBJECT; in slapi_compute_add_search_rewriter()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dslapi-plugin.h555 #define SLAPI_PLUGIN_OBJECT 10 macro