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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dplugin.c593 SLAPI_FUNC *pGetPlugin = NULL, *tmpPlugin = NULL; local
605 for ( pGetPlugin = tmpPlugin ; *pGetPlugin != NULL; pGetPlugin++ ) {
606 rc = (*pGetPlugin)(pPB);
H A Dslapi_utils.c2862 slapi_compute_callback_t *pGetPlugin, *tmpPlugin; local
2870 for ( pGetPlugin = tmpPlugin; *pGetPlugin != NULL; pGetPlugin++ ) {
2876 rc = (*pGetPlugin)( c, type, e, outputfn );
3002 slapi_acl_callback_t *pGetPlugin, *tmpPlugin; local
3042 for ( pGetPlugin = tmpPlugin; *pGetPlugin != NULL; pGetPlugin++ ) {
3047 rc = (*pGetPlugin)( p
[all...]

Completed in 184 milliseconds