Searched defs:propctx (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsasl/lib/
H A Dauxprop.c68 struct propctx { struct
132 static int prop_init(struct propctx *ctx, unsigned estimate)
159 struct propctx *prop_new(unsigned estimate)
161 struct propctx *new_ctx;
166 new_ctx = sasl_sun_ALLOC(sizeof(struct propctx));
168 new_ctx = sasl_ALLOC(sizeof(struct propctx));
179 /* create new propctx which duplicates the contents of an existing propctx
182 int prop_dup(struct propctx *src_ctx, struct propctx **dst_ct
[all...]
/osnet-11/usr/src/lib/libsasl/include/
H A Dsaslplug.h153 struct propctx *(*prop_new)(unsigned estimate);
154 int (*prop_dup)(struct propctx *src_ctx, struct propctx **dst_ctx);
155 int (*prop_request)(struct propctx *ctx, const char **names);
156 const struct propval *(*prop_get)(struct propctx *ctx);
157 int (*prop_getnames)(struct propctx *ctx, const char **names,
159 void (*prop_clear)(struct propctx *ctx, int requests);
160 void (*prop_dispose)(struct propctx **ctx);
161 int (*prop_format)(struct propctx *ctx, const char *sep, int seplen,
163 int (*prop_set)(struct propctx *ct
541 struct propctx *propctx; member in struct:sasl_server_params
[all...]

Completed in 17 milliseconds