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

  /src/external/bsd/openldap/dist/servers/slapd/slapi/
plugin.c 618 SLAPI_FUNC *pGetPlugin = NULL, *tmpPlugin = NULL;
630 for ( pGetPlugin = tmpPlugin ; *pGetPlugin != NULL; pGetPlugin++ ) {
631 rc = (*pGetPlugin)(pPB);
slapi_utils.c 2909 slapi_compute_callback_t *pGetPlugin, *tmpPlugin;
2917 for ( pGetPlugin = tmpPlugin; *pGetPlugin != NULL; pGetPlugin++ ) {
2923 rc = (*pGetPlugin)( c, type, e, outputfn );
3049 slapi_acl_callback_t *pGetPlugin, *tmpPlugin;
3089 for ( pGetPlugin = tmpPlugin; *pGetPlugin != NULL; pGetPlugin++ ) {
3094 rc = (*pGetPlugin)( pb, entry, desc->ad_cname.bv_val
    [all...]

Completed in 31 milliseconds