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

/osnet-11/usr/src/lib/libsasl/lib/
H A Ddlopen.c492 const sasl_callback_t *getpath_cb,
496 const sasl_callback_t *getpath_cb,
526 || ! getpath_cb
527 || getpath_cb->id != SASL_CB_GETPATH
528 || ! getpath_cb->proc
591 result = ((sasl_getpath_t *)(getpath_cb->proc))(getpath_cb->context,
742 _sasl_load_win_plugins(gctx, entrypoints, getpath_cb, verifyfile_cb);
489 _sasl_load_plugins(_sasl_global_context_t *gctx, int server, const add_plugin_list_t *entrypoints, const sasl_callback_t *getpath_cb, const sasl_callback_t *verifyfile_cb) argument
H A Dserver.c768 const sasl_callback_t *getpath_cb=NULL; local
771 getpath_cb=_sasl_find_getpath_callback( global_callbacks.callbacks );
772 if (getpath_cb==NULL) return SASL_BADPARAM;
774 /* getpath_cb->proc MUST be a sasl_getpath_t; if only c had a type
776 result = ((sasl_getpath_t *)(getpath_cb->proc))(getpath_cb->context,

Completed in 20 milliseconds