| /src/crypto/external/bsd/libsaslc/dist/src/ |
| parser.h | 39 int saslc__parser_config(saslc_t *);
|
| saslc_private.h | 45 struct saslc_t { struct 56 saslc_t *context; /* library context */
|
| saslc.c | 73 saslc_t * 80 return calloc(1, sizeof(saslc_t)); 93 saslc_init(saslc_t *ctx, const char *appname, const char *pathname) 152 saslc_strerror(saslc_t *ctx) 165 saslc_end(saslc_t *ctx)
|
| mech.h | 137 saslc__mech_list_t *saslc__mech_list_create(saslc_t *);
|
| mech.c | 95 saslc__mech_list_create(saslc_t *ctx)
|
| parser.c | 223 saslc__parse_file(saslc_t *ctx, char *path, saslc__dict_t *dict) 312 saslc__parser_config(saslc_t *ctx)
|
| xsess.c | 171 saslc__sess_choose_mech(saslc_t *ctx, const char *mechs, const char *sec_opts) 228 saslc_sess_init(saslc_t *ctx, const char *mechs, const char *sec_opts)
|
| /src/crypto/external/bsd/libsaslc/dist/include/ |
| saslc.h | 59 typedef struct saslc_t saslc_t; typedef in typeref:struct:saslc_t 63 saslc_t *saslc_alloc(void); 64 int saslc_init(saslc_t *, const char *, const char *); 65 int saslc_end(saslc_t *); 68 const char *saslc_strerror(saslc_t *); 72 saslc_sess_t *saslc_sess_init(saslc_t *, const char *, const char *);
|
| /src/crypto/external/bsd/libsaslc/dist/test/ |
| t_saslc.c | 50 saslc_t *ctx;
|
| t_parser.c | 74 saslc_t *ctx; 89 saslc_t *ctx; 116 saslc_t *ctx; 132 saslc_t *ctx;
|
| t_error.c | 52 saslc_t *ctx;
|
| t_session.c | 48 saslc_t *ctx;
|
| example_client.c | 82 saslc_t *ctx;
|
| /src/external/ibm-public/postfix/dist/src/xsasl/ |
| xsasl_saslc_client.c | 91 saslc_t *saslc; /* saslc context */ 96 saslc_t *saslc; /* saslc context */
|