Lines Matching refs:propctx
60 struct propctx;
68 struct propctx *prop_new(unsigned estimate);
75 int prop_dup(struct propctx *src_ctx, struct propctx **dst_ctx);
88 int prop_request(struct propctx *ctx, const char **names);
97 const struct propval *prop_get(struct propctx *ctx);
112 int prop_getnames(struct propctx *ctx, const char **names,
120 void prop_clear(struct propctx *ctx, int requests);
125 void prop_erase(struct propctx *ctx, const char *name);
131 void prop_dispose(struct propctx **ctx);
147 int prop_format(struct propctx *ctx, const char *sep, int seplen,
161 int prop_set(struct propctx *ctx, const char *name,
174 int prop_setvals(struct propctx *ctx, const char *name,