Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c491 const sasl_callback_t *getpath_cb, in _sasl_load_plugins() argument
495 const sasl_callback_t *getpath_cb, in _sasl_load_plugins()
525 || ! getpath_cb in _sasl_load_plugins()
526 || getpath_cb->id != SASL_CB_GETPATH in _sasl_load_plugins()
527 || ! getpath_cb->proc in _sasl_load_plugins()
590 result = ((sasl_getpath_t *)(getpath_cb->proc))(getpath_cb->context, in _sasl_load_plugins()
741 _sasl_load_win_plugins(gctx, entrypoints, getpath_cb, verifyfile_cb); in _sasl_load_plugins()
H A Dserver.c757 const sasl_callback_t *getpath_cb=NULL; local
760 getpath_cb=_sasl_find_getpath_callback( global_callbacks.callbacks );
761 if (getpath_cb==NULL) return SASL_BADPARAM;
765 result = ((sasl_getpath_t *)(getpath_cb->proc))(getpath_cb->context,