Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/include/
Dslapi-plugin.h410 …callback_t)(computed_attr_context *c, char *type, Slapi_Entry *e, slapi_compute_output_t outputfn);
415 …e_evaluator(computed_attr_context *c, char *type, Slapi_Entry *e, slapi_compute_output_t outputfn);
/netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/
Dslapi_utils.c2900 …te_evaluator(computed_attr_context *c, char *type, Slapi_Entry *e, slapi_compute_output_t outputfn) in compute_evaluator() argument
2917 rc = (*pGetPlugin)( c, type, e, outputfn ); in compute_evaluator()