Searched refs:SLAPI_FUNC (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
H A D | plugin.c | 44 SLAPI_FUNC *, lt_dlhandle * ); 215 SLAPI_FUNC **ppFuncPtrs ) in slapi_int_get_plugins() 219 SLAPI_FUNC FuncPtr; in slapi_int_get_plugins() 220 SLAPI_FUNC *pTmpFuncPtr; in slapi_int_get_plugins() 254 (SLAPI_FUNC *)ch_malloc( ( numPB + 1 ) * sizeof(SLAPI_FUNC) ); in slapi_int_get_plugins() 403 SLAPI_FUNC tmpFunc; in slapi_int_register_extop() 483 SLAPI_FUNC *pFuncAddr ) in slapi_int_get_extop_plugin() 563 SLAPI_FUNC *pInitFunc, in slapi_int_load_plugin() 567 SLAPI_FUNC fpInitFunc = NULL; in slapi_int_load_plugin() 583 fpInitFunc = (SLAPI_FUNC)lt_dlsym( *pLdHandle, initfunc ); in slapi_int_load_plugin() [all …]
|
H A D | slapi.h | 59 typedef int (*SLAPI_FUNC)( Slapi_PBlock *pb ); typedef 69 SLAPI_FUNC ext_func;
|
H A D | proto-slapi.h | 72 LDAP_SLAPI_F (int) slapi_int_get_plugins LDAP_P((Backend *be, int functype, SLAPI_FUNC **ppFuncPtrs… 74 LDAP_SLAPI_F (int) slapi_int_get_extop_plugin LDAP_P((struct berval *reqoid, SLAPI_FUNC *pFuncAddr…
|
H A D | slapi_overlay.c | 678 SLAPI_FUNC callback; in slapi_over_extended()
|
H A D | slapi_utils.c | 2905 …rc = slapi_int_get_plugins( frontendDB, SLAPI_PLUGIN_COMPUTE_EVALUATOR_FN, (SLAPI_FUNC **)&tmpPlug… in compute_evaluator() 3075 rc = slapi_int_get_plugins( frontendDB, SLAPI_PLUGIN_ACL_ALLOW_ACCESS, (SLAPI_FUNC **)&tmpPlugin ); in slapi_int_access_allowed()
|