Searched defs:getpath_cb (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | dlopen.c | 492 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 D | server.c | 757 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; 763 /* getpath_cb->proc MUST be a sasl_getpath_t; if only c had a type 765 result = ((sasl_getpath_t *)(getpath_cb->proc))(getpath_cb->context,
|
Completed in 69 milliseconds