Searched refs:LIBSASL_API (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libsasl/include/ |
H A D | sasl.h | 160 #define LIBSASL_API __declspec(dllexport) macro 162 #define LIBSASL_API __declspec(dllimport) 165 #define LIBSASL_API extern 276 LIBSASL_API void sasl_set_alloc(sasl_malloc_t *, 297 LIBSASL_API void sasl_set_mutex(sasl_mutex_alloc_t *, sasl_mutex_lock_t *, 706 LIBSASL_API void sasl_version(const char **implementation, 713 LIBSASL_API void sasl_done(void); 719 LIBSASL_API void sasl_dispose(sasl_conn_t **pconn); 731 LIBSASL_API const char *sasl_errstring(int saslerr, 745 LIBSASL_API const char *sasl_errdetail(sasl_conn_t *conn); [all …]
|
H A D | saslutil.h | 36 LIBSASL_API int sasl_decode64(const char *in, unsigned inlen, 50 LIBSASL_API int sasl_encode64(const char *in, unsigned inlen, 63 LIBSASL_API int sasl_mkchal(sasl_conn_t *conn, char *buf, 72 LIBSASL_API int sasl_utf8verify(const char *str, unsigned len); 78 LIBSASL_API int sasl_randcreate(sasl_rand_t **rpool); 81 LIBSASL_API void sasl_randfree(sasl_rand_t **rpool); 84 LIBSASL_API void sasl_randseed(sasl_rand_t *rpool, const char *seed, 88 LIBSASL_API void sasl_rand(sasl_rand_t *rpool, char *buf, unsigned len); 91 LIBSASL_API void sasl_churn(sasl_rand_t *rpool, const char *data, 99 LIBSASL_API void sasl_erasebuffer(char *pass, unsigned len);
|
H A D | saslplug.h | 445 LIBSASL_API int sasl_client_add_plugin(const char *plugname, 751 LIBSASL_API int sasl_server_add_plugin(const char *plugname, 825 LIBSASL_API int sasl_canonuser_add_plugin(const char *plugname, 885 LIBSASL_API int sasl_auxprop_add_plugin(const char *plugname,
|
/titanic_44/usr/src/lib/libsasl/lib/ |
H A D | saslint.h | 427 LIBSASL_API const sasl_utils_t *sasl_global_utils;
|