Lines Matching refs:propctx
154 struct propctx *(*prop_new)(unsigned estimate);
155 int (*prop_dup)(struct propctx *src_ctx, struct propctx **dst_ctx);
156 int (*prop_request)(struct propctx *ctx, const char **names);
157 const struct propval *(*prop_get)(struct propctx *ctx);
158 int (*prop_getnames)(struct propctx *ctx, const char **names,
160 void (*prop_clear)(struct propctx *ctx, int requests);
161 void (*prop_dispose)(struct propctx **ctx);
162 int (*prop_format)(struct propctx *ctx, const char *sep, int seplen,
164 int (*prop_set)(struct propctx *ctx, const char *name,
166 int (*prop_setvals)(struct propctx *ctx, const char *name,
168 void (*prop_erase)(struct propctx *ctx, const char *name);
542 struct propctx *propctx; member