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

  /src/external/bsd/openldap/dist/servers/slapd/slapi/
plugin.c 44 SLAPI_FUNC *, lt_dlhandle *, ConfigArgs *c );
215 SLAPI_FUNC **ppFuncPtrs )
219 SLAPI_FUNC FuncPtr;
220 SLAPI_FUNC *pTmpFuncPtr;
254 (SLAPI_FUNC *)ch_malloc( ( numPB + 1 ) * sizeof(SLAPI_FUNC) );
403 SLAPI_FUNC tmpFunc;
483 SLAPI_FUNC *pFuncAddr )
563 SLAPI_FUNC *pInitFunc,
568 SLAPI_FUNC fpInitFunc = NULL
    [all...]
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 ));
slapi.h 59 typedef int (*SLAPI_FUNC)( Slapi_PBlock *pb );
69 SLAPI_FUNC ext_func;
slapi_overlay.c 678 SLAPI_FUNC callback;
slapi_utils.c 2911 rc = slapi_int_get_plugins( frontendDB, SLAPI_PLUGIN_COMPUTE_EVALUATOR_FN, (SLAPI_FUNC **)&tmpPlugin );
3081 rc = slapi_int_get_plugins( frontendDB, SLAPI_PLUGIN_ACL_ALLOW_ACCESS, (SLAPI_FUNC **)&tmpPlugin );

Completed in 27 milliseconds