Lines Matching refs:propctx
58 struct propctx;
66 struct propctx *prop_new(unsigned estimate);
73 int prop_dup(struct propctx *src_ctx, struct propctx **dst_ctx);
86 int prop_request(struct propctx *ctx, const char **names);
95 const struct propval *prop_get(struct propctx *ctx);
110 int prop_getnames(struct propctx *ctx, const char **names,
118 void prop_clear(struct propctx *ctx, int requests);
123 void prop_erase(struct propctx *ctx, const char *name);
129 void prop_dispose(struct propctx **ctx);
145 int prop_format(struct propctx *ctx, const char *sep, int seplen,
159 int prop_set(struct propctx *ctx, const char *name,
172 int prop_setvals(struct propctx *ctx, const char *name,