Searched defs:auxpropfunc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dauxprop.c840 sasl_auxprop_init_t *auxpropfunc)
842 return (_sasl_auxprop_add_plugin(_sasl_gbl_ctx(), plugname, auxpropfunc));
847 sasl_auxprop_init_t *auxpropfunc)
850 sasl_auxprop_init_t *auxpropfunc)
873 result = auxpropfunc(sasl_global_utils, SASL_AUXPROP_PLUG_VERSION,
879 SASL_LOG_ERR, "auxpropfunc error %i\n",result);
881 _sasl_log(NULL, SASL_LOG_ERR, "auxpropfunc error %i\n",result);
839 sasl_auxprop_add_plugin(const char *plugname, sasl_auxprop_init_t *auxpropfunc) argument
845 _sasl_auxprop_add_plugin(void *ctx, const char *plugname, sasl_auxprop_init_t *auxpropfunc) argument

Completed in 61 milliseconds