Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dplugin.c615 SLAPI_FUNC *pGetPlugin = NULL, *tmpPlugin = NULL; in slapi_int_call_plugins() local
627 for ( pGetPlugin = tmpPlugin ; *pGetPlugin != NULL; pGetPlugin++ ) { in slapi_int_call_plugins()
628 rc = (*pGetPlugin)(pPB); in slapi_int_call_plugins()
H A Dslapi_utils.c2903 slapi_compute_callback_t *pGetPlugin, *tmpPlugin; in compute_evaluator() local
2911 for ( pGetPlugin = tmpPlugin; *pGetPlugin != NULL; pGetPlugin++ ) { in compute_evaluator()
2917 rc = (*pGetPlugin)( c, type, e, outputfn ); in compute_evaluator()
3043 slapi_acl_callback_t *pGetPlugin, *tmpPlugin; in slapi_int_access_allowed() local
3083 for ( pGetPlugin = tmpPlugin; *pGetPlugin != NULL; pGetPlugin++ ) { in slapi_int_access_allowed()
3088 rc = (*pGetPlugin)( pb, entry, desc->ad_cname.bv_val, in slapi_int_access_allowed()