Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsasl/lib/
H A Ddlopen.c492 const sasl_callback_t *getpath_cb, in _sasl_load_plugins() argument
496 const sasl_callback_t *getpath_cb, in _sasl_load_plugins()
526 || ! getpath_cb in _sasl_load_plugins()
527 || getpath_cb->id != SASL_CB_GETPATH in _sasl_load_plugins()
528 || ! getpath_cb->proc in _sasl_load_plugins()
591 result = ((sasl_getpath_t *)(getpath_cb->proc))(getpath_cb->context, in _sasl_load_plugins()
742 _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,