Searched refs:getpath_cb (Results 1 – 2 of 2) sorted by relevance
492 const sasl_callback_t *getpath_cb, in _sasl_load_plugins() argument496 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()
757 const sasl_callback_t *getpath_cb=NULL; local760 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,